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.
2 lines
105 B
Text
2 lines
105 B
Text
error: Module not found "file:///[WILDLINE]/not_exists.css".
|
|
at file:///[WILDLINE]/not_exists.ts:1:8
|