Skip to content

Commit

Permalink
Bump test262
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 27, 2024
1 parent ac29659 commit 2679c9f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/test262.unsupported-features
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
decorators
explicit-resource-management
regexp-modifiers
import-assertions
import-attributes
12 changes: 12 additions & 0 deletions bin/test262.whitelist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language/import/import-assertions/README.md (default)
language/import/import-assertions/README.md (strict mode)
language/import/import-attributes/README.md (default)
language/import/import-attributes/README.md (strict mode)
language/module-code/import-assertions/README.md (default)
language/module-code/import-assertions/README.md (strict mode)
language/module-code/import-attributes/README.md (default)
language/module-code/import-attributes/README.md (strict mode)
language/expressions/dynamic-import/import-assertions/README.md (default)
language/expressions/dynamic-import/import-assertions/README.md (strict mode)
language/expressions/dynamic-import/import-attributes/README.md (default)
language/expressions/dynamic-import/import-attributes/README.md (strict mode)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"rollup": "^3.29.2",
"test262": "git+https://github.com/tc39/test262.git#59bad89898333fdadf4af25519e7bdb43ec295ac",
"test262": "git+https://github.com/tc39/test262.git#c3a326ace810e7c80a4e1b8df8c8b704ed223c28",
"test262-parser-runner": "^0.5.0"
}
}

0 comments on commit 2679c9f

Please sign in to comment.