Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-03-25 | refactor: rename ConsoleOptions to InspectOptions (#4493) | Chris Knight | |
2020-03-24 | feat: add queueMicrotask to d.ts (#4477) | Yusuke Sakurai | |
2020-03-21 | Remove @url comments from d.ts files (#4449) | Ryan Dahl | |
These have no function and are not tested, probably incorrect in many situations. | |||
2020-03-10 | refactor: Cleanup options object parameters (#4296) | Nayeem Rahman | |
2020-03-05 | Support async function and EventListenerObject as listeners (#4240) | Ryan Dahl | |
2020-03-02 | seek should return cursor position (#4211) | bartOssh | |
2020-03-02 | Cleanup comments and internal variables (#4205) | dubiousjim | |
2020-02-23 | Move WebAsssembly namespace to shared_globals (#4084) | Kevin (Kun) "Kassimo" Qian | |
2020-02-19 | Support loading additional TS lib files (#3863) | Kitson Kelly | |
Fixes #3726 This PR provides support for referencing other lib files (like lib.dom.d.ts that are not used by default in Deno. | |||
2020-02-03 | Make fetch API more standards compliant (#3667) | serverhiccups | |
2020-01-29 | workers: proper TS libs, more spec-compliant APIs (#3812) | Bartek IwaĆczuk | |
* split lib.deno_main.d.ts into: - lib.deno.shared_globals.d.ts - lib.deno.window.d.ts - lib.deno.worker.d.ts * remove no longer used libs: - lib.deno_main.d.ts - lib.deno_worker.d.ts * change module loading to use proper TS library for compilation * align to Worker API spec: - Worker.terminate() - self.close() - self.name |