File tree Expand file tree Collapse file tree 3 files changed +3
-980
lines changed Expand file tree Collapse file tree 3 files changed +3
-980
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let rewrite_signature (ast : Parsetree.signature) : Parsetree.signature =
29
29
Ast_config. iter_on_bs_config_sigi ast;
30
30
let ast =
31
31
match ! Js_config. jsx_version with
32
- | 3 -> Reactjs_jsx_ppx_v3 . rewrite_signature ast
32
+ | 3 -> Reactjs_jsx_ppx . rewrite_signature ast
33
33
| _ -> ast
34
34
(* react-jsx ppx relies on built-in ones like `##` *)
35
35
in
@@ -48,7 +48,7 @@ let rewrite_implementation (ast : Parsetree.structure) : Parsetree.structure =
48
48
Ast_config. iter_on_bs_config_stru ast ;
49
49
let ast =
50
50
match ! Js_config. jsx_version with
51
- | 3 -> Reactjs_jsx_ppx_v3 . rewrite_implementation ast
51
+ | 3 -> Reactjs_jsx_ppx . rewrite_implementation ast
52
52
| _ -> ast
53
53
in
54
54
if ! Js_config. no_builtin_ppx then ast else
You can’t perform that action at this time.
0 commit comments