You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signals intent of how you mean to use the template string.
Technically a break, but could infer a template type and have that inferred by a type parameter.
Now are able to better-infer between template strings, and relate between them based on string contents, even if they don't have the same template literal contents.
Variant Accessors
#42425
string
, setter that takes astring | number
.protected
get,private
set)keyof T
will map on the getter types of properties onT
..d.ts
emit is good.noImplicitOverride
#39669
foo
orbar
gets renamed and issue an error.override
keyword.noImplicitOverride
Inference and Relatability Between Template Literal Types
#43376
#43361
The text was updated successfully, but these errors were encountered: