Skip to content

Commit ca736e6

Browse files
committed
Remove .ml conversion.
1 parent 8055935 commit ca736e6

File tree

8 files changed

+1
-714
lines changed

8 files changed

+1
-714
lines changed

jscomp/bsc/rescript_compiler_main.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ let format_file input =
195195
let ext = Ext_file_extensions.classify_input (Ext_filename.get_extension_maybe input) in
196196
let syntax =
197197
match ext with
198-
| Ml | Mli -> `ml
199198
| Res | Resi -> `res
200199
| _ -> Bsc_args.bad_arg ("don't know what to do with " ^ input) in
201200
let formatted = Res_multi_printer.print ~ignore_parse_errors:!Clflags.ignore_parse_errors syntax ~input in

0 commit comments

Comments
 (0)