summaryrefslogtreecommitdiff
path: root/ext/node/errors.rs
AgeCommit message (Expand)Author
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-16refactor(node): internally add `.code()` to node resolution errors (#24610)David Sherret
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-14fix(node): support resolving a package.json import to a builtin node module (...David Sherret
2023-11-07fix(node): inspect ancestor directories when resolving cjs re-exports during ...David Sherret
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-10-04refactor(node): combine node resolution code for resolving a package subpath ...David Sherret
2023-07-27fix(node): package path not exported error - add if types resolution was occu...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-15fix(npm): improve exports resolution when type checking (#17071)David Sherret
2022-10-03fix(npm): better error is version is specified after subpath (#16131)Bartek Iwańczuk
2022-09-05refactor: cleanup Node compatibility code (#15766)Bartek Iwańczuk
2022-08-30fix(npm): prefer importing esm from esm (#15676)David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret