Skip to content

Commit

Permalink
migrate old import assertion syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 3, 2024
1 parent 5499f08 commit 8bbe561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parser-tests/test262/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ignoredFeaturesJsonPath = new URL(
);
const ignoredFeatures = (
await import(ignoredFeaturesJsonPath, {
assert: { type: "json" },
with: { type: "json" },
})
).default;

Expand Down

0 comments on commit 8bbe561

Please sign in to comment.