2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
|
- CHANGELOG.md+13
- cli/JSXV4.md+57-5
- cli/JSXV4UPGRADE.md+37
- cli/reactjs_jsx_ppx.ml+2.8k
- cli/reactjs_jsx_ppx.mli+23
- cli/reactjs_jsx_ppx_v3.ml-1.3k
- cli/reactjs_jsx_ppx_v3.mli-39
- cli/reactjs_jsx_ppx_v4.ml-1.3k
- cli/reactjs_jsx_ppx_v4.mli-68
- cli/res_cli.ml+25-29
- scripts/test.sh+2-17
- tests/ppx/react/expected/commentAtTop.res.txt+3-2
- tests/ppx/react/expected/commentAtTop.res_v3.txt-10
- tests/ppx/react/expected/commentAtTop.res_v4_cls.txt-9
- tests/ppx/react/expected/externalWithCustomName.res.txt+33
- tests/ppx/react/expected/externalWithCustomName.res_v3.txt-9
- tests/ppx/react/expected/externalWithCustomName.res_v4_auto.txt-7
- tests/ppx/react/expected/externalWithCustomName.res_v4_cls.txt-7
- tests/ppx/react/expected/fileLevelConfig.res.txt+45
- tests/ppx/react/expected/forwardRef.res.txt+175
- tests/ppx/react/expected/forwardRef.res_v3.txt-56
- tests/ppx/react/expected/forwardRef.res_v4_auto.txt-48
- tests/ppx/react/expected/forwardRef.res_v4_cls.txt-53
- tests/ppx/react/expected/innerModule.res.txt+4
- tests/ppx/react/expected/innerModule.res_v4_auto.txt-21
- tests/ppx/react/expected/innerModule.res_v4_cls.txt-21
- tests/ppx/react/expected/newtype.res.txt+50
- tests/ppx/react/expected/newtype.res_v3.txt-15
- tests/ppx/react/expected/newtype.res_v4_auto.txt-7
- tests/ppx/react/expected/newtype.res_v4_cls.txt-7
- tests/ppx/react/expected/topLevel.res.txt+49
- tests/ppx/react/expected/topLevel.res_v3.txt-10
- tests/ppx/react/expected/topLevel.res_v4_auto.txt-9
- tests/ppx/react/expected/topLevel.res_v4_cls.txt-9
- tests/ppx/react/expected/typeConstraint.res.txt+42
- tests/ppx/react/expected/typeConstraint.res_v3.txt-8
- tests/ppx/react/expected/typeConstraint.res_v4_auto.txt-8
- tests/ppx/react/expected/typeConstraint.res_v4_cls.txt-8
- tests/ppx/react/externalWithCustomName.res+20
- tests/ppx/react/fileLevelConfig.res+26
- tests/ppx/react/forwardRef.res+73-13
- tests/ppx/react/innerModule.res+3-6
- tests/ppx/react/newtype.res+20-2
- tests/ppx/react/topLevel.res+28-4
- tests/ppx/react/typeConstraint.res+26-2
0 commit comments