Skip to content

Commit

Permalink
fix(pnp): handle private import mappings (#4862)
Browse files Browse the repository at this point in the history
* fix(pnp): handle private import mappings

* refactor: don't use `assert`

* fix: forward extensions

* refactor: `resolvePrivateRequest`

* test: fix test for mapping to a dependency

* fix: legacy fallback when mapping

Co-authored-by: Maël Nison <[email protected]>
  • Loading branch information
merceyz and arcanis committed Sep 28, 2022
1 parent 377efb2 commit c70dae2
Show file tree
Hide file tree
Showing 17 changed files with 1,440 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
/packages/gatsby/public/**
# Files generated by TypeDoc
/packages/gatsby/static/api/**

# Minimize the diff with upstream
packages/yarnpkg-pnp/sources/node/**
Loading

0 comments on commit c70dae2

Please sign in to comment.