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: disable mutation of typescript ast in converter #100

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

This PR fixes warning from ts:

Warning From TSC: "Debug Failure. Shouldn't ever directly check a JsxOpeningElement

JamesHenry commented 5 years ago

Thanks for patching this so quickly!

armano2 commented 5 years ago

i don't like warnings in my console xd

JamesHenry commented 5 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: