-
Notifications
You must be signed in to change notification settings - Fork 247
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
Types are broken with CJS/Typescript #371
Comments
This should be fixed with v1.21.4 |
It's not fixed, sorry. |
We're experiencing this issue as well. What I have noticed is that I'm getting the above error on a MacBook M2 machine, yet it works fine on Intel machines. Upgrading to v1.21.4 did not work. Edit: (Update) - Rolling back to version 1.21.2 works fine. |
Also getting typing errors while using v1.21.4 as mentioned here in this comment. |
Thanks for pinging me in the other issue @mgrejanin. If you run into this, this probably means you should use one of these:
However, since |
@remcohaszing It's fixed in v1.21.5. Thank you! |
Not sure, but I´m using v1.21.5 and have the exact same problems. |
By using the same name for the namespace and the value, it's possible to export types in a project that uses What's not working for you? Can you make a public reproduction? |
This is transpiled into:
Following the changes in fd982cd, this no longer builds.
The text was updated successfully, but these errors were encountered: