summaryrefslogtreecommitdiff
path: root/js/main.ts
AgeCommit message (Expand)Author
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
2019-01-13Cleanup compiler and re-enable tests (#1512)Kitson Kelly
2019-01-09Re-enable --recompile (#1492)Ryan Dahl
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-06Add deno.pid (#1464)Ryan Dahl
2018-12-06Process source maps in Rust instead of JS (#1280)Ryan Dahl
2018-11-20Split Runner from CompilerKitson Kelly
2018-11-16Support shebangRyan Dahl
2018-11-09Ensure global type instances are available.Kitson Kelly
2018-11-06Improve preparing stack tracesKitson Kelly
2018-11-05Decode main.js.map during snapshotting.Ryan Dahl
2018-11-05Add repl (#998)Andy Hayden
2018-10-26Remove broken feature: --depsRyan Dahl
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-15`deno -v` should report typescript versionJinho Bang
2018-10-12Fix promise reject issue (#936)Kevin (Kun) "Kassimo" Qian
2018-10-11Add support for --typesKitson Kelly
2018-10-08Check thrown type, print String(...) if not instance of error (#939)Kevin (Kun) "Kassimo" Qian
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-09-24Add flag --recompile (#801)Bartek Iwańczuk
2018-09-22Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)ztplz
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-09-09Remove namespace from src/msg.fbsRyan Dahl
2018-09-09Map promises onto futures.Ryan Dahl
2018-09-06Implementing --deps flagMirko Jotic
2018-08-31Refactor libdeno.send() code to reduce boilerplate.Ryan Dahl
2018-08-27Add deno.argv.Ryan Dahl
2018-08-26refactor: add and use libdeno.setGlobalErrorHandler instead of window.onerrorYoshiya Hinosawa
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-17Command line flag parsing (#524)Ryan Dahl
2018-08-16Implement deno_handle_msg_from_js in RustRyan Dahl
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