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