-
Would it make sense to support Reason (.re files) via https://www.npmjs.com/package/rollup-plugin-bucklescript?
Analog to how we handle TypeScript now.
I think I could create a PR for this.
If…
-
I took a look at https://developer.mozilla.org/en-US/docs/Web/API/FormData and it seems binding this will involve writing some tricky bindings like [iterators](https://developer.mozilla.org/en-US/docs…
-
With this issue I would like to gauge the interest to support oCaml in klipse.
[BuckleScript](https://bloomberg.github.io/bucklescript/) is an excellent oCaml to JavaScript compiler, that also runs…
-
One of the pain points of using bucklescript over typescript are the type representations when compiled to js. Having the unboxed option type turns out to be extremely useful both for targeting js (ie…
-
Related PR: #145
-
When using bs-express with es6 modules, I get the error:
`TypeError: Express is not a function`
If I create the following binding locally, I don't get the error:
`[@bs.module "express"] exte…
-
In the bucklescript code path, `String.to_list` produces a list of something that is not quite an ocaml `char`, so that `a |> String.to_list |> String.from_list` does not give back `a`, and attempting…
-
@bobzhang In BS7, the following worked:
```reason
[@bs.inline]
let x = 42.;
```
In BS8, it does not work anymore, I get the error message
```
invalid payload in bs.inline
```
Revisi…
-
Hello,
it seems my Reason language support is not working. I am getting useful autocomplete suggestions and mouse hovers when editing `js` and `ts` files, but have no such support for `ml` or `re` f…
jplew updated
4 years ago
-
I'm trying to migrate from `coc` & I have a couple of schemas for yaml & json but when I tried to migrate them, they don't look like they are being picked up.
```lua
-- JSON & YAML schemas http://…