We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78f5c7 commit ca2b3d3Copy full SHA for ca2b3d3
Makefile
@@ -29,7 +29,7 @@ test-syntax:
29
bash ./scripts/testok.sh
30
31
test-syntax-roundtrip:
32
- ROUNDTRIP_TEST=1 bash ./scripts/test.sh
+ ROUNDTRIP_TEST=1 bash ./scripts/test_syntax.sh
33
make reanalyze
34
35
jscomp/frontend/dune
@@ -6,4 +6,4 @@
6
(run %{bin:cppo} %{env:CPPO_FLAGS=} %{input-file})))
7
(flags
8
(:standard -w +a-4-9-40-42-70))
9
-(libraries common js_parser ml))
+ (libraries common js_parser ml))
0 commit comments