1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00
denoland-deno/core
Ryan Dahl c9614d86c1
Move //libdeno to //core/libdeno (#2015)
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.
2019-03-30 14:45:36 -04:00
..
libdeno Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
BUILD.gn Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
build.rs Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
Cargo.toml third_party: upgrade rust crates 2019-03-29 14:50:07 -04:00
core.d.ts namespace reorg: libdeno and DenoCore to Deno.core (#1998) 2019-03-26 08:22:07 -04:00
flags.rs core: Abstract out Behavior from Isolate (#1904) 2019-03-11 17:57:36 -04:00
http_bench.js namespace reorg: libdeno and DenoCore to Deno.core (#1998) 2019-03-26 08:22:07 -04:00
http_bench.rs Resolve callback moved from Behavior to mod_instantiate() (#1999) 2019-03-25 17:43:31 -04:00
isolate.rs Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
js_errors.rs Use deno_core::JSError in deno (#1855) 2019-02-28 16:19:04 -05:00
lib.rs Integrate //core into existing code base 2019-03-18 17:17:08 -04:00
libdeno.rs Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
shared_queue.js namespace reorg: libdeno and DenoCore to Deno.core (#1998) 2019-03-26 08:22:07 -04:00
shared_queue.rs Make sharedQueue overflow warning quieter (#2008) 2019-03-28 14:13:34 -04:00
shared_queue_test.js namespace reorg: libdeno and DenoCore to Deno.core (#1998) 2019-03-26 08:22:07 -04:00