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 has been 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 -> *.jsx
Steps to reproduce
depercolate file.coffee
the 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
The text was updated successfully, but these errors were encountered: