Add feature for regular expression modifiers

This commit is contained in:
Cam Tenny 2022-12-21 16:28:37 -08:00 committed by Philip Chimento
parent 62626e083b
commit 46871db0c2
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ String.prototype.toWellFormed
# https://github.com/tc39/proposal-json-parse-with-source
json-parse-with-source
# Regular expression modifiers
# https://github.com/tc39/proposal-regexp-modifiers
regexp-modifiers
# Iterator Helpers
# https://github.com/tc39/proposal-iterator-helpers
iterator-helpers