Ryan Dahl
|
72f9a2e20d
|
core: Abstract out Behavior from Isolate (#1904)
Move v8_set_flags and v8_version to core. (The idea is that src/ should
not depend on libdeno.rs anymore. This is a step towards that.)
|
2019-03-11 17:57:36 -04:00 |
|
Kitson Kelly
|
034e2cc028
|
Migrate from tslint to eslint for linting (#1905)
|
2019-03-09 12:30:38 -05:00 |
|
Ryan Dahl
|
b3b989ffdc
|
Use deno_core::JSError in deno (#1855)
src/js_errors.rs takes care of source maps and color while
core/js_errors.rs is just the basic struct.
|
2019-02-28 16:19:04 -05:00 |
|
Bert Belder
|
d4e3bf945d
|
third_party: upgrade rust crates
|
2019-02-27 10:24:22 -08:00 |
|
Bert Belder
|
15831272bb
|
core: add Cargo.toml
This aids development using Visual Studio Code. The http_bench can't be
built with cargo yet because it needs to link with libdeno.
|
2019-02-26 16:23:36 -08:00 |
|
Ryan Dahl
|
b8a537d020
|
deno_core (#1827)
A new low-level crate with focus on speed.
This doesn't yet hook into the existing code base.
|
2019-02-26 17:36:05 -05:00 |
|