ef3abf33b9
Generating AMD/UMD dependencies lead to an error:
$ bin/pegjs --format amd --dependency $:jquery examples/arithmetics.pegjs
dependencyIds is not defined
$ bin/pegjs --format umd --dependency $:jquery examples/arithmetics.pegjs
dependencyIds is not defined
This commit fixes the problem, which was caused by a mistake done in
|
||
---|---|---|
.. | ||
compiler | ||
.eslintrc.json | ||
grammar-error.js | ||
parser.js | ||
peg.js |