michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Babel transpile on save #101

Closed wiryonolau closed 2 years ago

wiryonolau commented 2 years ago

Hi any plan to implement auto transpile on save similar to language-babel in atom ?

They have ability to transpile single file on save by reading .languagebabel and .babelrc, which is requirement in development and when not using nodejs ( js as second language )

https://atom.io/packages/language-babel image

wiryonolau commented 2 years ago

answer is here https://stackoverflow.com/a/72759001/2184724