-
Right now, the JavaScript compiler emits ES3-style classes. This is fine, but I propose that it may be useful to support emitting ES6-style classes for more modern toolchains. If the JavaScript compil…
-
## Project description
[_Describe the project the best you can. Give any background information or link to resources that are necessary to understand the problem it is intended to solve. The more y…
-
When building a small code sample with a procedure that has varargs, I get the following error from the compiler:
```
Error: internal error: genTypeInfo(tyVarargs)
No stack traceback available
T…
-
This is an umbrella issue to track and discusses the remaining issues to be resolved to achieve "Library Mode"
The "Library Mode" means that the ReScript compiler can be adopted as a first-class to…
-
Rescript lacks support for bitwise operators: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_bitwise_operators
I found: https://github.com/rescript-lang/rescript…
-
There could be optional support for using Google's closure compiler for minifying the JS output using rest-gen. It wouldn't be very hard to do considering it itself is a rest api.
I will work on thi…
-
Hi,
We are converting .Net4.8 tests to net6.0 and noticed following problem:
It is not possible to create javascript provider using:
System.CodeDom.Compiler.CodeDomProvider.CreateProvider("JScr…
-
### Environment
System:
OS: Linux 5.15 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish)
CPU: (18) x64 Intel(R) Core(TM) Ultra 5 125H
Memory: 10.04 GB / 15.43 GB
Container: Yes
S…
aiktb updated
3 weeks ago
-
I could work on it
```
Warning: Entry point 'ngx-prismic' contains deep imports into '/home/runner/work/nibol-manager/nibol-manager/node_modules/prismic-dom/dist/prismic-dom.min.js', '/home/runner…
-
# note: Array `[| ... |]` has to be used when passing down collection of objects as props in ReactComponents
while working with Fable/Feliz i notice that if i need to pass to props a list of obje…