Bartek Iwańczuk
|
597ee38ef2
|
Rewrite readFile and writeFile (#2000)
Using open/read/write
|
2019-03-27 23:29:36 -04:00 |
|
Ryan Dahl
|
d0b6152f11
|
Fix error when JS is executed with --recompile (#2007)
test case from @afinch7
|
2019-03-27 16:10:31 -04:00 |
|
Kevin (Kun) "Kassimo" Qian
|
5c4189a3b8
|
Do not close file on invalid seek mode (#2004)
|
2019-03-26 22:47:17 -04:00 |
|
Kitson Kelly
|
c43cfedeba
|
namespace reorg: libdeno and DenoCore to Deno.core (#1998)
|
2019-03-26 08:22:07 -04:00 |
|
Ryan Dahl
|
d8714281b4
|
Resolve callback moved from Behavior to mod_instantiate() (#1999)
This simplifies the Behavior trait and makes it more explicit where the
resolve callback is being made.
Also s/StartupScript/Script
|
2019-03-25 17:43:31 -04:00 |
|
andy finch
|
1499d57490
|
Remove dead code (#1983)
|
2019-03-21 15:52:30 -04:00 |
|
Ryan Dahl
|
94405bb617
|
Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)
|
2019-03-20 18:55:52 -04:00 |
|
Ryan Dahl
|
4c831f1eb5
|
Add more async module loading function (#1974)
* get_source_code_async
* fetch_module_meta_data_async
* fetch_module_meta_data_and_maybe_compile_async
|
2019-03-20 11:38:43 -04:00 |
|
andy finch
|
48bf419669
|
Separate behavior for the compiler isolate (#1973)
|
2019-03-19 20:55:59 -04:00 |
|
andy finch
|
6131152a57
|
Remove old Buf definition in cli.rs (#1971)
|
2019-03-19 16:47:35 -04:00 |
|
Ryan Dahl
|
fb2c0c29ec
|
Add fetch_remote_source_async (#1972)
|
2019-03-19 16:45:39 -04:00 |
|
Ryan Dahl
|
5e4312de4d
|
Move fetch_remote_source, fetch_local_source
They do not depend on DenoDir, so should not be methods of it.
|
2019-03-19 14:50:41 -04:00 |
|
Ryan Dahl
|
2c5030000b
|
Add async version of http_util::fetch_sync_string
|
2019-03-19 14:50:41 -04:00 |
|
Ryan Dahl
|
fa3c35301a
|
Rename //src/ to //cli/ (#1962)
To better distinguish the deno_core crate from the executable deno,
which will now be called "the cli" internally.
|
2019-03-19 12:18:05 -04:00 |
|