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