genType icon indicating copy to clipboard operation
genType copied to clipboard

Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.

Results 23 genType issues
Sort by recently updated
recently updated
newest added

When using types from a local Caml module in a different directory, genType doesn't seem to properly compute the module's location. This leads to erroring TypeScript code. This isn't a...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Moving the project inside the compiler can enable deeper integration and solve a number of longstanding issues caused by treating compilation as a black box and genType as a post-processing....

It'd be nice to be able to pass through docstrings from rescript to TypeScript for consumers on hover, e.g. current: ![Screen Shot 2022-07-01 at 15 06 19](https://user-images.githubusercontent.com/35296/176972969-8e50c80e-2465-4067-bee2-06d0756a23fa.png) with docstring passthrough:...