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.
85 lines
2.1 KiB
85 lines
2.1 KiB
1 year ago
|
commit = "dd30d83e9e9b838615ac82c9629275b146f8648e"
|
||
|
|
||
|
[ignored]
|
||
2 years ago
|
# Not implemented yet:
|
||
2 years ago
|
flags = []
|
||
2 years ago
|
|
||
|
features = [
|
||
1 year ago
|
### Unimplemented features:
|
||
|
|
||
2 years ago
|
"SharedArrayBuffer",
|
||
|
"FinalizationRegistry",
|
||
|
"IsHTMLDDA",
|
||
1 year ago
|
"Atomics",
|
||
|
"change-array-by-copy",
|
||
1 year ago
|
"symbols-as-weakmap-keys",
|
||
2 years ago
|
"intl-normative-optional",
|
||
|
"Intl.DisplayNames",
|
||
|
"Intl.RelativeTimeFormat",
|
||
1 year ago
|
"Intl-enumeration",
|
||
|
|
||
|
### Pending proposals
|
||
2 years ago
|
|
||
2 years ago
|
# https://github.com/tc39/proposal-intl-locale-info
|
||
|
"Intl.Locale-info",
|
||
1 year ago
|
|
||
|
# https://github.com/tc39/proposal-intl-numberformat-v3
|
||
|
"Intl.NumberFormat-v3",
|
||
|
|
||
|
# https://github.com/tc39/proposal-regexp-legacy-features
|
||
|
"legacy-regexp",
|
||
|
|
||
1 year ago
|
# https://github.com/tc39/proposal-import-attributes
|
||
|
"import-assertions",
|
||
2 years ago
|
|
||
1 year ago
|
# https://github.com/tc39/proposal-json-modules
|
||
|
"json-modules",
|
||
|
|
||
|
# https://github.com/tc39/proposal-resizablearraybuffer
|
||
|
"resizable-arraybuffer",
|
||
|
|
||
|
# https://github.com/tc39/proposal-arraybuffer-transfer
|
||
|
"arraybuffer-transfer",
|
||
|
|
||
|
# https://github.com/tc39/proposal-temporal
|
||
|
"Temporal",
|
||
|
|
||
|
# https://github.com/tc39/proposal-realms
|
||
|
"ShadowRealm",
|
||
|
|
||
|
# https://github.com/tc39/proposal-array-grouping
|
||
|
"array-grouping",
|
||
|
|
||
|
# 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",
|
||
|
|
||
1 year ago
|
# https://github.com/tc39/proposal-promise-with-resolvers
|
||
|
"promise-with-resolvers",
|
||
|
|
||
1 year ago
|
### Non-standard
|
||
2 years ago
|
"caller",
|
||
|
|
||
1 year ago
|
### RegExp tests that check individual codepoints.
|
||
|
### They are not useful considering the cpu time they waste.
|
||
2 years ago
|
"regexp-unicode-property-escapes",
|
||
|
]
|
||
|
|
||
|
# RegExp tests that check individual codepoints.
|
||
|
# They are not useful considering the cpu time they waste.
|
||
2 years ago
|
tests = ["CharacterClassEscapes", "NumberFormat"]
|