summaryrefslogtreecommitdiff
path: root/cli/js/globals.ts
AgeCommit message (Expand)Author
2020-03-05move Web APIs to cli/js/web/Bartek Iwańczuk
2020-03-05Support async function and EventListenerObject as listeners (#4240)Ryan Dahl
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk
2020-01-21refactor: Rename JS entry functions (#3732)Bartek Iwańczuk
2020-01-21refactor: split worker and worker host logic (#3722)Bartek Iwańczuk
2020-01-20Use globalThis to reference global scope (#3719)Kitson Kelly
2020-01-17workers: minimal error handling and async module loading (#3665)Bartek Iwańczuk
2020-01-16Add Deno.symbols and move internal fields for test (#3693)Kevin (Kun) "Kassimo" Qian
2020-01-08Runtime Compiler API (#3442)Kitson Kelly
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-10-28Re-enable basic stream support for fetch bodies (#3192)Nick Stott
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl