Google Closure Compiler Fuzzer Config

109 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 best solutions below

0
On

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