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
..
generate-bytecode.js Code style: Fix ESLint "object-shorthand" errors 8 years ago
generate-js.js Fix error when generating AMD/UMD dependencies 8 years ago
remove-proxy-rules.js Code style: Fix ESLint "object-shorthand" errors 8 years ago
report-duplicate-labels.js Code style: Fix ESLint "no-prototype-builtins" errors 8 years ago
report-duplicate-rules.js Code style: Fix ESLint "no-prototype-builtins" errors 8 years ago
report-infinite-recursion.js Code style: Fix ESLint "object-shorthand" errors 8 years ago
report-infinite-repetition.js Code style: Fix ESLint "object-shorthand" errors 8 years ago
report-undefined-rules.js Code style: Fix ESLint "object-shorthand" errors 8 years ago