Skip to content

Commit 8f6452d

Browse files
committed
Remove mode in playground
1 parent db85f61 commit 8f6452d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#### :boom: Breaking Change
2222

2323
- 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
2425

2526
#### :house: Internal
2627

compiler/jsoo/jsoo_playground_main.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,6 @@ module Compile = struct
488488
let types_signature = ref [] in
489489
Js_config.jsx_version := Some Js_config.Jsx_v4;
490490
(* default *)
491-
Js_config.jsx_mode := Js_config.Automatic;
492-
(* default *)
493491
let ast = impl str in
494492
let ast = Ppx_entry.rewrite_implementation ast in
495493
let typed_tree =

0 commit comments

Comments
 (0)