c134e06229
Move "use strict" directives to the first line of each file. In particular, move them above any ESLint comments, which are far less important. There are few exceptions: Executable files In these, the "use strict" directive must give way to the shebang. lib/parser.js Here, the "Generated by..." comment comes first. Also, ESLint comments are prepended in post-processing. |
||
---|---|---|
.. | ||
generated-parser-api.spec.js | ||
pegjs-api.spec.js | ||
plugin-api.spec.js |