bucklescript
Here are 348 public repositories matching this topic...
-
Updated
Nov 29, 2020
-
Updated
Jul 5, 2021 - OCaml
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jun 12, 2017 - OCaml
-
Updated
Jul 25, 2021 - 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
May 10, 2021 - OCaml
-
Updated
Dec 31, 2020 - Reason
-
Updated
Jun 16, 2021 - Reason
-
Updated
Jun 20, 2021 - OCaml
-
Updated
Jun 28, 2021 - Reason
-
Updated
Jun 5, 2021 - ReScript
-
Updated
May 10, 2021 - ReScript
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
May 8, 2021 - OCaml
-
Updated
Apr 10, 2020 - OCaml
-
Updated
Aug 13, 2020 - Reason
-
Updated
Jul 13, 2021
-
Updated
Oct 10, 2018 - OCaml
-
Updated
Mar 14, 2020
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jul 19, 2021 - ReScript
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.