summaryrefslogtreecommitdiff
path: root/cli/js
AgeCommit message (Expand)Author
2020-03-13Remove doc strings from cli/js TS files (#4329)crowlKats
2020-03-11Add waker to StreamResource to fix hang on close bugs (#4293)João Souto
2020-03-11reorg: Deno global initialization (#4317)Bartek Iwańczuk
2020-03-11move compiler API tests to integration tests (#4319)Bartek Iwańczuk
2020-03-11support permission mode in mkdir (#4286)dubiousjim
2020-03-11Stricter permissions for Deno.makeTemp* (#4318)dubiousjim
2020-03-11reorg: remove dispatch.ts, move signals, factor out web utils (#4316)Bartek Iwańczuk
2020-03-11reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)Bartek Iwańczuk
2020-03-10refactor(cli/js/net): Cleanup iterable APIs (#4236)Nayeem Rahman
2020-03-10Add Deno.umask (#4290)dubiousjim
2020-03-10refactor: Cleanup options object parameters (#4296)Nayeem Rahman
2020-03-10refactor: uncomment tests broken tests, use skip (#4311)Bartek Iwańczuk
2020-03-09use Object instead of Map for promise table (#4309)Bartek Iwańczuk
2020-03-10reorg: move js runtime tests to cli/js/tests/ (#4250)Bartek Iwańczuk
2020-03-10reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)Bartek Iwańczuk
2020-03-09reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)Bartek Iwańczuk
2020-03-08reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)Bartek Iwańczuk
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-05move Web APIs to cli/js/web/Bartek Iwańczuk
2020-03-05fix event target testsBartek Iwańczuk
2020-03-05Support async function and EventListenerObject as listeners (#4240)Ryan Dahl
2020-03-05refactor: preliminary cleanup of Deno.runTests() (#4237)Bartek Iwańczuk
2020-03-05refactor: cleanup compiler runtimes (#4230)Bartek Iwańczuk
2020-03-04Remove Deno.errors.Other (#4249)Ryan Dahl
2020-03-04refactor: rewrite testPerm into unitTest (#4231)Bartek Iwańczuk
2020-03-04Migrate internal bundles to System (#4233)Kitson Kelly
2020-03-03add assertOps sanitizer in cli/js/ unit tests (#4209)Bartek Iwańczuk
2020-03-03misc: reduce unnecesarry output in cli/js tests (#4182)Yusuke Sakurai
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-03-02Fix JavaScript dependencies in bundles. (#4215)Kitson Kelly
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-03-01perf: use subarray instead of slice in dispatch minimal (#4180)Ryan Dahl
2020-02-29docs: fix broken Deno.write() example (#4190)Chris Knight
2020-02-29refactor(cli/js): Replace constructError() with getErrorClass() (#4189)Nayeem Rahman
2020-02-29add assertResources sanitizer to cli/js/ unit tests (#4161)Bartek Iwańczuk
2020-02-28Revert "perf: use subarray instead of slice in dispatch minimal (#4173)" (#4174)Bartek Iwańczuk
2020-02-28perf: use subarray instead of slice in dispatch minimal (#4173)Bartek Iwańczuk
2020-02-28Clean up lib.deno.ns.d.ts JSDoc (#4170)Kitson Kelly
2020-02-28rewrite permission revoke test as integration test (#4164)Bartek Iwańczuk
2020-02-27Merge mod_evaluate() and mod_evaluate_dyn_import() methods (#4167)Bert Belder
2020-02-27feat: Support types compiler option in compiler APIs (#4155)Kitson Kelly
2020-02-26stream output of js unit tests (#4146)Bartek Iwańczuk
2020-02-26Bundles can be sync or async based on top level await (#4124)Kitson Kelly
2020-02-26add window.self read-only property (#4131)Bartek Iwańczuk