-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Don't try to narrow type of a symbol within RHS of its declaration #63006
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
base: main
Are you sure you want to change the base?
Don't try to narrow type of a symbol within RHS of its declaration #63006
Conversation
|
Do we need a different approach? Or can we just match? (Why the difference?) |
|
Strada can certainly match the Corsa’s patch. It’s just this PR predates the Corsa’s PR and given I managed to get rid of an existing node flag here, I figured out it might be interesting to leave it for review. Feel free to close this though. |
|
Oh, I just want them to match; I don't think that a method that saves us a flag is bad, just trying to understand how to align things. |
fixes #62993
fixes #63044
fixes #63091
fixes #63093
it's using an alternative approach to microsoft/typescript-go#2542