mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.4 KiB
64 lines
1.4 KiB
commit = "6f7ae1f311a7b01ef2358de7f4f6fd42c3ae3839" |
|
|
|
[ignored] |
|
# Not implemented yet: |
|
flags = [] |
|
|
|
features = [ |
|
### Unimplemented features: |
|
|
|
"FinalizationRegistry", |
|
"IsHTMLDDA", |
|
"symbols-as-weakmap-keys", |
|
"Intl.DisplayNames", |
|
"Intl.RelativeTimeFormat", |
|
"Intl-enumeration", |
|
|
|
### Pending proposals |
|
|
|
# https://github.com/tc39/proposal-intl-locale-info |
|
"Intl.Locale-info", |
|
|
|
# https://github.com/tc39/proposal-regexp-legacy-features |
|
"legacy-regexp", |
|
|
|
# Import Attributes |
|
# https://github.com/tc39/proposal-import-attributes/ |
|
"import-attributes", |
|
|
|
# https://github.com/tc39/proposal-import-attributes |
|
"import-assertions", |
|
|
|
# https://github.com/tc39/proposal-json-modules |
|
"json-modules", |
|
|
|
# https://github.com/tc39/proposal-realms |
|
"ShadowRealm", |
|
|
|
# https://github.com/tc39/proposal-intl-duration-format |
|
"Intl.DurationFormat", |
|
|
|
# https://github.com/tc39/proposal-decorators |
|
"decorators", |
|
|
|
# https://github.com/tc39/proposal-duplicate-named-capturing-groups |
|
"regexp-duplicate-named-groups", |
|
|
|
# https://github.com/tc39/proposal-array-from-async |
|
"Array.fromAsync", |
|
|
|
# https://github.com/tc39/proposal-json-parse-with-source |
|
"json-parse-with-source", |
|
|
|
# https://github.com/tc39/proposal-iterator-helpers |
|
"iterator-helpers", |
|
|
|
# Set methods |
|
# https://github.com/tc39/proposal-set-methods |
|
"set-methods", |
|
|
|
### Non-standard |
|
"caller", |
|
] |
|
|
|
tests = []
|
|
|