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