summaryrefslogtreecommitdiff
path: root/cli/cli_behavior.rs
AgeCommit message (Collapse)Author
2019-03-30Rename crate deno_core to deno (#2022)Ryan Dahl
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-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-19Separate behavior for the compiler isolate (#1973)andy finch