zloirock/core-js

[RegExp] Match Indices

Offen

#1.507 geöffnet am 05.02.2026

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.609 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (23.771 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

execute: const test = new RegExp('.', 'd'); output: Uncaught SyntaxError: Invalid flags supplied to RegExp constructor 'd' at new RegExp () at :1:14 (anonymous) @ VM524:1


https://github.com/tc39/proposal-regexp-match-indices

Contributor Guide