bucklescript
Here are 353 public repositories matching this topic...
-
Updated
Nov 29, 2020
-
Updated
Feb 24, 2021 - Reason
-
Updated
Mar 5, 2021 - Reason
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jun 12, 2017 - OCaml
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Dec 9, 2020 - Reason
Relevant issue: jsdelivr/jsdelivr#18166
Update
So apparently jsdelivr will minify the main entry file and add .min. in its name. Since we check for the name. And the minified file could saves a lot of bytes and improve parsing speed for the bundler.
So we would save this default file provided by jsdelivr, check with what's provided in main field
-
Updated
Dec 11, 2020 - OCaml
-
Updated
Dec 31, 2020 - Reason
-
Updated
Sep 13, 2020 - OCaml
-
Updated
Mar 5, 2021 - Reason
-
Updated
Feb 3, 2021 - ReScript
Many of the code samples in our documentation are still written in Reason. I'd love to have our documentation consistently use ReScript syntax, since it is what the codebase is natively implemented in. We could also consider keeping the current Reason implementation for current and future Reason users, since that syntax is still supported by the ReScript compiler.
-
Updated
Feb 20, 2021 - OCaml
-
Updated
Feb 27, 2021 - Reason
Instead of having a bunch of mutations handling a single field update, I thought I'd look at how graphql_ppx_re handles INPUT_OBJECT. The expected type for my input field is pretty gnarly: a closed object with every field being an option. Constructing such an object is not going to be pretty, so I thought I'd see if there were generated helper functions that I overlooked. Unfortunately, I coul
-
Updated
Apr 10, 2020 - OCaml
-
Updated
Oct 10, 2018 - OCaml
-
Updated
Aug 13, 2020 - Reason
-
Updated
Mar 14, 2020
-
Updated
Oct 9, 2018 - JavaScript
Improve this page
Add a description, image, and links to the bucklescript topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bucklescript topic, visit your repo's landing page and select "manage topics."
So Docusaurus is amazing for building sites and documentation and I really want to use it. It would be awesome to also port over the current homepage to a custom React component that can be used on the homepage too.