Skip to content

Commit

Permalink
Update test262 (#16392)
Browse files Browse the repository at this point in the history
* chore: update test262 to 837def66ac1700ce398df4a3b4eaeea915aa1df5

* update

---------

Co-authored-by: Babel Bot <30521560+liuxingbaoyu@users.noreply.github.com>
  • Loading branch information
babel-bot and liuxingbaoyu authored Mar 29, 2024
1 parent efcc01c commit 27b6436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FLOW_COMMIT = 105ad30f566f401db9cafcb49cd2831fb29e87c5
TEST262_COMMIT = 0b1abd5ee70867311bea78e851bd609ad842011a
TEST262_COMMIT = 837def66ac1700ce398df4a3b4eaeea915aa1df5
TYPESCRIPT_COMMIT = d87d0adcd30ac285393bf3bfbbb4d94d50c4f3c9

SOURCES = packages codemods eslint
Expand Down
1 change: 1 addition & 0 deletions scripts/parser-tests/test262/ignored-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"FinalizationGroup",
"FinalizationRegistry",
"FinalizationRegistry.prototype.cleanupSome",
"Float16Array",
"Float32Array",
"Float64Array",
"Int16Array",
Expand Down
1 change: 1 addition & 0 deletions scripts/parser-tests/test262/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const featuresToPlugins = new Map([
"decoratorAutoAccessors",
],
],
["explicit-resource-management", "explicitResourceManagement"],
]);

const unmappedFeatures = new Set();
Expand Down

0 comments on commit 27b6436

Please sign in to comment.