summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2020-04-01better parameter names for a couple functions (#4559)Chris Knight
2020-04-01refactor(cli/js/testing): Reduce testing interfaces (#4451)Nayeem Rahman
2020-03-31doc: Improve API documentation and add examples (#4548)Chris Knight
2020-03-29API doc improvments (#4525)Chris Knight
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-26Improve isatty and kill API docs; Deno.kill() - throw on Windows (#4497)Chris Knight
2020-03-25refactor: rename ConsoleOptions to InspectOptions (#4493)Chris Knight
2020-03-24doc: improve various API docs and include examples (#4486)Chris Knight
2020-03-23feat: Support Unix Domain Sockets (#4176)João Souto
2020-03-23doc: API improvements to chown, close, compile and connect (#4463)Chris Knight
2020-03-21Remove @url comments from d.ts files (#4449)Ryan Dahl
2020-03-21BREAKING CHANGE Rename Deno.run's args to cmd (#4444)Akshat Agarwal
2020-03-20chmod should throw on Windows (#4446)dubiousjim
2020-03-20refactor: move code from fs.rs into ops/fs.rs (#4428)dubiousjim
2020-03-19refactor: rename Deno.TestDefinition.skip to ignore (#4400)Bartek Iwańczuk
2020-03-18Chmod API documentation improvements (#4427)Chris Knight
2020-03-18Improve API docs for Deno.bundle and Deno.chdir (#4426)Chris Knight
2020-03-18feat: Deno.test() sanitizes ops and resources (#4399)Bartek Iwańczuk
2020-03-16Add mode option to open/create (#4289)dubiousjim
2020-03-15refactor: change test reporter output (#4371)Bartek Iwańczuk
2020-03-15feat(cli/js/testing): Add TestDefinition::skip (#4351)Nayeem Rahman
2020-03-14BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)dubiousjim
2020-03-13refactor: unit test runner communicates using TCP socket (#4336)Bartek Iwańczuk
2020-03-11support permission mode in mkdir (#4286)dubiousjim
2020-03-10refactor(cli/js/net): Cleanup iterable APIs (#4236)Nayeem Rahman
2020-03-10Add Deno.umask (#4290)dubiousjim
2020-03-07Rename perm to mode (#4276)dubiousjim
2020-03-06Rename name/filename arguments to path (#4227)dubiousjim
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-03-05refactor: preliminary cleanup of Deno.runTests() (#4237)Bartek Iwańczuk
2020-03-04Remove Deno.errors.Other (#4249)Ryan Dahl
2020-03-02Rename Option -> Options (#4226)dubiousjim
2020-03-02feat: update metrics to track different op types (#4221)Bartek Iwańczuk
2020-03-02seek should return cursor position (#4211)bartOssh
2020-03-02Cleanup comments and internal variables (#4205)dubiousjim
2020-03-01feat(std/node): add os.tmpdir() implementation (#4213)ecyrbe
2020-02-28Clean up lib.deno.ns.d.ts JSDoc (#4170)Kitson Kelly
2020-02-27feat: Support types compiler option in compiler APIs (#4155)Kitson Kelly
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-24feat: Add Deno.formatDiagnostics (#4032)Kitson Kelly
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-18feat: Deno.makeTempFile (#4024)Kevin (Kun) "Kassimo" Qian
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk
2020-02-07Improve support for diagnostics from runtime compiler APIs (#3911)Kitson Kelly