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. |
||
---|---|---|
.. | ||
cjs_default_export | ||
css_import | ||
npm_pkg_empty_main_entry | ||
types_resolved_relative_config | ||
unstable_suggestion |