summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.unstable.d.ts
AgeCommit message (Expand)Author
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)Bartek Iwańczuk
2020-07-10feat(unstable): add Deno.consoleSize (#6520)Sebastien Filion
2020-07-09feat: move unstable Deno.permissions to navigator.permissions (#6244)Kitson Kelly
2020-07-08feat(unstable): Deno.ppid (#6539)uki00a
2020-07-02doc: add unstable note to Deno.ftruncateSync and ftruncate (#6590)Casper Beyer
2020-06-26fix(cli/permissions): panic on hostless URLs (#6500)Maayan Hanin
2020-06-26feat(unstable): add Deno.fdatasyncSync and fdatasync (#6403)Casper Beyer
2020-06-22feat(unstable): add Deno.fstatSync and fstat (#6425)Casper Beyer
2020-06-21feat(unstable): add Deno.fsyncSync and fsync (#6411)Casper Beyer
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-06-20feat(unstable): add Deno.ftruncate and ftruncateSync (#6243)Casper Beyer
2020-06-13fix: DatagramConn.send should return bytes sent (#6265)Kermit Xuan
2020-06-12Revert "feat: add Deno.osName()" (#6261)Ryan Dahl
2020-06-11feat: add Deno.osName() (#5714)Rubin Bhandari
2020-06-10feat: Add Deno.mainModule (#6180)John Gardner
2020-06-03doc: complete unstable documentation and make consistent (#6074)Chris Knight
2020-05-24Add unstable checks for unix transport (#5818)Valentin Anger
2020-05-21docd: Replace obsolete Deno.homeDir() with Deno.dir('home') (#5708)Bhumij Gupta
2020-05-19Implement Deno.symlink() for windows (#5533)Ali Hasani
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
2020-05-17Implement Deno.kill for windows (#5347)Ali Hasani
2020-05-16Fix formatting of example code in typescript declaration files (#5475)Siddharth Parmar
2020-05-16Fix a bunch of spelling errors (#5314)Bert Belder
2020-05-09BREAKING: make Deno.hostname unstable (#5108)Ryan Dahl
2020-05-04stabilize Deno.cwd and require --allow-read (#5068)Ryan Dahl
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato