Skip to content

Commit e63ca13

Browse files
committed
Move outcome_printer_ns into core
1 parent 2145173 commit e63ca13

File tree

8 files changed

+3
-12
lines changed

8 files changed

+3
-12
lines changed

jscomp/bsc/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
(public_name bsc)
99
(flags
1010
(:standard -w +a-4-9-30-40-41-42-48-70))
11-
(libraries common core depends gentype js_parser syntax outcome_printer))
11+
(libraries common core depends gentype js_parser syntax))

jscomp/core/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
(run %{bin:cppo} %{env:CPPO_FLAGS=} %{input-file})))
77
(flags
88
(:standard -w +a-4-9-27-30-40-41-42-48-70))
9-
(libraries depends frontend gentype js_parser outcome_printer))
9+
(libraries depends frontend gentype js_parser))

jscomp/dune

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(dirs bsb bsb_exe bsb_helper bsb_helper_exe bsc cmij common core depends ext
2-
frontend gentype jsoo js_parser ml napkin ounit_tests outcome_printer
3-
syntax)
2+
frontend gentype jsoo js_parser ml napkin ounit_tests syntax)
43

54
(env
65
(dev

jscomp/outcome_printer/.ocamlformat

Lines changed: 0 additions & 1 deletion
This file was deleted.

jscomp/outcome_printer/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

jscomp/outcome_printer/dune

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

0 commit comments

Comments
 (0)