mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
43c8c1cc6e
This allows people to use imports like: ```ts import "./app.css"; ``` ...with `deno check` in systems where there's a bundle step (ex. Vite). This will still error when using it with `deno run` or if the referenced file does not exist. See test cases for behaviour. |
||
---|---|---|
.. | ||
__test__.jsonc | ||
app.css | ||
exists.out | ||
exists.ts | ||
exists_and_try_uses.out | ||
exists_and_try_uses.ts | ||
exists_dynamic_import.ts | ||
exists_run_with_check.out | ||
not_exists.out | ||
not_exists.ts |