We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NoInfer
#14829
#52968
TypeFlag
const foo: annotation = getSomeFoo()
const { x, y, z } = genericFunc()
NoInfer<T>
#56555
#56742
keyof SourceMappedType -> keyof TargetMappedType
bundler
nodenext
The text was updated successfully, but these errors were encountered:
Heads up: The "later addition" issue link is broken.
Sorry, something went wrong.
Thanks!
No branches or pull requests
Preventing inference to a type parameter (
NoInfer
)#14829
#52968
TypeFlag
!)NoInfer
needs to be handled/sanitized.NoInfer
that is built atop substitution types.const foo: annotation = getSomeFoo()
const { x, y, z } = genericFunc()
, but should review those.NoInfer<T>
intrinsic represented as special substitution type #56794 ]]Making Arrays into Tuples When Assigning to Homomorphic Mapped Types
#56555
Comparing Against Apparent Keys of Target Type Source Has Deferred Index Type
#56742
keyof SourceMappedType -> keyof TargetMappedType
Modules!
bundler
, but the outputs will be running innodenext
.The text was updated successfully, but these errors were encountered: