summaryrefslogtreecommitdiff
path: root/cli/deno_error.rs
AgeCommit message (Expand)Author
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-30feat: add debug info to ModuleResolutionError (#2697)Bartek Iwańczuk
2019-07-22save headers for all intermediate redirects (#2677)Bartek Iwańczuk
2019-07-18REPL shouldn't panic when it gets SIGINT (#2662)Ryan Dahl
2019-07-12Fix REPL when it receives EOF (#2638)Ryan Dahl
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
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-30core: return useful error when import path has no prefix like ./Bert Belder
2019-06-19Combine CLI Errors (#2487)Kitson Kelly