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
/
cli
/
tests
/
integration
Age
Commit message (
Expand
)
Author
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-11-04
fix(doc): `deno doc --lint mod.ts` should output how many files checked (#21084)
David Sherret
2023-11-01
fix(repl): jsxImportSource was not working (#21049)
David Sherret
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-11-01
feat: precompile JSX (#20962)
Bartek Iwańczuk
2023-11-01
fix(test): --junit-path should handle when the dir doesn't exist (#21044)
David Sherret
2023-11-01
feat(cron) implement Deno.cron() (#21019)
Igor Zinkovsky
2023-11-01
Revert "chore: use kqueue backend of notify on macOS" (#21039)
Divy Srivastava
2023-11-01
feat: deno doc --html (#21015)
Bartek Iwańczuk
2023-11-01
feat(unstable): `deno run --env` (#20300)
Asher Gomez
2023-11-01
fix(repl): support transforming JSX/TSX (#20695)
Bartek Iwańczuk
2023-10-31
feat: `deno doc --lint` (#21032)
David Sherret
2023-10-31
chore: update macOS shared library test (#21031)
Divy Srivastava
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-30
feat(doc): support multiple file entry (#21018)
Bartek Iwańczuk
2023-10-30
feat(ext/websocket): split websocket read/write halves (#20579)
Matt Mastracci
2023-10-28
chore: Remove 'UNSTABLE:' from 'deno compile' help (#21003)
Bartek Iwańczuk
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-10-26
feat(doc): display non-exported types referenced in exported types (#20990)
David Sherret
2023-10-26
fix(unstable/byonm): improve error messages (#20987)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-24
perf(lsp): cleanup workspace settings scopes (#20937)
Nayeem Rahman
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-17
fix(lsp): include mtime in tsc script version (#20911)
Nayeem Rahman
2023-10-17
feat(lsp): respect "typescript.preferences.quoteStyle" when deno.json is abse...
Nayeem Rahman
2023-10-16
fix(lsp): show diagnostics for untitled files (#20916)
Nayeem Rahman
2023-10-17
fix(node): resolve file.d specifiers in npm packages (#20918)
David Sherret
2023-10-13
fix(lsp): don't commit registry completions on "/" (#20902)
Nayeem Rahman
2023-10-12
feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)
Nayeem Rahman
2023-10-10
refactor(lsp): add "deno.reloadImportRegistries" as a command (#20823)
Nayeem Rahman
2023-10-09
fix(lsp): allow formatting vendor files (#20844)
Nayeem Rahman
2023-10-06
fix(cli): Support using both `--watch` and `--inspect` at the same time (#20660)
Jesper van den Ende
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-10-05
fix(lsp): show diagnostics for type imports from untyped deps (#20780)
Nayeem Rahman
2023-10-03
fix(npm): upgrade to deno_npm 0.15.2 (#20772)
David Sherret
2023-10-02
fix(ext/node): don't call undefined nextTick fn (#20724)
Luca Casonato
2023-09-29
feat(lsp): jupyter notebook analysis (#20719)
Nayeem Rahman
2023-09-27
fix(lsp): allow query strings for "deno:/status.md" (#20697)
Nayeem Rahman
2023-09-27
feat(unstable): add `Deno.jupyter.broadcast` API (#20656)
Bartek Iwańczuk
2023-09-26
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
Nayeem Rahman
2023-09-24
feat(lsp): cache all dependencies quick fix (#20665)
Nayeem Rahman
2023-09-24
fix(lsp): resolve remote import maps (#20651)
Nayeem Rahman
2023-09-24
refactor(lsp): implement "deno.cacheOnSave" server-side (#20632)
Nayeem Rahman
2023-09-24
fix(lsp): show related information for tsc diagnostics (#20654)
Nayeem Rahman
2023-09-21
refactor(lsp): store language sections in WorkspaceSettings (#20593)
Nayeem Rahman
2023-09-19
fix(lsp): force correct media type detection from tsc (#20562)
Nayeem Rahman
2023-09-18
fix(cli): for main-module that exists in package.json, use the version define...
await-ovo
2023-09-18
fix(lsp): pass quote preference to tsc (#20547)
Nayeem Rahman
2023-09-18
fix(lsp): prefer local auto-import specifiers (#20539)
Nayeem Rahman
[next]