Google Closure Compiler Fuzzer Config

82 views Asked by At

I am trying to run the google closure compiler fuzzer, but it's asking for a config file.

In the /build/classes/ directory I run

java -cp ../compiler.jar com.google.javascript.jscomp.fuzzing.Driver --number_of_runs 5 --config

It returns

Option "--config" takes an operand

Can anyone tell me what the config is supposed to look like or where I can find it? Thanks.

1

There are 1 answers

0
Kin-Ho Lam On

Solved. There is a missing json file that will be changed soon.