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
/
core
/
js_errors.rs
Age
Commit message (
Expand
)
Author
2020-05-28
tidy up deno_core modules (#5923)
Ryan Dahl
2020-05-16
fix some unwrap() in Rust (#5485)
Yiyu Lin
2020-05-01
fix misaligned error reporting on tab char (#5032)
Fenzland
2020-04-20
refactor(cli/fmt_errors): Improve source line formatting (#4832)
Nayeem Rahman
2020-04-19
fix(core/js_errors): Get error's name and message from JS fields (#4808)
Nayeem Rahman
2020-04-13
refactor(core/js_error): Align JSStackFrame with CallSite (#4715)
Nayeem Rahman
2020-04-11
refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706)
Nayeem Rahman
2020-04-10
fix(core/js_error): Get frame data from prepareStackTrace() (#4690)
Nayeem Rahman
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-04-17
Fix clippy warnings
Bert Belder
2019-04-04
Non-fatal compile_sync failures (#2039)
andy finch
2019-04-02
Add deno_core::RecursiveLoad for async module loading (#2034)
Ryan Dahl
2019-04-01
Add web worker JS API (#1993)
andy finch
2019-02-28
Use deno_core::JSError in deno (#1855)
Ryan Dahl
2019-02-26
deno_core (#1827)
Ryan Dahl