David Sherret
43c8c1cc6e
feat(check): allow using side effect imports with unknown module kinds (ex. css modules) ( #23392 )
...
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.
2024-04-16 16:46:31 -04:00
David Sherret
ca5e5c7e9c
chore(specs): add jsr and npm env vars to tests by default ( #23171 )
2024-04-01 21:58:05 -04:00
David Sherret
8698492128
fix(node): handle empty 'main' entry in pkg json ( #23155 )
2024-04-01 07:07:11 +01:00
David Sherret
49f97d5f85
fix(check): do not suggest running with --unstable
( #23092 )
...
Closes #23079
2024-03-27 11:58:36 -04:00
David Sherret
ac4a5f74b8
feat: TypeScript 5.4 ( #23086 )
...
Fork PR: https://github.com/denoland/TypeScript/pull/10
Closes #23080
2024-03-26 18:52:57 -04:00
David Sherret
392579b5a6
chore(specs): use jsonc for metadata file ( #22946 )
...
Avoids the comment diagnostic that vscode gives. Also, automatically
renames .json to .jsonc for the time being.
2024-03-15 17:27:52 +00:00
David Sherret
ce768bac83
chore(lsp): add tests for compiler options being resolved relative the config file ( #22924 )
...
Investigation from #17298
2024-03-15 14:27:43 +00:00