-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Design NotesNotes from our design meetingsNotes from our design meetings
Description
- Configuration Inheritance #9876 Configuration inheritance - pick a release vehicle
- Typeof comparison expression should check right hand side value #9506
typeof
should return"string" | "number" | "boolean" ...
- Inherited typing for class property initializers #10570 Inherited typing for class property initializers
- Private methods in d.ts files should be declared with rest parameters to make them more stable #10438 Parameter list for private members in generated .d.ts files
- Structural Subtyping with Control flow based type analysis #10065 Control flow analysis doesn't extend to reference usage
- Protected nested classes #10017 Protected inner classes
- Consider allowing users to check for uninitialized values #9568 What should be the actual type of
let x: string;
? - Suggestion: put prototype in var for better minification #9638 Cache
prototype
in class method initialization - Using intersection with unions #8896 Produce
T | undefined
for non-omnipresent properties in union types - Strict null checks and flow control of returned functions #9263 Infer
const
ness of parameters (already done?)
HerringtonDarkholme
Metadata
Metadata
Assignees
Labels
Design NotesNotes from our design meetingsNotes from our design meetings