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 e61b62b commit a058cefCopy full SHA for a058cef
1 file changed
doc/api/esm.md
@@ -200,7 +200,7 @@ URLs being used is:
200
201
```js
202
import 'data:text/javascript,console.log("hello!");';
203
-import _ from 'data:application/json,"world!"';
+import _ from 'data:application/json,"world!"' assert { type: 'json' };
204
```
205
206
#### `node:` Imports
0 commit comments