mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
fix(cache): do not attempt to emit non-emitable files (#15562)
This commit is contained in:
parent
86ef743c0f
commit
362af63c6f
5 changed files with 34 additions and 9 deletions
2
cli/tests/testdata/cache/json_import/main.ts
vendored
Normal file
2
cli/tests/testdata/cache/json_import/main.ts
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
import asdf from "./test.json" assert { type: "json" };
|
||||
console.log(asdf);
|
Loading…
Add table
Add a link
Reference in a new issue