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
#19601
_
length
#19543
===
>
#18758
#18422
extends
implements
#18415
#18156
#18118
keyof
typeof Foo.valueOf
new Foo().valueOf
#17867
#17769
Pretty quickly becomes "I also want a readonly type operator."
readonly
But do we want to add a readonly type operator?
All of this circles back to immutability discussions
readonly T
Readonly<T>
Conclusion: 👎
Off-topic ideas
#17588
this
#17567
#17522
We spent about 15 minutes figuring out an alternate API.
Conclusion: See if adjustments work for the user filing the issue.
#9943
resolveName
getBuiltinTypes
Type
Symbol
Signature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try-catch statements should be a target of noUnusedParameters
#19601
_
?Compiler does not narrow tuples based on
length
property#19543
===
might make sense under a stricter tuple mode.>
is too "cute".Nested tagged unions
#18758
Type narrowing on Function.length for either callable type
#18422
extends
&implements
clauses.Use generic return types for frequently-casted library functions.
#18415
The info that generic type extends some type is lost during inheritance
#18156
Global object properties should not surface on type level indexing
#18118
keyof
an object type.typeof Foo.valueOf
, andnew Foo().valueOf
.Need way to express hybrid types that are indexable for a subset of properties
#17867
Can we define a ReadOnly interface directly?
#17769
Pretty quickly becomes "I also want a
readonly
type operator."But do we want to add a
readonly
type operator?readonly
version of our schema."All of this circles back to immutability discussions
readonly T
andReadonly<T>
Conclusion: 👎
Off-topic ideas
readonly
Allow object types to have property-like associated types
#17588
this
types everywhere.Allow narrowing properties retrieved from types with index signatures
#17567
Recursive generics in function parameters are inferred as {}, and produce funky Intellisense
#17522
We spent about 15 minutes figuring out an alternate API.
Conclusion: See if adjustments work for the user filing the issue.
Add type relationship functions to checker public api
#9943
resolveName
.* Concern: huge leak of implementation details.
getBuiltinTypes
Type
,Symbol
, andSignature
objects).The text was updated successfully, but these errors were encountered: