We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is an umbrella issue to track and discusses the remaining issues to be resolved to achieve "Library Mode"
The "Library Mode" means that the ReScript compiler can be adopted as a first-class tool for building libraries in today's JavaScript ecosystem.
"dual"
@deriving
Tell us your story if you've ever provided a JavaScript library based on ReScript (not binding)
The text was updated successfully, but these errors were encountered:
I've written the script to support library mode for rescript-struct. https://github.com/DZakh/rescript-struct/blob/main/packages/prepack/src/Prepack.res I'll share the problems it solves a little bit later when I have time.
Sorry, something went wrong.
Following! The above two issues would prevent the need for a secondary build step (rollup) and make making libraries much simpler.
No branches or pull requests
This is an umbrella issue to track and discusses the remaining issues to be resolved to achieve "Library Mode"
The "Library Mode" means that the ReScript compiler can be adopted as a first-class tool for building libraries in today's JavaScript ecosystem.
Opened RFCs
"dual"
#6209@deriving
for labeled arguments #6530Related changes
Open discussions
Tell us your story if you've ever provided a JavaScript library based on ReScript (not binding)
The text was updated successfully, but these errors were encountered: