GitHub
Downloads
Added
- TypeScript is now supported by default in the CLI and in all editor plugins.
Fixed
- TypeScript support:
- Assigning to a variable with the same name as an
imported type no longer
falsely reports E0185 ("assignment to imported variable").
- Interface index signature variables can now be named contextual keywords
such as type.
- Writing
++x inside ? : no longer falsely reports E0254 ("unexpected
':' in expression; did you mean 'as'?").
- Hypthenated JSX attribute names following generic JSX component names, such
as in <MyComponent<T> aria-label="..." />, now parse correctly and no
longer report E0054 ("unexpected token").
Read the original on github.com ↗