blob: 3ca7ac8ae55cd788235ce67b7ddc5071ce88652a (
plain)
1
2
3
4
5
6
|
error: Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
import test from "./data.json" assert { type: "json" };
at file:///[WILDLINE]/assertion.ts:1:1
|