r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.71k stars 440 forks source link

Fix extra semicolon in import/export snippets #232

Closed D1White closed 2 years ago

D1White commented 2 years ago

Most import snippets (like imp, ima, imd) have a newline and a semicolon.

chillios-dev commented 2 years ago

@D1White Those are dynamically generated anyway so this change won't affect real use-cases. I have an ongoing fix for most of the stuff that was reported.