Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
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.
 
 

78 lines
2.0 KiB

commit = "a9821b4211aa9ae04eb31d344e967d3511a7a83e"
[ignored]
# Not implemented yet:
flags = []
features = [
### Unimplemented features:
"FinalizationRegistry",
"IsHTMLDDA",
"Atomics",
"change-array-by-copy",
"symbols-as-weakmap-keys",
"intl-normative-optional",
"Intl.DisplayNames",
"Intl.RelativeTimeFormat",
"Intl-enumeration",
"Intl.NumberFormat-v3",
### Pending proposals
# https://github.com/tc39/proposal-intl-locale-info
"Intl.Locale-info",
# https://github.com/tc39/proposal-regexp-legacy-features
"legacy-regexp",
# https://github.com/tc39/proposal-import-attributes
"import-assertions",
# 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",
### Non-standard
"caller",
### RegExp tests that check individual codepoints.
### They are not useful considering the cpu time they waste.
"regexp-unicode-property-escapes",
]
# RegExp tests that check individual codepoints.
# They are not useful considering the cpu time they waste.
tests = ["CharacterClassEscapes", "NumberFormat"]