summaryrefslogtreecommitdiff
path: root/js/main.ts
AgeCommit message (Expand)Author
2018-08-15Use typescript strict mode (#505)Kitson Kelly
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Organize libdeno functions.Ryan Dahl
2018-08-08Generate declarationsKitson Kelly
2018-08-02Source map support (#429)Ryan Dahl
2018-08-02Remove dispatch.ts and move assignCmdId to util.tsRyan Dahl
2018-07-25Remove msg_generated hack (#409)Kitson Kelly
2018-07-24Remove handlers crate target.Ryan Dahl
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-22Replace packer with rollupKitson Kelly
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl
2018-07-12Move buffers between V8 and nativeBert Belder
2018-07-08Add 'command id' field to messagesBert Belder
2018-07-06Remove channel parameter from deno_send/recv.Ryan Dahl
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-03Switch back to recv/send instead of pub/sub for low-level API.Ryan Dahl
2018-07-01Add tslintParsa Ghadimi
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa