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-04-08
perf(lsp): cache ts config in isolate until new project version (#23283)
Nayeem Rahman
2024-04-09
chore: update deprecation notices of APIs to be soft-removed (#23076)
Asher Gomez
2024-04-08
chore: update WPT (#23111)
Asher Gomez
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-31
fix(check): ignore certain diagnostics in remote modules and when publishing ...
David Sherret
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
feat: type declarations for new Set methods (#23090)
David Sherret
2024-03-26
feat: TypeScript 5.4 (#23086)
David Sherret
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-24
docs(dts): Update edge case in `prompt()` docs (#22954)
Sol Boucher
2024-03-20
chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)
Asher Gomez
2024-03-05
chore: upgrade deno_core (#22699)
Bartek Iwańczuk
2024-02-29
fix(unstable): add `Date#toTemporalInstant` type (#22637)
Kenta Moriuchi
2024-02-27
chore: bump deno_core (#22596)
Matt Mastracci
2024-02-23
chore(cli): swap `CreateHttpClientOptions.{cert,key}` descriptions (#22543)
Asher Gomez
2024-02-20
chore: add missing `@category` tags to runtime APIs (#22486)
Asher Gomez
2024-02-19
chore: move `test_util` to `tests/util/server` (#22444)
Asher Gomez
2024-02-18
feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)
Asher Gomez
2024-02-18
BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)
Asher Gomez
2024-02-18
BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)
Asher Gomez
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-14
docs: add missing `@category` tags (#22411)
Asher Gomez
2024-02-07
docs(cli): add unit info for idleTimeout (#22335)
Jason Ford
2024-02-07
docs: correct JSDoc `@category` for `Deno.fsync[Sync]()` and `Deno.fdatasync[...
Asher Gomez
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-02-07
fix: enable "--allow-sys=cpus" for "deno run" (#22260)
restlessronin
2024-02-05
feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...
Asher Gomez
2024-02-02
chore: fix typo in docs (#22232)
Dan Rose
2024-02-02
docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)
Asher Gomez
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-27
feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149)
Divy Srivastava
2024-01-24
revert: Remove deprecations of file sync APIs (#22085)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073)
Asher Gomez
2024-01-24
feat: deprecate `Deno.FsWatcher.rid` (#22074)
Asher Gomez
2024-01-24
feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...
Asher Gomez
2024-01-24
chore: fix `Deno.UnsafeWindowSurface` typings (#22081)
Dean Srebnik
2024-01-24
feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)
Asher Gomez
2024-01-24
feat: deprecate `Deno.close()` (#22066)
Asher Gomez
2024-01-24
feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)
Asher Gomez
2024-01-24
feat: Add warnings for more deprecated APIs (#21992)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)
Asher Gomez
2024-01-24
feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063)
Asher Gomez
2024-01-24
feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065)
Asher Gomez
2024-01-24
chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071)
Asher Gomez
2024-01-24
feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)
Asher Gomez
[next]