You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Expected behavior
when jsx code is present in a *.coffee file (yes it should be a *.cjsx file)
depercolate should write a *.jsx file
Observed behavior
*.coffee -> *.js*.cjsx -> *.jsxSteps to reproduce
depercolate file.coffeethe output is valid jsx code, just the file extension is wrong
file.coffee:
file.js (should be file.jsx):
Version
Quickfix
node --check file.js || mv file.js file.jsx