Skip to content

Commit

Permalink
Writes a PnP spec (#4671)
Browse files Browse the repository at this point in the history
* Writes a PnP spec

* Formalizes the algorithms

* Updates the PnP header

* Addresses feedbacks from evanw/esbuild#1985

* Starts writing reusable tests

* More tests, clarifications on FIND_PNP_MANIFEST

* Updates style for code segments

* Adds tests for aliases

* Fixes inadvertent default setting change

* Fixes tests

* Versions
  • Loading branch information
arcanis authored and merceyz committed Nov 14, 2023
1 parent 7d8c4d3 commit cbcb8d9
Show file tree
Hide file tree
Showing 15 changed files with 942 additions and 15 deletions.
50 changes: 47 additions & 3 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
28 changes: 28 additions & 0 deletions .yarn/versions/48b3857e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/pnp": patch

declined:
- "@yarnpkg/esbuild-plugin-pnp"
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
Loading

0 comments on commit cbcb8d9

Please sign in to comment.