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
@overload
#52367
any
https://github.com/typescript-eslint/typescript-eslint/blob/09c04fb0d5a5dee0dc266abb2e21aa9a1c489712/packages/type-utils/typings/typescript.d.ts
/** @internal */
getTypeOfPropertyOfType
isArrayType
isTupleType
isTypeOfPropertyOfType
intrinsicName
Array
ReadonlyArray
getSymbol...
getTypeOfSymbol
getTypeOfSymbolAtLocation
getDeclaredTypeOfSymbol
#52392
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@overload
Not Checking for Compatibility in JSDoc#52367
@overload
, we don't.any
without anyone knowing.@overload
, we have say in how it works.Unexposed APIs in typescript-eslint
https://github.com/typescript-eslint/typescript-eslint/blob/09c04fb0d5a5dee0dc266abb2e21aa9a1c489712/packages/type-utils/typings/typescript.d.ts
/** @internal */
functions, but these are no longer actually available. (?)getTypeOfPropertyOfType
isArrayType
,isTupleType
,isTypeOfPropertyOfType
,intrinsicName
isArrayType
only tells if you're an instantiation ofArray
orReadonlyArray
Array
.Array
type present. Maybe need to document that.isTypeOfPropertyOfType
getSymbol...
andgetTypeOfSymbol
?getTypeOfSymbolAtLocation
getTypeOfSymbol
.getDeclaredTypeOfSymbol
but notgetTypeOfSymbol
is exposed.isArrayType
,isTupleType
,getTypeOfSymbol
with lots of docs.Difficulties With Thorough Excess Property and Weak Type Checks
#52392
The text was updated successfully, but these errors were encountered: