Skip to content

Commit 0fb274e

Browse files
committed
cleaning
1 parent 071bad0 commit 0fb274e

10 files changed

+0
-4232
lines changed

lib/4.02.3/reactjs_jsx_ppx_v2.ml

-1,050
This file was deleted.

lib/4.02.3/reactjs_jsx_ppx_v2.mli

Whitespace-only changes.

lib/4.02.3/reactjs_jsx_ppx_v3.ml

-1,050
This file was deleted.

lib/4.02.3/reactjs_jsx_ppx_v3.mli

Whitespace-only changes.

lib/4.06.1/reactjs_jsx_ppx_v2.ml

-1,063
This file was deleted.

lib/4.06.1/reactjs_jsx_ppx_v2.mli

Whitespace-only changes.

lib/4.06.1/reactjs_jsx_ppx_v3.ml

-1,063
This file was deleted.

lib/4.06.1/reactjs_jsx_ppx_v3.mli

Whitespace-only changes.

scripts/install.js

-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ rule cp
243243
output += [
244244
'bsc','bsb','bsb_helper','bsppx',
245245
'refmt',
246-
'reactjs_jsx_ppx_2',
247-
'reactjs_jsx_ppx_3'
248246
].map(function(x){
249247
return `build ${x}.exe: cp ${x}${sys_extension}`
250248
}).join('\n')

scripts/ninjaFactory.js

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ build bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
2828
flags = $flags unix.cmxa -w -a
2929
build refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
3030
flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
31-
build reactjs_jsx_ppx_2$ext: cc $INCL/reactjs_jsx_ppx_v2.mli $INCL/reactjs_jsx_ppx_v2.ml
32-
flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
33-
build reactjs_jsx_ppx_3$ext: cc $INCL/reactjs_jsx_ppx_v3.mli $INCL/reactjs_jsx_ppx_v3.ml
34-
flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
3531
build bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
3632
`
3733
}

0 commit comments

Comments
 (0)