From 3fc19dab47492e06043fc7add28e64693a4eb775 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Sep 2023 08:09:16 -0500 Subject: feat: support import attributes (#20342) --- cli/tests/testdata/import_assertions/static_export.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 cli/tests/testdata/import_assertions/static_export.ts (limited to 'cli/tests/testdata/import_assertions/static_export.ts') diff --git a/cli/tests/testdata/import_assertions/static_export.ts b/cli/tests/testdata/import_assertions/static_export.ts deleted file mode 100644 index ac3ee694f..000000000 --- a/cli/tests/testdata/import_assertions/static_export.ts +++ /dev/null @@ -1,3 +0,0 @@ -import data from "./static_reexport.ts"; - -console.log(data); -- cgit v1.2.3