summaryrefslogtreecommitdiff
path: root/cli/state.rs
AgeCommit message (Expand)Author
2019-07-08cli: refactor deno_dir to use Url instead of StringBartek Iwańczuk
2019-07-08core: clearly define when module lookup is path-based vs URL-basedBert Belder
2019-06-27Fix multiple error messages for a missing file (#2587)Gurwinder Singh
2019-06-24refactor: use Path/PathBuf in deno dir (#2559)Bartek Iwańczuk
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-06-17refactor dispatch take 2 (#2533)andy finch
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
2019-06-13Refactor dispatch handling (#2452)andy finch
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk
2019-06-12Refactor module resolving (#2493)Bartek Iwańczuk
2019-06-11Removed unused method and update docs (#2499)Gurwinder S
2019-06-11Move Modules to ThreadSafeState (#2498)Ryan Dahl
2019-06-11Add --seed for setting RNG seed (#2483)Matt Harrison
2019-06-09feat: Import maps (#2360)Bartek Iwańczuk
2019-06-08Add 'bundle' subcommand. (#2467)Kitson Kelly
2019-06-08Remove tokio_util::block_on dep in compile_async and other cleanupgurv-s
2019-06-06Cleanup compiler API (#2466)Kitson Kelly
2019-06-05RecursiveLoad shouldn't own the Isolate (#2453)Ryan Dahl
2019-05-29TS compiler refactorRyan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-05-01core: express op as enum (#2255)Ryan Dahl
2019-05-01Refactor zero-copy buffers for performance and to prevent memory leaksBert Belder
2019-04-29Add support for custom tsconfig.json (#2089)Kitson Kelly
2019-04-23core: make Isolate concrete, remove Dispatch trait (#2183)Ryan Dahl
2019-04-21Refactor CLI entry point (#2157)Bartek Iwańczuk
2019-04-17Fix clippy warningsBert Belder
2019-04-16Implement async module loading in CLI (#2084)Ryan Dahl
2019-04-11Improve op dispatch (#2088)andy finch
2019-04-09core: Rename Behavior to Dispatch (#2082)Ryan Dahl