summaryrefslogtreecommitdiff
path: root/cli/errors.rs
AgeCommit message (Expand)Author
2024-11-06refactor: use concrete error type for remaining ops (#26746)Leo Kettmeir
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-10fix: improve `deno doc --lint` error messages (#21156)David Sherret
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-09-07feat: support import attributes (#20342)David Sherret
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-15refactor: make resolver required (#17783)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-06refactor: remove `deno_graph::Locker` usage (#16877)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-11-07fix(cli): don't panic when mapping unknown errors (#12659)Aaron O'Mullan
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-06-11refactor(ast): Change AST parsing error to return struct with message and loc...David Sherret
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-09refactor: Print cause chain when downcasting AnyError fails (#9059)Bert Belder
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-18Use reqwest from deno_fetch export (#7562)Ryan Dahl
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-15Don't expose ErrWithV8Handle from deno_coreRyan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-14refactor: use ParsedModule and improve MediaTypes enum (#7456)Kitson Kelly
2020-09-09fix: panic on process.kill() after run (#7405)Bartek Iwańczuk
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-06-17refactor dispatch take 2 (#2533)andy finch
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
2019-06-13Refactor dispatch handling (#2452)andy finch
2019-06-09feat: Import maps (#2360)Bartek Iwańczuk
2019-05-15Add error handling to dispatch_minimal::ops::read/write (#2349)diskkid
2019-05-07Add Deno.chown (#2292)Yingbo (Max) Wang
2019-04-21Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177)Kevin (Kun) "Kassimo" Qian