We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d024a60 commit ba27e24Copy full SHA for ba27e24
packages/plugin-compat/extra/typescript/gen-typescript-patch.js
@@ -80,10 +80,17 @@ const SLICES = [
80
},
81
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.5
82
{
83
- from: `79fe5d206f89e5f1585807bdcd7feeb567a69646`,
84
- to: `fff89a12766fa485e35b1c65d8631d109c4e2c0e`,
85
- onto: `7893f689fedcfe28a499d119d34844840bce9160`,
86
- range: `>=4.5.2`,
+ from: `9232978f8e54f073b5451d0bf2737d42a0fd672f`,
+ to: `3a2388d39d41d000b5c5f9bcd48096b39fcedf8f`,
+ onto: `55e13e9115b3cc5458d76c39da1211dc28d7b51f`,
+ range: `>=4.5.2 <4.6`,
87
+ },
88
+ // https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.6
89
+ {
90
+ from: `b8468c021393b2c36d6828ff2d3fc8665e09fd73`,
91
+ to: `b8468c021393b2c36d6828ff2d3fc8665e09fd73`,
92
+ onto: `40c4fac04935b84f16e8fed8ce730a86b330ba12`,
93
+ range: `>=4.6.0-beta`,
94
95
];
96
0 commit comments