-
When using JSX 4, it is possible to create a component without `@react.component` by just creating a module with a `props` type and a function `make: props => React.element`. This can be useful in som…
-
I see it has been 6 months since the last commit; is this project still active? Any plans to update this to use the just released @rescript/core? I am currently investigating fetch bindings for rescri…
-
Thank you for filing! Check list:
- [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org) instead.
- [x] Concise, focused, friendly issue title & des…
-
`type extended = {...t, x:string}` as an abbreviation instead of repeating the field of the type definition of `t`.
- [x] type extension https://github.com/rescript-lang/rescript-compiler/pull/5715…
-
First raised on the forum here: https://forum.rescript-lang.org/t/gentype-different-representation-in-rescript-compared-to-generated-typescript/2750
Repro:
Given the following module https://git…
-
=== UPDATED ===
See this [playground](https://rescript-lang.org/try?version=v10.1.2&code=LYewJgrgNgpgBAMQJYCcYCMCGBnGBBABwLgF44BvAKDjgAEBzGAOwBcBPAmAOiWAJBQsAFACIAZqgw4YAekxERASjqMmAFQ7cco5Giy5CBJd…
-
When spreading `JsxDOM.domProps` in a record, the compilation is perceivably slower on the playground due to its blocking UI on slow compilation.
Here's a minimal example (v11.0.0-beta.1):
```re…
-
(Outline WIP available [here](https://github.com/StateOfJS/StateOfJS-Vulcan/blob/master/packages/stateofjs/lib/surveys/yml/js2021outline.yml)).
## Deletions
The two big changes I'm planning are…
-
## Issue Description ##
When I try to create a launch.json file for an F# project,
I get this error "Cannot create .NET debug configurations. The OmniSharp server is still initializing or has exited…
-
- install interface file as a reference
- take advantage of gentype to generate typescript declaration files