summaryrefslogtreecommitdiff
path: root/js/dispatch.ts
AgeCommit message (Expand)Author
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-12Make timers act like normal opsRyan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-26deno_core (#1827)Ryan Dahl
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-10-26Remove broken feature: trace()Ryan Dahl
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-10-03timers: implement timers in javascriptBert Belder
2018-09-27Support zero-copy data in libdeno.send(). (#838)Ryan Dahl
2018-09-22Implement deno.trace() (#795)Kevin (Kun) "Kassimo" Qian
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-08-02Remove dispatch.ts and move assignCmdId to util.tsRyan Dahl
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl