We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db85f61 commit 8f6452dCopy full SHA for 8f6452d
CHANGELOG.md
@@ -21,6 +21,7 @@
21
#### :boom: Breaking Change
22
23
- Replace ~date with ~day in Date.make\*. https://github.com/rescript-lang/rescript/pull/7324
24
+- Remove `-bs-jsx-mode`. https://github.com/rescript-lang/rescript/pull/7327
25
26
#### :house: Internal
27
compiler/jsoo/jsoo_playground_main.ml
@@ -488,8 +488,6 @@ module Compile = struct
488
let types_signature = ref [] in
489
Js_config.jsx_version := Some Js_config.Jsx_v4;
490
(* default *)
491
- Js_config.jsx_mode := Js_config.Automatic;
492
- (* default *)
493
let ast = impl str in
494
let ast = Ppx_entry.rewrite_implementation ast in
495
let typed_tree =
0 commit comments