summaryrefslogtreecommitdiff
path: root/cli/tsc
AgeCommit message (Expand)Author
2024-07-28fix(types): fix streams types (#24770)Kenta Moriuchi
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-22fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...Kenta Moriuchi
2024-07-22fix(lsp): scope attribution for asset documents (#24663)Nayeem Rahman
2024-07-15fix(docs): fix some deno.land/manual broken urls (#24557)Igor Borisoglebski
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
2024-07-10fix(ext/webgpu): fix `GPUUncapturedErrorEvent` parent type (#24369)Victor Turansky
2024-07-09fix: restore reference to dom.extras in lib.dom.d.ts (#24489)Bartek Iwańczuk
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-09docs(ext/net): explain `port: 0` behavior (#24475)Asher Gomez
2024-07-03feat: Upgrade to TypeScript 5.5.2 (#24326)Bartek Iwańczuk
2024-07-02feat(ext/web): add `Blob.prototype.bytes()` (#24148)Kenta Moriuchi
2024-07-01BREAKING(unstable/ffi): remove callback reentrant flag (#24367)Divy Srivastava
2024-06-26feat(lsp): ts language service scopes (#24345)Nayeem Rahman
2024-06-21docs(cli): remove trailing slash from `import.meta.dirname` expected output (...Asher Gomez
2024-06-19fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259)Divy Srivastava
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-04fix(docs): update Deno.Command docs (#24097)Igor Zinkovsky
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-28BREAKING(ffi/unstable): always return u64 as bigint (#23981)Divy Srivastava
2024-05-26fix(ext/websocket): change default idleTimeout to 30s (#23985)Alex Gleason
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-23feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...Asher Gomez
2024-05-22feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[...Asher Gomez
2024-05-22refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)Leo Kettmeir
2024-05-19fix: add missing `URL.parse` types (#23893)Kenta Moriuchi
2024-05-14fix: Add missing `"junction"` type for `SymlinkOptions.types` (#23756)futsuuu
2024-05-09refactor(lsp): Have JS drive TSC event loop in LSP (#23565)Nathan Whitaker
2024-05-08fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)David Sherret
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-05-01fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS re...Nathan Whitaker
2024-04-26feat(ci): category & unstable tags checker (#23568)Leo Kettmeir
2024-04-25feat(ext/webgpu): support `UnsafeWindowSurface` on wayland (#23423)chirsz
2024-04-24chore(lsp): revert respect shouldCreateNewSourceFile (#23535)David Sherret
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
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-23feat: enable Float16Array support (#23490)Bartek Iwańczuk
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-21fix: Fix some typos in comments (#23470)welfuture
2024-04-19feat(ext/http): Add `addr` to HttpServer (#23442)Matt Mastracci
2024-04-19perf(lsp): Avoid passing struct into op_resolve (#23452)Nathan Whitaker
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk