Skip to content

Commit

Permalink
chore: revert blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 4, 2024
1 parent a6e17e4 commit 593c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/pages/en/blog/release/v16.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This release adds experimental support for the import assertions stage 3 proposa
To keep Node.js ESM implementation as compatible as possible with the HTML spec, import assertions are now required to import JSON modules (still behind the `--experimental-json-modules` CLI flag):

```mjs
import info from `./package.json` with { type: `json` };
import info from `./package.json` assert { type: `json` };
```

Or use dynamic import:
Expand Down

0 comments on commit 593c11f

Please sign in to comment.