bucklescript.github.io
bucklescript.github.io copied to clipboard
BuckleScript's documentation site
Hi, I just hit the error documented here: https://bucklescript.github.io/docs/en/import-export.html#import-an-es6-default-value. I was trying to import this: https://github.com/chenglou/react-spinner I tried the suggested fix: [@bs.module "react-spinner"] external spinner : ReasonReact.reactClass = "default"; However...
1. how to create links to some section? for example Interop/Embed Raw JavaScrpt section 2. The syntax highlighting for OCaml code seems not correct, `let` keyword is colored 3. For...