| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -196,7 +196,7 @@ URLs being used is: | |||
| 196 | 196 | ||
| 197 | 197 | ```js | |
| 198 | 198 | import 'data:text/javascript,console.log("hello!");'; | |
| 199 | - import _ from 'data:application/json,"world!"'; | ||
| 199 | + import _ from 'data:application/json,"world!"' assert { type: 'json' }; | ||
| 200 | 200 | ``` | |
| 201 | 201 | ||
| 202 | 202 | #### `node:` Imports | |
| Back | FazBrowse Home | New Git URL |
0 commit comments