You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(testing): seed typescript before plugins in e2e workspaces to avoid TS7 stub
npm hoists and pnpm freezes the plugins' unbounded typescript peers
(@phenomnomnominal/tsquery, @rollup/plugin-typescript) onto the API-less
TypeScript 7 native stub during graph inference. Installing typescript
before the plugins lets those peers dedup to it. Seeding before (not after)
the plugin install is required for pnpm, which won't re-dedup a peer added
afterward.
0 commit comments