summaryrefslogtreecommitdiff
path: root/tests/specs/check
AgeCommit message (Expand)Author
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-25fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ...David Sherret
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-02chore: deprecate check itests (#25963)Mohammad Sulaiman
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-25fix(check): properly surface dependency errors in types file of js file (#25860)David Sherret
2024-09-24fix(check): ignore noImplicitOverrides in remote modules (#25854)David Sherret
2024-09-18feat(check): turn on noImplicitOverride (#25695)Bartek Iwańczuk
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-16test: rewrite some ignored tests to spec tests (#25652)Bartek Iwańczuk
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-10refactor: move WebGPU, FFI and FS typings from unstable to stable (#25488)Leo Kettmeir
2024-09-06feat(lsp): turn on useUnknownInCatchVariables (#25474)Kenta Moriuchi
2024-09-05fix: update hint for `deno add <package>` (#25455)Bartek Iwańczuk
2024-09-05feat: Add a hint on error about 'Relative import path ... not prefixed with ....Bartek Iwańczuk
2024-08-20feat: glob and directory support for `deno check` and `deno cache` cli arg pa...Yazan AbdAl-Rahman
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-01chore(specs): add jsr and npm env vars to tests by default (#23171)David Sherret
2024-04-01fix(node): handle empty 'main' entry in pkg json (#23155)David Sherret
2024-03-27fix(check): do not suggest running with `--unstable` (#23092)David Sherret
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-15chore(specs): use jsonc for metadata file (#22946)David Sherret
2024-03-15chore(lsp): add tests for compiler options being resolved relative the config...David Sherret