rescript-compiler
rescript-compiler copied to clipboard
JSX preserve mode: hardcoded "JsxRuntime"
In js_dump.ml, the module name "JsxRuntime" is hardcoded. This may prevent JSX preserve mode from working correctly with runtimes other than React.
(See #8077)