zloirock/core-js

[RegExp] Match Indices

开放

#1,507 创建于 2026年2月5日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (1,609 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (23,771 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南