summaryrefslogtreecommitdiff
path: root/runtime/fmt_errors.rs
AgeCommit message (Expand)Author
2024-10-01feat: Add suggestion for packages using Node-API addons (#25975)Bartek Iwańczuk
2024-09-05fix: add suggestion how to fix importing CJS module (#21764)Bartek Iwańczuk
2024-07-26fix: support `npm:bindings` and `npm:callsites` packages (#24727)Bartek Iwańczuk
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per
2022-09-02refactor: move JsError formatting to deno_runtime (#15345)Christian Dürr