bucklescript
Here are 353 public repositories matching this topic...
-
Updated
Jun 5, 2020
-
Updated
Nov 11, 2020 - Reason
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Nov 12, 2020 - Reason
-
Updated
Jun 12, 2017 - OCaml
-
Updated
Oct 29, 2020 - JavaScript
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
Nov 9, 2020 - Reason
-
Updated
Sep 5, 2020 - OCaml
-
Updated
Oct 26, 2020 - Reason
-
Updated
Sep 13, 2020 - OCaml
-
Updated
Oct 20, 2020 - Reason
-
Updated
Oct 25, 2020 - Reason
-
Updated
Jul 17, 2020 - Reason
-
Updated
Nov 12, 2020 - Reason
-
Updated
Apr 10, 2020 - OCaml
-
Updated
Sep 18, 2020 - Reason
-
Updated
Oct 10, 2018 - OCaml
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
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.