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
/
tsc.rs
Age
Commit message (
Expand
)
Author
2023-09-19
fix(lsp): force correct media type detection from tsc (#20562)
Nayeem Rahman
2023-09-19
refactor(lsp): dedup import map lookup for auto-imports (#20538)
Nayeem Rahman
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
2023-09-16
feat(lsp): include source in auto import completion label (#20523)
Nayeem Rahman
2023-09-12
refactor: rewrite cli/ ops to op2 (#20462)
Bartek Iwańczuk
2023-09-12
refactor: strongly typed TSC ops (#20466)
Bartek Iwańczuk
2023-09-09
fix(lsp): respect configured exclusions for testing APIs (#20427)
Nayeem Rahman
2023-08-26
fix(lsp): implement deno.suggest.completeFunctionCalls (#20214)
Nayeem Rahman
2023-08-26
feat(lsp): update imports on file rename (#20245)
Nayeem Rahman
2023-08-17
fix(lsp): pass fmt options to completion requests (#20184)
Nayeem Rahman
2023-08-08
refactor: use deno_cache_dir crate (#20092)
David Sherret
2023-08-02
feat(unstable/lsp): support navigating to deno_modules folder (#20030)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-08
refactor: abstract away file system to be buried inside HttpCache (#19760)
David Sherret
2023-07-03
feat(lsp): support import maps in quick fix and auto-imports (#19692)
David Sherret
2023-07-02
feat(lsp): basic support of auto-imports for npm specifiers (#19675)
David Sherret
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-05-12
refactor(lsp): make `RequestMethod` private (#19114)
David Sherret
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-04-01
fix(repl): disable language server document preloading in the repl (#18543)
David Sherret
2023-03-31
fix(lsp): better handling of `data:` urls (#18527)
David Sherret
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
2023-03-30
fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)
David Sherret
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-29
refactor(lsp): remove boolean parameters on `documents.documents(...)` (#18493)
David Sherret
2023-03-23
refactor(lsp): add `LspClientUrl` (#18376)
David Sherret
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-06
fix: revert lsp related internal specifiers (#17673)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-14
refactor(tsc): do not store some typescript declaration file text in multiple...
David Sherret
[next]