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
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-18
refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)
Andreu Botella
2023-01-16
refactor(cli): fewer clones (#17450)
Geert-Jan Zwiers
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-14
refactor(tsc): do not store some typescript declaration file text in multiple...
David Sherret
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-03
fix(lsp): don't error if completionItem/resolve request fails (#17250)
Bartek Iwańczuk
2023-01-03
fix(lsp): treat empty string config value as None (#17227)
Leo Kettmeir
2023-01-03
refactor(lsp): reduce number of clones (#17254)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-30
fix(lsp): less agressive completion triggers (#17225)
Bartek Iwańczuk
2022-12-29
fix(lsp): completions for private variables (#17220)
Bartek Iwańczuk
2022-12-29
fix(lsp): "Add all missing imports" uses correct specifiers (#17216)
Bartek Iwańczuk
2022-12-20
fix(lsp/format): language formatter used should be based on language id (#17148)
David Sherret
2022-12-19
perf(lsp): concurrent reads and exclusive writes (#17135)
David Sherret
2022-12-19
fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)
Leo Kettmeir
2022-12-19
chore(lsp/testing): refactor collectors test (#17104)
Leo Kettmeir
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-17
fix(lsp/testing): support not needing to declare first arg function in test d...
Leo Kettmeir
2022-12-16
fix(lsp): handle template literal as first arg in test function (#17076)
Leo Kettmeir
2022-12-13
feat(repl): support npm packages (#16770)
Bartek Iwańczuk
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-12-05
fix(npm): dependency types were sometimes not being resolved when package had...
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
2022-11-30
chore: remove unnecessary lifetimes (#16878)
David Sherret
2022-11-30
fix(lsp): analyze fs dependencies of dependencies to find npm package require...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-27
fix(npm): ensure npm package downloaded once per run when using `--reload` (#...
David Sherret
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-11-25
refactor(lsp): consolidate relative_specifier (#16780)
David Sherret
2022-11-22
fix(inspector): ensure console methods provided by inspector are available (#...
Bartek Iwańczuk
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-18
fix(npm): use an http client with connection pool (#16705)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret
2022-11-02
fix(lock): autodiscovery of lockfile (#16498)
Bartek Iwańczuk
2022-11-02
refactor: Combine ImportMapResolver and JsxResolver (#16508)
Bartek Iwańczuk
2022-10-28
fix(lsp): correct `parameterNames.suppressWhenArgumentMatchesName` and `varia...
David Sherret
2022-10-27
fix(lsp): add ServerCapabilities::encoding (#16444)
Bartek Iwańczuk
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-20
fix(lsp): allow caching deps in non-saved files (#16353)
David Sherret
[prev]
[next]