зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1763609 - Part 1: Update list of unsupported features. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D143163
This commit is contained in:
Родитель
c463ca58c7
Коммит
ae4e1b0246
|
@ -25,13 +25,16 @@ UNSUPPORTED_FEATURES = set(
|
|||
"Intl.DateTimeFormat-quarter",
|
||||
"Intl.Segmenter",
|
||||
"Intl.Locale-info",
|
||||
"Intl.DurationFormat",
|
||||
"Atomics.waitAsync",
|
||||
"legacy-regexp",
|
||||
"json-modules",
|
||||
"resizable-arraybuffer",
|
||||
"Temporal",
|
||||
"callable-boundary-realms",
|
||||
"ShadowRealm",
|
||||
"array-find-from-last",
|
||||
"array-grouping",
|
||||
"regexp-v-flag",
|
||||
]
|
||||
)
|
||||
FEATURE_CHECK_NEEDED = {
|
||||
|
@ -40,7 +43,11 @@ FEATURE_CHECK_NEEDED = {
|
|||
"SharedArrayBuffer": "!this.hasOwnProperty('SharedArrayBuffer')",
|
||||
"WeakRef": "!this.hasOwnProperty('WeakRef')",
|
||||
}
|
||||
RELEASE_OR_BETA = set([])
|
||||
RELEASE_OR_BETA = set(
|
||||
[
|
||||
"Intl.NumberFormat-v3",
|
||||
]
|
||||
)
|
||||
SHELL_OPTIONS = {
|
||||
"import-assertions": "--enable-import-assertions",
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче