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
/
cli
/
source_maps.rs
Age
Commit message (
Expand
)
Author
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-02-26
feat(cli/source_map): Use top user frame for error source lines (#9604)
Nayeem Rahman
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-14
fix(cli/source_map): Don't use file names from source maps (#9462)
Nayeem Rahman
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-06
fix: use inline source maps when present in js (#8995)
Luca Casonato
2020-11-19
refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-09-22
refactor(core): support error stack, remove js_check (#7629)
Bartek Iwańczuk
2020-09-22
refactor(cli/fmt_errors): Color stack traces in Rust (#7628)
Nayeem Rahman
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-06-02
Remove unused check-only feature (#6035)
Ryan Dahl
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-04-03
clippy (#4618)
Kitson Kelly
2020-03-14
replace source-mappings-map with rust-sourcemap (#4368)
Bartek Iwańczuk
2020-03-11
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)
Bartek Iwańczuk
2020-03-04
Migrate internal bundles to System (#4233)
Kitson Kelly
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-20
Use globalThis to reference global scope (#3719)
Kitson Kelly
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-03
Update rust to 1.38.0 (#3030)
Andy Hayden
2019-09-18
Utilise internal names for snapshot bundles (#2973)
Kitson Kelly
2019-09-02
Refactor snapshot build (#2825)
Ryan Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-29
Remap stack traces of unthrown errors. (#2693)
Kitson Kelly
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly