Closed
Description
- Proposal: int types #4639
int
types - Allow attaching a comment before all non-user injected code. #13455 Allow attaching a comment before all non-user injected code.
- Exact Types #12936 Exact Types
- Distinguish declaration file and js file when the option “Keep comments in TypeScript compiler output" is turned on #11774 Distinguish declaration file and js file when the option “Keep comments in TypeScript compiler output" is turned on
- [Proposal] External Module Type #13231 [Proposal] External Module Type
- Generic decorators - could they receive some default type arguments? #2607 Generic decorators - could they receive some default type arguments?
- tsc -w should clear screen before each run #13020
tsc -w
should clear screen before each run - Allow classes to extend from values of type
any
#14301 Allowextends
fromany
(Salsa) - Should 'Partial<T>' and Readonly<T> should have their type parameters constrained to 'object'? #14249 Constraint
Partial<T>
/Readonly<T>
toT extends object
- Unsafe type-incompatible assignments should not be allowed #14150
strictVarianceChecks
flag - Proposal: JSX.ElementType #13890
JSX.ElementType
to define the type of<Tag />
expressions - Warning when writing a generator function without any yield #13847 Enforce generator functions to contain at least one
yield
- Generalize
never
type handling for control flow analysis based type guard #12825 Generalize handling ofnever
forreturn
s - Control flow doesn't recognise undefined check #12600 Discriminated unions of non-unit-type-discriminated unions
- Operator '+' cannot be applied to types 'T' and 'T'. #12410 Allow operator
+
onstring|number
-constrainedT
?