esxjs / to-esx

Converts JSX and `React.createElement` into ESX
MIT License
5 stars 2 forks source link

Ensuring final semicolon to ESX auto-generated lines #5

Closed antonioru closed 4 years ago

antonioru commented 4 years ago

Ensuring final semicolon to the ESX auto-generated lines to avoid possible confusion during minifications or transpiling processes.

I've also edited the tests to make sure the semicolon is added only on those lines, whilst respecting the original developer code style