From 2afbc1aa39c37b688ea1e0c47161c2fcdefc05ab Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 28 Aug 2024 21:06:09 -0400 Subject: feat: deprecate import assertions (#25281) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- tests/specs/cache/json_import/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/specs/cache') diff --git a/tests/specs/cache/json_import/main.ts b/tests/specs/cache/json_import/main.ts index 78273558f..d7506963b 100644 --- a/tests/specs/cache/json_import/main.ts +++ b/tests/specs/cache/json_import/main.ts @@ -1,2 +1,2 @@ -import asdf from "./test.json" assert { type: "json" }; +import asdf from "./test.json" with { type: "json" }; console.log(asdf); -- cgit v1.2.3