Add `legacy‑regexp` to `features`

This commit is contained in:
ExE Boss 2020-06-10 22:10:00 +02:00 committed by Rick Waldron
parent d9a6a03ffc
commit 391cd16f1f
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ String.prototype.replaceAll
# https://github.com/tc39/proposal-for-in-order
for-in-order
# Legacy RegExp features
# https://github.com/tc39/proposal-regexp-legacy-features
legacy-regexp
# Logical Assignment Operators
# https://github.com/tc39/proposal-logical-assignment
logical-assignment-operators