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
/
lsp
Age
Commit message (
Expand
)
Author
2024-10-08
refactor: remove usage of full_range (#26065)
David Sherret
2024-10-07
fix(lsp): exclude missing import quick fixes with bad resolutions (#26025)
Nayeem Rahman
2024-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-10-01
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
David Sherret
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-26
fix(doc): surface graph errors as warnings (#25888)
David Sherret
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-23
BREAKING: remove support for remote import maps in deno.json (#25836)
David Sherret
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-18
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Asher Gomez
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
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-17
fix(lsp): properly resolve jsxImportSource for caching (#25688)
Nayeem Rahman
2024-09-17
feat(lsp): auto-import types with 'import type' (#25662)
Nayeem Rahman
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-11
fix(lsp): encode url parts before parsing as uri (#25509)
Nayeem Rahman
2024-09-11
feat(lsp): unstable setting as list (#25552)
Nayeem Rahman
2024-09-06
feat(lsp): turn on useUnknownInCatchVariables (#25474)
Kenta Moriuchi
2024-09-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-04
fix(lsp): update diagnostics on npm install (#25352)
Nayeem Rahman
2024-09-03
fix: only enable byonm if workspace root has pkg json (#25379)
David Sherret
2024-09-02
feat(lsp): html/css/yaml file formatting (#25353)
Nayeem Rahman
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-29
feat(config): Node modules option for 2.0 (#25299)
Nathan Whitaker
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-28
fix(lsp): panic on url_to_uri() (#25238)
Nayeem Rahman
2024-08-26
perf(cache): single cache file for remote modules (#24983)
David Sherret
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-21
fix(lsp): resolve jsx import source with types mode (#25064)
Nayeem Rahman
2024-08-21
chore(lsp): use 'install' terminology for jsr and npm packages (#25119)
Nayeem Rahman
2024-08-20
fix(lsp): include scoped import map keys in completions (#25047)
Nayeem Rahman
2024-08-20
feat(config): Support frozen lockfile config option in deno.json (#25100)
Nathan Whitaker
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-14
fix(lsp): import map lookup for jsr subpath auto import (#25025)
Nayeem Rahman
2024-08-14
feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)
Pig Fang
2024-08-12
fix(lsp): directly use file referrer when loading document (#24997)
Nayeem Rahman
2024-08-09
feat(fmt): support CSS, SCSS, Sass and Less (#24870)
Pig Fang
2024-08-09
fix(lsp): don't always use byonm resolver when DENO_FUTURE=1 (#24865)
David Sherret
[next]