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 6e934fccca src/utils.js: Fix missing/unnecessary semicolons
Fixes the following JSHint errors:

  ./src/utils.js: line 108, col 2, Unnecessary semicolon.
  ./src/utils.js: line 128, col 39, Missing semicolon.
  ./src/utils.js: line 140, col 4, Missing semicolon.
13 years ago
..
checks.js Compiler checks and passes are named for easier reference from tests 14 years ago
compiler.js Rewrite variable handling in generated parsers 13 years ago
emitter.js Use |charCodeAt| instead of |charCode| when matching one-character literals 13 years ago
parser.js Use |charCodeAt| instead of |charCode| when matching one-character literals 13 years ago
parser.pegjs Add two missing |var|s (fix global namespace pollution) 13 years ago
passes.js Rewrite variable handling in generated parsers 13 years ago
peg.js Add PEG.js version information and homepage header to peg.js 13 years ago
utils.js src/utils.js: Fix missing/unnecessary semicolons 13 years ago