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/testdata/import_attributes/static_export.out | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/testdata/import_attributes/static_export.out') diff --git a/tests/testdata/import_attributes/static_export.out b/tests/testdata/import_attributes/static_export.out index d7e19c80f..41af79d7c 100644 --- a/tests/testdata/import_attributes/static_export.out +++ b/tests/testdata/import_attributes/static_export.out @@ -1,7 +1 @@ -⚠️ Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword. - -export { default } from "./data.json" assert { type: "json" }; - - at file:///[WILDLINE] - { a: "b", c: { d: 10 } } -- cgit v1.2.3