We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d136ce0 commit 71cab5cCopy full SHA for 71cab5c
compiler/bin-js_of_ocaml/compile.ml
@@ -60,9 +60,11 @@ let output_gen
60
match output_file with
61
| `Stdout -> ()
62
| `Name name ->
63
- Shape.Store.save'
64
- (Filename.remove_extension name ^ Shape.Store.ext)
65
- (StringMap.bindings shapes));
+ if false
+ then
+ Shape.Store.save'
66
+ (Filename.remove_extension name ^ Shape.Store.ext)
67
+ (StringMap.bindings shapes));
68
match source_map, sm with
69
| None, _ | _, None -> ()
70
| Some { output_file = output; source_map; keep_empty }, Some sm ->
0 commit comments