1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/core/libdeno
Ryan Dahl d43b43ca78
Refactor snapshot build (#2825)
Instead of using core/snapshot_creator.rs, instead two crates are
introduced which allow building the snapshot during build.rs.

Rollup is removed and replaced with our own bundler. This removes
the Node build dependency. Modules in //js now use Deno-style imports
with file extensions, rather than Node style extensionless imports.

This improves incremental build time when changes are made to //js files
by about 40 seconds.
2019-09-02 17:07:11 -04:00
..
api.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
binding.cc Add window.queueMicrotask (#2844) 2019-08-31 15:16:30 -04:00
buffer.h core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move 2019-05-11 03:13:29 +02:00
BUILD.gn Clean up various flatbuffer references (#2819) 2019-08-26 22:29:51 -04:00
deno.h Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
exceptions.cc Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
exceptions.h Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
internal.h Add window.queueMicrotask (#2844) 2019-08-31 15:16:30 -04:00
libdeno_test.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
libdeno_test.js Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
modules.cc Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
modules_test.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
test.cc Rewrite snapshot_creator in Rust 2019-07-08 18:18:28 -04:00
test.h core: remove support for moving deno_buf ownership from C++ to JavaScript 2019-05-02 06:25:44 +02:00