summaryrefslogtreecommitdiff
path: root/cli/fmt_errors.rs
AgeCommit message (Expand)Author
2020-06-08feat: "deno lint" subcommand (#6125)Bartek Iwańczuk
2020-05-09refactor(cli): unify display of errors from Rust and JS (#5183)Bartek Iwańczuk
2020-05-02fix(cli/fmt_errors): Respect NO_COLOR for stack frames (#5051)Nayeem Rahman
2020-05-01fix misaligned error reporting on tab char (#5032)Fenzland
2020-04-20refactor(cli/fmt_errors): Improve source line formatting (#4832)Nayeem Rahman
2020-04-13refactor(core/js_error): Align JSStackFrame with CallSite (#4715)Nayeem Rahman
2020-04-11refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706)Nayeem Rahman
2020-04-10fix(core/js_error): Get frame data from prepareStackTrace() (#4690)Nayeem Rahman
2020-04-03clippy (#4618)Kitson Kelly
2020-03-24hide source line if error message longer than 150 chars (#4487)Kevin (Kun) "Kassimo" Qian
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-03-01Make internel error frames dimmer (#4201)Kevin (Kun) "Kassimo" Qian
2020-01-17workers: minimal error handling and async module loading (#3665)Bartek Iwańczuk
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-09-15Rename ansi.rs to colors.rs (#2956)Tomohito Nakayama
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-06-19Combine CLI Errors (#2487)Kitson Kelly