JamesHenry / typescript-estree

:sparkles: A parser that converts TypeScript source code into an ESTree-compatible form
https://jameshenry.blog
Other
84 stars 13 forks source link

fix: add ts1096 error code and missing alignment tests #110

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

This PR adds alignment tests for unsupported cases, and enables TS1096 error code

An index signature must have exactly one parameter.
JamesHenry commented 5 years ago

Excellent, thanks - is this ready to be reviewed, or are you adding more?

armano2 commented 5 years ago

this is all, i forgot to update pr message :)

JamesHenry commented 5 years ago

:tada: This PR is included in version 13.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: