-
Notifications
You must be signed in to change notification settings - Fork 12.8k
random emit declaration #40092
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
Comments
OK, yeah, initial/clean compilation produces the
variant, while
variant (so it's at least actually predictableish). This happens because of the file check order causing the |
We spoke about it for a bit, and because of the effect this has on watch mode (and the instability therein), we're willing to revist what I think is the canonical fix for this (and issues like it): Recording all aliases established for a type, rather than just optimistically recording the "first" (if it's established at the same time the type is manufactured). So I'll retriage this as |
TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms:
Code
https://github.com/bluelovers/ws-yarn-workspaces/blob/master/packages/%40yarn-tool/npm-package-arg-util/lib/parseArgvPkgName.ts
Expected behavior:
emit .d.ts always same
Actual behavior:
random emit one of code
or
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: