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
<TableItem>Type parameters as constraints</TableItem>{/*https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript#type-parameters-as-constraints*/}
230
+
<TableItem>Simplified props type mgt React</TableItem>
<TableItem>this-typing</TableItem>{/*resolved to correct type, not just base class*/}
237
+
</TableRow>
238
+
<TableRow>
239
+
<TableItem>Stateless Fn Comps React</TableItem>
240
+
<TableItem>Local type declarations</TableItem>
241
+
<TableItem>ES7 ** operator</TableItem>
242
+
</TableRow>
243
+
<TableRow>
244
+
<TableItem>Augmenting scope from modules {/*https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript#augmenting-globalmodule-scope-from-modules*/}
245
+
</TableItem>{/*Functions with code paths that do not return a value in JS implicitly return undefined*/}
246
+
<TableItem>Class expressions </TableItem>
247
+
<TableItem>Improved checking for destructuring</TableItem>{/*https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript#improved-checking-for-destructuring-object-literal*/}
248
+
</TableRow>
249
+
<TableRow>
250
+
<TableItem>String literal types</TableItem>
251
+
<TableItem>Class expressions </TableItem>
252
+
<TableItem>Improved checking for destructuring</TableItem>{/*https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript#improved-checking-for-destructuring-object-literal*/}
253
+
</TableRow>
254
+
<TableRow>
255
+
<TableItem>Improved un/int type inference</TableItem>
0 commit comments