We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aed84 commit 09f3e23Copy full SHA for 09f3e23
1 file changed
test/test262.spectest.js
@@ -819,6 +819,8 @@ const knownBugs = [
819
"expressions/dynamic-import/custom-primitive.js",
820
// `import.meta` in script context should throw SyntaxError
821
"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",
824
// Bundler limitation: all modules share a single bundle-level import.meta, so distinct-per-module cannot be satisfied
825
"expressions/import.meta/distinct-for-each-module.js",
826
// We should throw `SyntaxError` here instead `Can't resolve`
0 commit comments