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
2023-01-20
feat: Stabilize Deno.Listener.ref/unref (#17477)
Bartek Iwańczuk
2023-01-19
feat(runtime): add bigint to seek typings (#17314)
Leo Kettmeir
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-14
refactor(tsc): do not store some typescript declaration file text in multiple...
David Sherret
2023-01-12
feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...
Leo Kettmeir
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-09
feat(runtime/os): add `Deno.env.has()` (#17315)
Leo Kettmeir
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-08
feat(ext/ffi): structs by value (#15060)
Dj
2023-01-05
refactor(cli): clean up clones (#17268)
Geert-Jan Zwiers
2023-01-04
chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)
Yiyu Lin
2023-01-03
fix(declaration): change `Deno.open` example to not use `Deno.close(rid)` (#1...
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-27
feat(unstable): Add "Deno.osUptime()" API (#17179)
Kamil Ogórek
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-15
fix: re-add Response.json static method (#17061)
Leo Kettmeir
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-14
fix: upgrade to TS 4.9.4 (#17048)
David Sherret
2022-12-13
docs: use example & default tags (#17032)
Leo Kettmeir
2022-12-13
feat: support `createNew` in `Deno.writeFile` (#17023)
Leo Kettmeir
2022-12-13
fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...
Leo Kettmeir
2022-12-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-12-09
unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)
Bartek Iwańczuk
2022-12-08
fix(compile): ensure import map is used when specified in deno config file (#...
David Sherret
2022-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-12-05
fix(npm): dependency types were sometimes not being resolved when package had...
David Sherret
2022-12-03
feat(ext/ffi): better type hints for Deno.dlopen (#16874)
阿豪
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-28
feat(unstable): rework Deno.Command (#16812)
Leo Kettmeir
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-11-23
chore: more debug logging and avoid allocating strings in ts logging when not...
David Sherret
2022-11-22
fix: Make npm packages works with import maps (#16754)
Bartek Iwańczuk
2022-10-27
fix(typescript): allow synthetic default imports when using `ModuleKind.ESNex...
David Sherret
2022-10-22
fix(lsp): regression - error when removing file (#16388)
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-21
chore(core): remove `core.opSync` (#16379)
Divy Srivastava
2022-10-16
feat: support inlay hints (#16287)
Kitson Kelly
2022-09-20
feat(cli): update to TypeScript 4.8 (#15064)
Kitson Kelly
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-04
fix: Update `Object.prototype.__proto__` related comments (#15394)
Yongwook Choi
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-12
fix(lsp): enable auto imports (#15145)
Kitson Kelly
2022-07-04
fix: update to TypeScript 4.7.4 (#15022)
Rafael Ávila de Espíndola
2022-06-27
fix(lsp): restart TS language service when caching dependencies (#14979)
Bartek Iwańczuk
2022-06-23
fix(check): ignore TS2306 (#14940)
Nayeem Rahman
2022-06-15
fix(check): use "moduleDetection": "force" (#14875)
Nayeem Rahman
2022-06-03
fix(lsp): handle get diagnostic errors better (#14776)
Kitson Kelly
[next]