summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-28Clippy fixes (#2009)Bert Belder
2019-03-27Rewrite readFile and writeFile (#2000)Bartek IwaƄczuk
Using open/read/write
2019-03-27Fix error when JS is executed with --recompile (#2007)Ryan Dahl
test case from @afinch7
2019-03-26Do not close file on invalid seek mode (#2004)Kevin (Kun) "Kassimo" Qian
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-25Resolve callback moved from Behavior to mod_instantiate() (#1999)Ryan Dahl
This simplifies the Behavior trait and makes it more explicit where the resolve callback is being made. Also s/StartupScript/Script
2019-03-21Remove dead code (#1983)andy finch
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-20Add more async module loading function (#1974)Ryan Dahl
* get_source_code_async * fetch_module_meta_data_async * fetch_module_meta_data_and_maybe_compile_async
2019-03-19Separate behavior for the compiler isolate (#1973)andy finch
2019-03-19Remove old Buf definition in cli.rs (#1971)andy finch
2019-03-19Add fetch_remote_source_async (#1972)Ryan Dahl
2019-03-19Move fetch_remote_source, fetch_local_sourceRyan Dahl
They do not depend on DenoDir, so should not be methods of it.
2019-03-19Add async version of http_util::fetch_sync_stringRyan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally.