-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
ReScript 11 scaffolding #726
Conversation
* Adapt some pages to ReScript 11 including records and variants * Some better wordings * Variants: Add some TODOs
@fhammerschmidt I rebased on master because of the last rather large PR that was merged. |
* untagged variants * variant type spread docs * variant coercion * catch-all case * rearrange
* Adapt some pages to ReScript 11 including records and variants * Some better wordings * Adapt example tests to Rescript11 + uncurried + RescriptCore * Change more examples from Belt to RescriptCore * Fix uncurried error * Consistent quotes * Fix remaining test * Mention RescriptCore in try section * Add dummy file
* first tests * automate playground versions * fix typo * refactor * refactor * refactor * format * remove log * remove json binding * add revalidate route * parse rc * order experimental versions * last adjusts * cleanup * move Semver to CompilerManagerHook module
Uncurried Mode docs
Remove "Migrate from BuckleScript/Reason" guide
Remove uncurried chapter and update existing docs to uncurried
@@ -0,0 +1 @@ | |||
Console.log("I am a dummy file") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed a dummy ReScript project to get a compiled version of ReScript Core in the test-examples.mjs
script.
When you delete the dummy file and try to execute the script without node_modules
installed, it will fail
Supersedes #722 which used the wrong base repository.
PRs for rescript-11 docs can now go into the rescript-11 branch which is tracked by this PR.