-
Notifications
You must be signed in to change notification settings - Fork 128
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
[2.5.1][Regression] imported helper named '__decorate' does not exist in 'tslib' #203
[2.5.1][Regression] imported helper named '__decorate' does not exist in 'tslib' #203
Comments
Package diff: https://diff.intrinsic.com/tslib/2.5.0/2.5.1 I can only assume that things broke due to #179, #200, and/or #201? |
I wonder if this code path in TS itself isn’t doing the work to resolve the |
Thanks for the quick fix. ❤️ |
I'm still seeing this issue with tslib 2.5.2. See this project to reproduce: https://github.com/e6c31d/tslib-issue Should I open a new issue or can this issue be re-opened? |
Well, this is a bummer. It’s a TypeScript bug that’s going to prevent re-exports from working in tslib at all. Specifically, |
This is fixed in TypeScript 5.1 (just published), and I’m working to get it into a 5.0 patch as well. If you’re affected by this and stuck on an older version of TypeScript, you’ll need to roll back to tslib@2.5.0. |
See failures at: AviVahl/native-esm-lit#33
2.5.0 works. 2.5.1 broken.
Can be reproduced locally.
Project uses:
Verified it's not a duplicate version or anything like that.
The text was updated successfully, but these errors were encountered: