-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include file extension in REPL config options #1666
Comments
We could also just expose the full filename if we want to. Depends on what kind of UX we want around this. Maybe expose the extension visibly, with a subsection that allows configuring the filename/path or something. |
@loganfsmyth I am a first-time contributor. I want to work on this issue. |
@AkshatSrivastava2 Go for it! Feel free to join our Slack if you want to chat and ask us questions about it. We have a channel for the website on there. |
@AkshatSrivastava2 @loganfsmyth I can help get this to the finish line. |
With babel/babel#7955 Babel now allows both the flow and typescript presets to be used in parallel, and allows JSX only in
.tsx
, not.ts
files. Given that, we'll want to stop hard-coding the filename "repl" with no extension inwebsite/js/repl/compile.js
Line 84 in 71a346f
Including the extension is important now, so the UI should expose that as well.
The text was updated successfully, but these errors were encountered: