Closed
Description
- Enum/number assignability review
any
vsunknown
on DT- Proposal: Overload Function.bind for when no argArray is provided. #22669 Add a new overload to
Function#bind
- tsconfig cannot be specified along with an explicit list of files to compile - TS5042 #22649 Combine tsconfig with file list
- Proposal: better type narrowing in overloaded functions through overload set pruning #22609 Do some type guards based on overload when a good discriminant is present
- Provide a back-compat mechanism for bundled .d.ts files in package.json #22605 Provide a back-compat mechanism for bundled .d.ts files in package.json
- Mapped types enumerating keys in
string
behave poorly #22509 Something something mapped types - Allow bitwise test on
undefined
#22230 Allow implicitundefined
->0
coercion understrictNullChecks
for bitwise ops - foo.ts is resolved before foo.d.ts even if the latter is in files[] #22208 Prefer .d.ts over .ts if it's in
files
array - Add a strict flag forbidding impossible generic declarations #26129 Forbid illogical generic declarations
- typeof union.membername errors. #22598 Allow speculative union type property access in
typeof
(expression) operands