summaryrefslogtreecommitdiff
path: root/cli/js/runtime_worker.ts
AgeCommit message (Expand)Author
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-11fix: Expose ErrorEvent globally (#5222)Kitson Kelly
2020-05-01BREAKING: remove window.location and self.location (#5034)Bartek Iwańczuk
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-28BREAKING: Remove Deno.symbols namespace (#4936)Nayeem Rahman
2020-04-25remove bootstrap methods from global scope after bootstrapping (#4869)Bartek Iwańczuk
2020-04-16feat: support Deno namespace in Worker API (#4784)Bartek Iwańczuk
2020-04-14fix(worker): make worker name spec compliant (#4746)Bartek Iwańczuk
2020-04-13feat: implement EventTarget for worker scope (#4737)Bartek Iwańczuk
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-13Remove doc strings from cli/js TS files (#4329)crowlKats
2020-03-11reorg: Deno global initialization (#4317)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-05move Web APIs to cli/js/web/Bartek Iwańczuk
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
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