You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
compiler Fix error when generating AMD/UMD dependencies 8 years ago
.eslintrc.json ESLint: Set environments better 8 years ago
grammar-error.js Use only "//" comments 8 years ago
parser.js Code style: Fix some ESLint errors in generated code 8 years ago
peg.js Code style: Make all static "require" calls global 8 years ago