Skip to content

Commit

Permalink
fix: avoid direct requires to pnpapi
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Aug 25, 2021
1 parent abb7973 commit de49150
Show file tree
Hide file tree
Showing 10 changed files with 462 additions and 426 deletions.
128 changes: 64 additions & 64 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ const SLICES = [
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.2
{
from: `8e0e8703b9c95013aec7819e4593d099cdf7763a`,
to: `d1cd11e8d50d3bab758cc898b46867171c5e33ed`,
to: `545d5a8c5409dac447a668d4e7d315702fd115d6`,
onto: `bfc55b5762443c37ecdef08a3b5a4e057b4d1e85`,
range: `>=4.2 <4.3`,
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.3
{
from: `530aad19e4ac19d35cb6b200168c91ce86cb0050`,
to: `8f569da31e6ea242a4bc9cf18f841ad0c122893c`,
to: `6d7d4d2ce0df8e65a2c86a20c014c053ef530ea3`,
onto: `28e3e6ff2f49f1dbf06d31809ec73dbe42f1aa63`,
range: `>=4.3 <4.4`,
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.4
{
from: `0fc83b4d571df33a3c40c20c0eba68965fb52aca`,
to: `3f4e1516e0a956e1e0d46d9caf2a1f896fb77aaa`,
to: `10a61d069439e79c07890b519caf2cb7f3b6abdf`,
onto: `55dd850009603aafa6ef8cc88020fa30d217d5b6`,
range: `>=4.4`,
},
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-compat/sources/patches/typescript.patch.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25767,7 +25767,7 @@ typescript@^4.4.1-rc:

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 3.7.5
resolution: "typescript@patch:typescript@npm%3A3.7.5#~builtin<compat/typescript>::version=3.7.5&hash=c34a14"
resolution: "typescript@patch:typescript@npm%3A3.7.5#~builtin<compat/typescript>::version=3.7.5&hash=beae0b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -25777,7 +25777,7 @@ typescript@^4.4.1-rc:

"typescript@patch:typescript@^3.8.3#~builtin<compat/typescript>":
version: 3.9.5
resolution: "typescript@patch:typescript@npm%3A3.9.5#~builtin<compat/typescript>::version=3.9.5&hash=c34a14"
resolution: "typescript@patch:typescript@npm%3A3.9.5#~builtin<compat/typescript>::version=3.9.5&hash=beae0b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -25787,11 +25787,11 @@ typescript@^4.4.1-rc:

"typescript@patch:typescript@^4.4.1-rc#~builtin<compat/typescript>":
version: 4.4.1-rc
resolution: "typescript@patch:typescript@npm%3A4.4.1-rc#~builtin<compat/typescript>::version=4.4.1-rc&hash=c34a14"
resolution: "typescript@patch:typescript@npm%3A4.4.1-rc#~builtin<compat/typescript>::version=4.4.1-rc&hash=beae0b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 9067b747c22c4d5b56d0da8b9d1a583872d060dcccb3ea4ddf869ad57d792c965e80481fedd7948ee38dc68e14f119b8ca4181b017a1d1b1012e8a4353d6332f
checksum: c7dfa42499ac0f0af87d1b87dac7ba1f0db120c84d9e13fc036347aaddc8b468d617bb39580546cd040cf16f1c07f4f01917c43fb58ba4eac09bae55a5c41ba6
languageName: node
linkType: hard

Expand Down

0 comments on commit de49150

Please sign in to comment.