Skip to content
#

bucklescript

Here are 348 public repositories matching this topic...

thangngoc89
thangngoc89 commented Aug 4, 2019

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

graphql-ppx
nirvdrum
nirvdrum commented Jan 12, 2020

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

Improve this page

Add a description, image, and links to the bucklescript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bucklescript topic, visit your repo's landing page and select "manage topics."

Learn more