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
Age
Commit message (
Expand
)
Author
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-13
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)
Łukasz Czerniawski
2024-11-04
fix(lsp): scope attribution for lazily loaded assets (#26699)
Nayeem Rahman
2024-11-04
fix(types): missing `import` permission on `PermissionOptionsObject` (#26627)
Scott Twiname
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
fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ...
David Sherret
2024-10-25
feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)
Nayeem Rahman
2024-09-24
fix(check): ignore noImplicitOverrides in remote modules (#25854)
David Sherret
2024-09-24
fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...
Leo Kettmeir
2024-09-23
chore: add code generation for @types/deno (#25545)
David Sherret
2024-09-22
BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...
Divy Srivastava
2024-09-18
feat(check): turn on noImplicitOverride (#25695)
Bartek Iwańczuk
2024-09-17
fix(dts): stabilize `fetch` declaration for use with `Deno.HttpClient` (#25683)
Yusuke Tanaka
2024-09-17
feat(lsp): auto-import types with 'import type' (#25662)
Nayeem Rahman
2024-09-17
chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)
Asher Gomez
2024-09-16
fix(types): simplify mtls related types (#25658)
Luca Casonato
2024-09-16
BREAKING(ext/ffi): remove deprecated `UnsafeFnPointer` constructor type with ...
Aapo Alasuutari
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
feat(serve): Support second parameter in deno serve (#25606)
Nathan Whitaker
2024-09-12
BREAKING(io): remove `Deno.Seeker[Sync]` (#25551)
Asher Gomez
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-09-12
fix(ext/webgpu): sync category comment (#25580)
Victor Turansky
2024-09-12
feat: stabilize `Deno.createHttpClient()` (#25569)
Asher Gomez
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-11
BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)
Asher Gomez
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-10
refactor: move WebGPU, FFI and FS typings from unstable to stable (#25488)
Leo Kettmeir
2024-09-09
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
Asher Gomez
2024-09-10
BREAKING(io): remove `Deno.{Reader,Writer}[Sync]` and `Deno.Closer` (#25524)
Asher Gomez
2024-09-09
fix: Float16Array type (#25506)
Kenta Moriuchi
2024-09-09
BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)
Asher Gomez
2024-09-07
chore: soft-remove `Deno.{stdin,stderr,stdout}.rid` (#25479)
Asher Gomez
2024-09-06
feat(lsp): turn on useUnknownInCatchVariables (#25474)
Kenta Moriuchi
2024-09-06
BREAKING(fs): disallow `new Deno.FsFile()` (#25478)
Asher Gomez
2024-09-06
BREAKING(buffer): remove `Deno.Buffer` (#25441)
Asher Gomez
2024-09-06
chore(net): soft-remove `Deno.serveHttp()` (#25451)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.File` (#25447)
Asher Gomez
2024-09-05
BREAKING(types): soft-remove `Deno.run()` (#25403)
Asher Gomez
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-04
BREAKING(io): remove `Deno.read[Sync]()` (#25409)
Asher Gomez
2024-09-04
BREAKING(io): remove `Deno.write[Sync]()` (#25408)
Asher Gomez
[next]