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
/
tsc
/
99_main_compiler.js
Age
Commit message (
Expand
)
Author
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-04
fix(lsp): scope attribution for lazily loaded assets (#26699)
Nayeem Rahman
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-28
fix(check): expose more globals from @types/node (#26603)
David Sherret
2024-10-25
feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)
Nayeem Rahman
2024-09-18
feat(check): turn on noImplicitOverride (#25695)
Bartek Iwańczuk
2024-09-17
feat(lsp): auto-import types with 'import type' (#25662)
Nayeem Rahman
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-13
fix(check): move is cjs check from resolving to loading (#25597)
David Sherret
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-09-12
feat: stabilize `Deno.createHttpClient()` (#25569)
Asher Gomez
2024-09-06
feat(lsp): turn on useUnknownInCatchVariables (#25474)
Kenta Moriuchi
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-03
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-22
fix(lsp): scope attribution for asset documents (#24663)
Nayeem Rahman
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-06-26
feat(lsp): ts language service scopes (#24345)
Nayeem Rahman
2024-05-09
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Nathan Whitaker
2024-05-01
fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS re...
Nathan Whitaker
2024-04-24
chore(lsp): revert respect shouldCreateNewSourceFile (#23535)
David Sherret
2024-04-23
fix(lsp): Fix logic for coalescing pending changes + clear script names cache...
Nathan Whitaker
2024-04-23
chore(lsp): respect shouldCreateNewSourceFile parameter (#23515)
David Sherret
2024-04-22
feat: add jsx precompile skip element option (#23457)
Marvin Hagemeister
2024-04-22
perf(lsp): Batch "$projectChanged" notification in with the next JS request (...
Nathan Whitaker
2024-04-19
perf(lsp): Avoid passing struct into op_resolve (#23452)
Nathan Whitaker
2024-04-17
perf(lsp): release unused documents (#23398)
Nayeem Rahman
2024-04-15
fix(lsp): improved cjs tracking (#23374)
David Sherret
2024-04-15
fix(lsp): ensure project version is incremented when config changes (#23366)
David Sherret
2024-04-12
perf(lsp): Only deserialize response from `op_respond` once (#23349)
Nathan Whitaker
2024-04-11
perf(lsp): use a stub module in tsc for failed resolutions (#23313)
Nayeem Rahman
2024-04-11
perf(lsp): replace document registry source cache on update (#23311)
Nayeem Rahman
2024-04-10
perf(lsp): Only evict caches on JS side when things actually change (#23293)
Nathan Whitaker
2024-04-08
perf(lsp): cache ts config in isolate until new project version (#23283)
Nayeem Rahman
2024-04-08
perf(lsp): don't pass remote modules as tsc roots (#23259)
Nayeem Rahman
2024-04-08
Revert "perf(lsp): Don't retain `SourceFileObject`s in `sourceFileCache` long...
Nayeem Rahman
2024-04-06
perf(lsp): Don't retain `SourceFileObject`s in `sourceFileCache` longer than ...
Nathan Whitaker
2024-03-29
fix(lsp): implement missing ts server host apis (#23131)
Nayeem Rahman
2024-03-27
fix(check): do not suggest running with `--unstable` (#23092)
David Sherret
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-10
fix(lsp): implement host.getGlobalTypingsCacheLocation() (#21882)
Nayeem Rahman
2024-01-08
perf(lsp): use host-owned cache for auto-import completions (#21852)
Nayeem Rahman
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719)
Nayeem Rahman
2023-12-12
perf(lsp): use null types instead of stub modules (#21541)
Nayeem Rahman
2023-12-11
perf(lsp): simplify some of the startup code (#21538)
Bartek Iwańczuk
2023-12-06
feat: TypeScript 5.3 (#21480)
David Sherret
2023-12-03
refactor: faster args for op_load in TSC (#21438)
Bartek Iwańczuk
2023-12-02
perf(lsp): fix redundant serialization of sources (#21435)
Nayeem Rahman
[next]