chore: add class-static-block test262 mapping (#13313)
This commit is contained in:
parent
c1c8d5e1db
commit
3195883923
@ -16,6 +16,7 @@ const ignoredFeatures = [
|
|||||||
"Array.prototype.values",
|
"Array.prototype.values",
|
||||||
"ArrayBuffer",
|
"ArrayBuffer",
|
||||||
"align-detached-buffer-semantics-with-web-reality",
|
"align-detached-buffer-semantics-with-web-reality",
|
||||||
|
"arbitrary-module-namespace-names",
|
||||||
"async-functions",
|
"async-functions",
|
||||||
"async-iteration",
|
"async-iteration",
|
||||||
"arrow-function",
|
"arrow-function",
|
||||||
@ -24,6 +25,12 @@ const ignoredFeatures = [
|
|||||||
"BigInt",
|
"BigInt",
|
||||||
"caller",
|
"caller",
|
||||||
"class",
|
"class",
|
||||||
|
"class-fields-private",
|
||||||
|
"class-fields-public",
|
||||||
|
"class-methods-private",
|
||||||
|
"class-static-fields-private",
|
||||||
|
"class-static-fields-public",
|
||||||
|
"class-static-methods-private",
|
||||||
"cleanupSome",
|
"cleanupSome",
|
||||||
"coalesce-expression",
|
"coalesce-expression",
|
||||||
"computed-property-names",
|
"computed-property-names",
|
||||||
@ -145,14 +152,8 @@ const ignoredFeatures = [
|
|||||||
const ignoredTests = ["built-ins/RegExp/", "language/literals/regexp/"];
|
const ignoredTests = ["built-ins/RegExp/", "language/literals/regexp/"];
|
||||||
|
|
||||||
const featuresToPlugins = {
|
const featuresToPlugins = {
|
||||||
"arbitrary-module-namespace-names": "moduleStringNames",
|
|
||||||
"class-fields-private": "classPrivateProperties",
|
|
||||||
"class-fields-private-in": "privateIn",
|
"class-fields-private-in": "privateIn",
|
||||||
"class-fields-public": "classProperties",
|
"class-static-block": "classStaticBlock",
|
||||||
"class-methods-private": "classPrivateMethods",
|
|
||||||
"class-static-fields-public": "classProperties",
|
|
||||||
"class-static-fields-private": "classPrivateProperties",
|
|
||||||
"class-static-methods-private": "classPrivateMethods",
|
|
||||||
"top-level-await": "topLevelAwait",
|
"top-level-await": "topLevelAwait",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user