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-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-18
fix(lsp): ignore editor indent settings if deno.json is present (#26912)
Nayeem Rahman
2024-11-16
feat(task): support object notation, remove support for JSDocs (#26886)
Bartek Iwańczuk
2024-11-15
feat(lsp): auto-imports with @deno-types directives (#26821)
Nayeem Rahman
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-12
fix(lsp): skip code action edits that can't be converted (#26831)
Nayeem Rahman
2024-11-06
feat(lsp): auto-import completions from byonm dependencies (#26680)
Nayeem Rahman
2024-11-04
perf(lsp): don't walk coverage directory (#26715)
Nayeem Rahman
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(lsp): include unstable features from editor settings (#26655)
Nayeem Rahman
2024-10-25
fix(lsp): make missing import action fix infallible (#26539)
Nayeem Rahman
2024-10-25
feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)
Nayeem Rahman
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-21
fix(lsp): import-map-remap quickfix for type imports (#26454)
Nayeem Rahman
2024-10-21
feat(lsp): interactive inlay hints (#26382)
Nayeem Rahman
2024-10-16
Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)
Nayeem Rahman
2024-10-16
Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...
Bartek Iwańczuk
2024-10-16
feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)
Nayeem Rahman
2024-10-15
chore: upgrade to rust 1.81.0 (#26261)
林炳权
2024-10-11
fix(lsp): relative completions for bare import-mapped specifiers (#26137)
Nayeem Rahman
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
[next]