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
/
dts
/
lib.deno.ns.d.ts
Age
Commit message (
Expand
)
Author
2021-08-04
feat(unstable): clean environmental variables for subprocess (#11571)
Leo K
2021-08-02
feat: stabilize Deno.serveHttp() (#11544)
Bartek Iwańczuk
2021-07-26
fix(cli/dts): Type `Deno.errors.*` as subclasses of `Error` (#10702)
Liam Murphy
2021-07-12
chore(runtime): deprecate `Deno.copy` (#11369)
Luca Casonato
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-25
chore(ext/console): deprecate Deno.customInspect (#10035)
Yoshiya Hinosawa
2021-06-22
feat(core): support AbortSignal in readFile (#10943)
Benjamin Gruenbaum
2021-06-22
fix: move stable/unstable types/APIs to their correct places (#10880)
Muthu Kumar
2021-06-03
feat(cli): support URL overload for `Deno.chdir` (#10793)
Casper Beyer
2021-06-03
feat(runtime): support URL overloads for `Deno.symlink` and `Deno.symlinkSync...
Casper Beyer
2021-06-03
feat(runtime): support URL overloads for Deno.rename/Deno.renameSync (#10512)
Casper Beyer
2021-06-01
feat: add FsWatcher interface (#10798)
Yoshiya Hinosawa
2021-05-21
fix(docs): rename read to readSync (#10732)
迷渡
2021-05-20
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
Carter Snook
2021-05-19
docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)
Casper Beyer
2021-05-17
feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)
Casper Beyer
2021-05-11
docs(cli/dts): fix `Deno.permissions.query` example (#10572)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.watchFs example (#10570)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.inspect examples (#10569)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.seek and Deno.seekSync examples (#10568)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.run example (#10567)
Casper Beyer
2021-05-10
fix(cli): typings for `Deno.os.arch` (#10541)
Elias Sjögreen
2021-05-06
docs: env.get will return `undefined` if not exist (#10514)
迷渡
2021-05-05
docs(cli/dts): add missing awaits (#10501)
Casper Beyer
2021-05-05
docs(cli/dts): fix env examples (#10500)
Casper Beyer
2021-05-05
docs(cli/dts): use one block per writeAll example (#10496)
Casper Beyer
2021-05-05
docs(cli/dts): explicitly import assert in examples (#10495)
Casper Beyer
2021-05-05
docs(cli/dts): use one code block per truncate example (#10494)
Casper Beyer
2021-05-04
docs(cli/ftruncateSync): use openSync in example (#10485)
Casper Beyer
2021-04-28
docs: document how to stop file watcher (#10403)
Yoshiya Hinosawa
2021-04-27
docs: fix ftruncateSync example (#10393)
Yoshiya Hinosawa
2021-04-26
fix: invalid types for asynchronous and synchronous `File#truncate` (#10353)
Carter Snook
2021-04-26
fix(#10360): clarify JSDoc for `Deno.noColor` (#10373)
Carter Snook
2021-04-20
revert: Conn type changes in #10012 and #10061 (#10255)
Kitson Kelly
2021-04-16
fix(#10200): weaken types so non-breaking (#10205)
Kitson Kelly
2021-04-13
feat(cli/dts): stricter typings for Listener & Conn (#10012)
crowlKats
2021-04-13
feat(permissions): allow env permission to take values (#9825)
crowlKats
2021-04-12
feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)
Casper Beyer
2021-04-12
feat(runtime): add stat and statSync methods to Deno.File (#10107)
Casper Beyer
2021-04-12
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
Casper Beyer
2021-04-11
feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)
Casper Beyer
2021-04-10
feat(permissions): allow run permission to take values (#9833)
crowlKats
2021-04-06
chore: deprecate Deno.iter and Deno.iterSync (#10025)
Luca Casonato
2021-04-06
chore: deprecate Deno.Buffer and read/write utils (#9793)
Luca Casonato
2021-02-26
feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226)
Casper Beyer
2021-02-25
feat(runtime): stabilize Deno.link and Deno.linkSync (#9417)
Casper Beyer
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-02-24
feat: add exit sanitizer to Deno.test (#9529)
Casper Beyer
2021-02-10
fix(console): log function object properties / do not log non-enumerable prop...
David DeSimone
2021-02-04
docs: update example for Deno.Process (#9390)
Bartek Iwańczuk
[next]