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.
This commit is contained in:
David Majda 2016-07-14 15:41:25 +02:00
parent db9920e3ca
commit d83e4d5a48

View file

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