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 dc6c457 commit 950b56aCopy full SHA for 950b56a
compiler/lib/dune
@@ -21,7 +21,6 @@
21
--table
22
--external-tokens
23
Js_token
24
- --explain
25
--unused-token
26
TAnnot
27
@@ -34,8 +33,7 @@
34
33
T_AT))
35
36
(menhir
37
- (modules annot_parser)
38
- (flags --explain))
+ (modules annot_parser))
39
40
(rule
41
(targets compiler_version.ml)
dune-project
@@ -1,5 +1,5 @@
1
(lang dune 3.17)
2
-(using menhir 2.0)
+(using menhir 3.0)
3
(name js_of_ocaml)
4
5
(generate_opam_files true)
0 commit comments