index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
fmt_errors.rs
Age
Commit message (
Expand
)
Author
2024-10-01
feat: Add suggestion for packages using Node-API addons (#25975)
Bartek Iwańczuk
2024-09-05
fix: add suggestion how to fix importing CJS module (#21764)
Bartek Iwańczuk
2024-07-26
fix: support `npm:bindings` and `npm:callsites` packages (#24727)
Bartek Iwańczuk
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-08
refactor: 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-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-26
feat(cli): show error cause recursion information (#16384)
Cre3per
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr