-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
[RFC] Support ReScript #367
Comments
Thanks for the quick feedback!
AFAIK, ReScript's build system may be a little different from common JS transformers like Babel. Instead of compiling files one by one, it seems treat all files (from its perspective, also modules) as a whole. So I'm not sure if the "rescript parcel transformer" way would work |
A parcel transformer basically takes a file and resolve any reference within it and turn them into an usable bundle (js/css) Basically, a The transformation step is handled by Rescript itself, and I imagine it can be configured to align with parcel or just do everything on its own. |
How do you envision this feature/change to look/work like?
User can create UI component using the
.res
file extension, which get compiled using https://rescript-lang.org/What is the purpose of this change/feature? Why?
Follow up on #356 - Some folks love ReScript it seems
(OPTIONAL) Example implementations
No response
(OPTIONAL) Contact Details
No response
Verify canary release
plasmo
canary releaseCode of Conduct
The text was updated successfully, but these errors were encountered: