Skip to content

Commit 7dd97e7

Browse files
authored
Remove dead modules (rescript-lang#7008)
* Remove dead modules * CHANGELOG
1 parent 85eb864 commit 7dd97e7

27 files changed

+7
-1868
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- Add dev container. https://github.com/rescript-lang/rescript-compiler/pull/6962
4646
- Convert more tests to the node test runner. https://github.com/rescript-lang/rescript-compiler/pull/6956
4747
- Remove attribute "internal.arity". https://github.com/rescript-lang/rescript-compiler/pull/7004
48+
- Remove dead modules. https://github.com/rescript-lang/rescript-compiler/pull/7008
4849

4950
# 12.0.0-alpha.1
5051

jscomp/bsb/bsb_file.ml

-73
This file was deleted.

jscomp/bsb/bsb_file.mli

-26
This file was deleted.

jscomp/bsb_helper/bsb_helper_extract.ml

-36
This file was deleted.

jscomp/bsb_helper/bsb_helper_extract.mli

-26
This file was deleted.

jscomp/core/js_of_lam_module.ml

-28
This file was deleted.

jscomp/core/js_of_lam_module.mli

-25
This file was deleted.

jscomp/core/js_of_lam_tuple.ml

-28
This file was deleted.

jscomp/core/js_of_lam_tuple.mli

-27
This file was deleted.

jscomp/core/lam_group_pass.ml

-59
This file was deleted.

jscomp/ext/ext_cmp.ml

-37
This file was deleted.

0 commit comments

Comments
 (0)