From 362af63c6f45e98948536d08d2d6195af87f729c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 23 Aug 2022 10:30:14 -0400 Subject: fix(cache): do not attempt to emit non-emitable files (#15562) --- cli/tests/testdata/cache/json_import/main.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/tests/testdata/cache/json_import/main.ts (limited to 'cli/tests/testdata/cache/json_import/main.ts') diff --git a/cli/tests/testdata/cache/json_import/main.ts b/cli/tests/testdata/cache/json_import/main.ts new file mode 100644 index 000000000..78273558f --- /dev/null +++ b/cli/tests/testdata/cache/json_import/main.ts @@ -0,0 +1,2 @@ +import asdf from "./test.json" assert { type: "json" }; +console.log(asdf); -- cgit v1.2.3