Update test262 (#13196)

* chore: update test262 to eca69e2c95972a4c5780ef58fe1f1e53e871b9b1

* test262: add mapping for privateIn

* test262: ignored syntax-free features

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
Babel Bot 2021-04-23 10:40:54 +02:00 committed by GitHub
parent f63d73c94e
commit fb908fd87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FLOW_COMMIT = a1f9a4c709dcebb27a5084acf47755fbae699c25
TEST262_COMMIT = 6888a8df829d416b93cb7057aa860261aa05cf08
TEST262_COMMIT = eca69e2c95972a4c5780ef58fe1f1e53e871b9b1
TYPESCRIPT_COMMIT = da8633212023517630de5f3620a23736b63234b1
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967

View File

@ -1 +0,0 @@

View File

@ -9,6 +9,7 @@ const ignoredFeatures = [
"__getter__",
"__setter__",
"AggregateError",
"Array.prototype.at",
"Array.prototype.flat",
"Array.prototype.flatMap",
"Array.prototype.item",
@ -68,6 +69,7 @@ const ignoredFeatures = [
"Intl.Segmenter",
"IsHTMLDDA",
"import.meta",
"intl-normative-optional",
"json-superset",
"legacy-regexp",
"let",
@ -99,6 +101,7 @@ const ignoredFeatures = [
"SharedArrayBuffer",
"Set",
"String.fromCodePoint",
"String.prototype.at",
"String.prototype.endsWith",
"String.prototype.includes",
"String.prototype.item",
@ -126,6 +129,7 @@ const ignoredFeatures = [
"tail-call-optimization",
"template",
"TypedArray",
"TypedArray.prototype.at",
"TypedArray.prototype.item",
"u180e",
"Uint8Array",
@ -143,6 +147,7 @@ const ignoredTests = ["built-ins/RegExp/", "language/literals/regexp/"];
const featuresToPlugins = {
"arbitrary-module-namespace-names": "moduleStringNames",
"class-fields-private": "classPrivateProperties",
"class-fields-private-in": "privateIn",
"class-fields-public": "classProperties",
"class-methods-private": "classPrivateMethods",
"class-static-fields-public": "classProperties",