woonki
woonki
Since the PR #7088, it is compiled to: ```rescript open! Js.BigInt let e = x => x + 5n let f = x => x + 7n let g =...
```js // Primitive_bigint.js function max(x, y) { if (x > y) { return x; } else { return y; } } ```
What version of ReScript are you using? If you're using v11, then you can model your data with optional field record for your need. The latest version of ppx_spice supports...
Okay, the latest ppx_spice supports the missing 'undefined' only. I need to make it supports null.
> Just tested this in a project of ours and it worked fine. @mununki Any concerns from your part? > > There are more React-specific props though: [react.dev/reference/react-dom/components/common#common-props](https://react.dev/reference/react-dom/components/common#common-props). > >...
Hi, We have some: https://github.com/rescript-lang/rescript-compiler/blob/master/jscomp/stdlib-406/pervasives.res#L87-L95
Thanks for the PR! I have one question: if we want to support apple silicon, can't we just use macos-latest (or macos-14) from github actions instead of linux-arm?
``` let _ = ``` I not certainly sure, is it allowed in the React usage? As far as I know it is not allowed.