summaryrefslogtreecommitdiff
path: root/core/libdeno/modules.cc
AgeCommit message (Collapse)Author
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Add missing year ranges to copyright notices (#3582)Waldir Pimenta
2019-11-07upgrade: V8 8.0.192Ryan Dahl
2019-09-24Upgrade V8 for top-level-await (#3015)Ryan Dahl
2019-09-12feat: add bindings to run microtasks from Isolate (#2793)Bartek IwaƄczuk
2019-07-24Add error handling for dynamic imports to libdeno (#2678)Bert Belder
2019-06-10Expose dynamic import in core (#2472)Ryan Dahl
2019-06-06libdeno: expose dynamic import (#2461)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it.