-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug Failure #43011
Comments
Seems like it failed to |
I have a similar I have reproduced the error in this simple repository. import { format } from "winston";
export const messageId = format((info) => info); Note that the error seems to only happen when dependencies are installed with pnpm, but not when they are installed with npm. To reproduce the issue:
Here is the error I am getting:
|
Interesting point. IIRC typescript has fixed a bug for pnpm auto import caching recently |
With Typescript 4.2.3, it works fine for me now! |
So glad this was fixed. You guys are great. I'd been following the updates for pnpm on 4.2 before its release and recently hit this issue on a private repo and couldn't reproduce it on a separate public one so wasn't sure how to report it. |
Bug Report
Upgrade in
v4.2.2
(also an issue inv4.2.1-rc
, tsc fail to compile with an errorDebug Failure.
🔎 Search Terms
🕗 Version & Regression Information
⏯ Playground Link
💻 Code
Maskbook
🙁 Actual behavior
🙂 Expected behavior
It should compile.
The text was updated successfully, but these errors were encountered: