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 c57b11d commit 277c962Copy full SHA for 277c962
jscomp/ml/cmt_format.ml
@@ -188,7 +188,7 @@ let save_cmt filename modname binary_annots sourcefile initial_env cmi =
188
cmt_modname = modname;
189
cmt_annots = clear_env binary_annots;
190
cmt_value_dependencies = !value_deps;
191
- cmt_comments = Lexer.comments ();
+ cmt_comments = [];
192
cmt_args = Sys.argv;
193
cmt_sourcefile = sourcefile;
194
cmt_builddir = Sys.getcwd ();
jscomp/ml/dune
@@ -7,5 +7,3 @@
7
(flags
8
(:standard -w +a-4-42-40-41-44-45-9-48-67-70))
9
(libraries ext js_parser))
10
-
11
-(ocamllex lexer)
jscomp/ml/lexer.mli
0 commit comments