Skip to content

Commit

Permalink
fix(compat): update patch for typescript 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Jan 21, 2022
1 parent d024a60 commit ba27e24
Show file tree
Hide file tree
Showing 4 changed files with 3,024 additions and 171 deletions.
15 changes: 11 additions & 4 deletions packages/plugin-compat/extra/typescript/gen-typescript-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,17 @@ const SLICES = [
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.5
{
from: `79fe5d206f89e5f1585807bdcd7feeb567a69646`,
to: `fff89a12766fa485e35b1c65d8631d109c4e2c0e`,
onto: `7893f689fedcfe28a499d119d34844840bce9160`,
range: `>=4.5.2`,
from: `9232978f8e54f073b5451d0bf2737d42a0fd672f`,
to: `3a2388d39d41d000b5c5f9bcd48096b39fcedf8f`,
onto: `55e13e9115b3cc5458d76c39da1211dc28d7b51f`,
range: `>=4.5.2 <4.6`,
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.6
{
from: `b8468c021393b2c36d6828ff2d3fc8665e09fd73`,
to: `b8468c021393b2c36d6828ff2d3fc8665e09fd73`,
onto: `40c4fac04935b84f16e8fed8ce730a86b330ba12`,
range: `>=4.6.0-beta`,
},
];

Expand Down
Loading

0 comments on commit ba27e24

Please sign in to comment.