2024-08-19 16:36:35 -04:00
|
|
|
⚠️ Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
|
|
|
|
|
|
|
|
import foo from "./main.json" assert { type: "json" };
|
|
|
|
|
|
|
|
at [WILDCARD]import_assertions/main.js:1:30
|
|
|
|
|
2024-04-29 16:43:05 -04:00
|
|
|
{ foo: "foo" }
|