pegjs/lib/compiler
David Majda ef3abf33b9 Fix error when generating AMD/UMD dependencies
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
d2569b9bf3.
2016-10-10 14:29:27 +02:00
..
passes Fix error when generating AMD/UMD dependencies 2016-10-10 14:29:27 +02:00
asts.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
index.js Code style: Make all static "require" calls global 2016-10-10 13:38:39 +02:00
js.js Code style: Fix ESLint "object-shorthand" errors 2016-10-10 10:58:05 +02:00
opcodes.js Use only "//" comments 2016-09-20 15:07:39 +02:00
visitor.js Code style: Fix ESLint "no-empty-function" errors 2016-10-10 10:58:06 +02:00