zloirock/core-js

[RegExp] Match Indices

オープン

#1,507 opened on 2026/02/05

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (1,609 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (23,771 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド