-
Command fails:
```
$ yarn run bsdoc support-files
yarn run v1.15.2
$ /home/risto/git/bucklescript/foobar/node_modules/.bin/bsdoc support-files
/bin/sh: /home/risto/git/bucklescript/foobar/node_mo…
-
I just copied this code, but moved the lines around from the Bucklescript docs: https://bucklescript.github.io/docs/en/function (Object method)
type document (* abstract type for a document object …
-
# Question
> Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.
But what this exactly means?
Is Reason compiled to native or …
-
...including future ones. See https://reasonml.chat/t/2210 for a full explanation.
-
Thanks for creating these codemod utils and example! 🙂 Really cool.
I'm exploring if I could use this codemod for the migrations of BuckleScript `Js` modules proposed in https://github.com/BuckleSc…
-
> "For example, List.find has the option-returning counterpart List.find_opt, which doesn't throw." (https://reasonml.github.io/guide/language/exception)
yet `List.find_opt` is missing from
http…
-
We have a number of functions that can be used to evaluate an arbitrary javascript function in the browser context. If a Bucklescript-generated function is passed in, quite often it will depend on imp…
-
I was trying to extract some attributes in a `selectAllEval` case and had to end up with using `bs.raw` and this code: `return Promise.resolve(nodes.map(node => node.getAttribute("href")));`
I trie…
-
_imported comment by @kwshi_
# Summary
ReasonML's core language is essentially identical to OCaml, just with a different syntactic presentation. Riju currently runs ReasonML via `bs-platform` (Bu…
-
So we're using the `package.json` to put config, but what should we put there? There are some issues that I think fall under this:
- #17 make js compilation optional, native possible
- #3 specify what…