Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-16 | feat(check): allow using side effect imports with unknown module kinds (ex. ↵ | David Sherret | |
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-01 | chore(specs): add jsr and npm env vars to tests by default (#23171) | David Sherret | |
2024-04-01 | fix(node): handle empty 'main' entry in pkg json (#23155) | David Sherret | |
2024-03-27 | fix(check): do not suggest running with `--unstable` (#23092) | David Sherret | |
Closes #23079 | |||
2024-03-26 | feat: TypeScript 5.4 (#23086) | David Sherret | |
Fork PR: https://github.com/denoland/TypeScript/pull/10 Closes #23080 | |||
2024-03-15 | chore(specs): use jsonc for metadata file (#22946) | David Sherret | |
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being. | |||
2024-03-15 | chore(lsp): add tests for compiler options being resolved relative the ↵ | David Sherret | |
config file (#22924) Investigation from #17298 |