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 directive field to ExpressionStatement #63

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

Add optional directive field to ExpressionStatement

fix: #2