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