-
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
Microsoft Typescript type declarations broken #61096
Comments
|
Hmm, the code example is either pseudocode or an excerpt without necessary context, so we can't use it to reproduce or debug the issue you're having. Do you have some easy way for others to see your problem for themselves? The TypeScript Playground is one common way for people to demonstrate issues, or if you need multi-file support, the TS Bug Workbench might suffice. Or maybe you can set up a demonstration in a web IDE project of your choosing. If you can demonstrate your issue with any of these methods, providing us a link so we can see it in front of us, maybe we can help you find your problem. If not, then the best I can offer is a guess, which is that this is caused by something other than the TypeScript language (and therefore it's out of scope here). I'd begin by looking at the place where your enum should be imported, while also trying to find exactly which parts of your build changed, possibly rolling back versions of things until you have isolated more promising leads. |
🔎 Search Terms
Microsoft Typescript type declarations broken
🕗 Version & Regression Information
⏯ Playground Link
No response
💻 Code
🙁 Actual behavior
trying to build my code
typescript will not compile code thats been legit for many years
🙂 Expected behavior
code should compile
Additional information about the issue
I refuse to change my declaratuions from
measurement: EMeasurement;
to
measurement: typeof EMeasurement;
the impact is catastrophic
who is instrumenting and doing this to typescript now?
what can be done to stop this nonsense
The text was updated successfully, but these errors were encountered: