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 516023546d Use one var/let/const per variable (for initialized variables)
Use one var/let/const per variable, but only for initialized variables.
Uninitialized variables are still grouped into one var/let/const
declaration as I don't see any value in separating them. This approach
reflects the fact that initialized and uninitialized var/let/const
declarations are really two different things.

See #443.
8 years ago
..
generated-parser-api.spec.js Replace some functions with arrow functions 8 years ago
pegjs-api.spec.js Use one var/let/const per variable (for initialized variables) 8 years ago
plugin-api.spec.js Use one var/let/const per variable (for initialized variables) 8 years ago