Replies: 2 comments
-
I would love to get this merged. In my opinion loaders should not be discouraged as they are user friendly and let you get actual work done instead of having to fiddle with your build pipeline, which is probably more error prone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The rescript/reason compiler are the same compiler, and is backwards compatible. Let's merge it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks 👋
I have been starting out with both Parcel and rescript (https://rescript-lang.org). I have seen that ReasonML (rescript's precursor prior to its rebrand?). I see that the following file formats are supported:
ml
&re
. Initially I had thought that this could easily expanded to include the newres
, on reading: https://rescript-lang.org/docs/manual/latest/interop-with-js-build-systems#popular-js-build-systems I am no longer sure if this is a good idea as the rescript authors actively discourage this kind of behaviour.In any case, I've opened a draft pulled request here where I have tried to make the required changes for
res
files to function. As I said previously, just starting with parcel so not 100% sure that I have covered everything.PR: #5161
Beta Was this translation helpful? Give feedback.
All reactions