bin/pegjs: Generate parsers in "node" format

I think the "node" format is what most people want these days.

An option to override will be added in the next commit.
redux
David Majda 8 years ago
parent db9920e3ca
commit d83e4d5a48

@ -111,7 +111,7 @@ var options = {
cache: false,
dependencies: {},
exportVar: null,
format: "umd",
format: "node",
optimize: "speed",
output: "source",
plugins: [],

Loading…
Cancel
Save