Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-10 | refactor(core): stack trace mapping (#8660) | Bartek Iwańczuk | |
This commit adds "Deno.core.createPrepareStackTrace". This function was moved from "cli/rt/40_error_stack.js" to unify handling of stack frames in core (before this PR there was implicit dependency on logic in "core/error.rs::JsError"). Unfortunately formatting logic must still be duplicated in "cli/error.js::PrettyJsError" to provide coloring, but currently there's no solution to this problem. "createPrepareStackTrace" can accept a single argument; a function that takes a location and provides source mapped location back. | |||
2020-10-08 | fix(cli/rt/error_stack): Improve message line formatting (#7860) | Nayeem Rahman | |
2020-09-22 | refactor(cli/fmt_errors): Color stack traces in Rust (#7628) | Nayeem Rahman | |
2020-09-16 | refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) | Bartek Iwańczuk | |
Instead use Deno.core.jsonOpSync and Deno.core.jsonOpAsync | |||
2020-09-12 | refactor: improve tsc diagnostics (#7420) | Kitson Kelly | |
2020-09-09 | fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383) | Nayeem Rahman | |
2020-07-23 | Rename cli/js2 to cli/rt (#6857) | Ryan Dahl | |