summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2020-04-22Add comments in Reader/SyncReader about iter/iterSync (#4852)Ryan Dahl
2020-04-22BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)Bartek Iwańczuk
2020-04-22Add comment distinguishing Deno.Buffer from Node's Buffer (#4847)Ryan Dahl
2020-04-22chore(docs): A space should be left after the single-line comment (#4811)张超杰
2020-04-21typo张超杰
2020-04-20Remove core/plugin.rs (#4824)Ryan Dahl
2020-04-18fix(doc): Group ID (#4803)迷渡
2020-04-18feat: startTLS (#4773)EnokMan
2020-04-18fix(doc): `FileInfo.created` is creation time (#4799)迷渡
2020-04-16refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)Nayeem Rahman
2020-04-15Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca...Ryan Dahl
2020-04-15fix(cli/js/net): Make generator return types iterable (#4661)Nayeem Rahman
2020-04-13refactor(core/js_error): Align JSStackFrame with CallSite (#4715)Nayeem Rahman
2020-04-13Convert ProcessStatus to a tagged union (#4732)Khải
2020-04-11docs: highlight NO_COLOR (#4723)迷渡
2020-04-09BREAKING: Remove deprecated mkdir, mkdirSync APIs (#4615)Chris Knight
2020-04-03adjust docs for Deno.seek (#4610)dubiousjim
2020-04-03Improve tests and docs for Deno.rename (#4597)dubiousjim
2020-04-02Refactor and expand mkdir tests (#4579)dubiousjim
2020-04-02feat: deno test --filter (#4570)Ryan Dahl
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