Skip to content

Commit 059303f

Browse files
authored
Merge pull request #4910 from rescript-lang/camlp4_free
replace camlp4 with a portable wasm depenendency
2 parents 780f0a0 + d1fc6ed commit 059303f

31 files changed

+601927
-3673
lines changed

jscomp/core/j.ml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
not introduce new scope
3939
*)
4040

41-
(* TODO: it seems that camlp4of supports very limited structures
42-
it does not even support attributes like `[@@@warning "-30"]
43-
we should get rid of such dependency ASAP
44-
*)
41+
4542

4643
type label = string
4744

jscomp/core/js_fold.ml

Lines changed: 236 additions & 417 deletions
Large diffs are not rendered by default.

jscomp/core/js_fold.mlp

Lines changed: 0 additions & 29 deletions
This file was deleted.

jscomp/core/js_map.ml

Lines changed: 238 additions & 459 deletions
Large diffs are not rendered by default.

jscomp/core/js_map.mlp

Lines changed: 0 additions & 30 deletions
This file was deleted.

jscomp/core/lambda_fold.mlp

Lines changed: 0 additions & 29 deletions
This file was deleted.

jscomp/core/lambda_map.mlp

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)