Skip to content

Commit 09f3e23

Browse files
committed
update
1 parent 74aed84 commit 09f3e23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test262.spectest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,8 @@ const knownBugs = [
819819
"expressions/dynamic-import/custom-primitive.js",
820820
// `import.meta` in script context should throw SyntaxError
821821
"expressions/import.meta/syntax/goal-script.js",
822+
// `with { type: 'text' }`: asset/source modules use module.exports, preventing pure ESM output for vm.SourceTextModule
823+
"import/import-attributes/text-via-namespace.js",
822824
// Bundler limitation: all modules share a single bundle-level import.meta, so distinct-per-module cannot be satisfied
823825
"expressions/import.meta/distinct-for-each-module.js",
824826
// We should throw `SyntaxError` here instead `Can't resolve`

0 commit comments

Comments
 (0)