pegjs/spec/api
David Majda c134e06229 Move "use strict" directives up
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.
2016-09-22 16:43:42 +02:00
..
generated-parser-api.spec.js Move "use strict" directives up 2016-09-22 16:43:42 +02:00
pegjs-api.spec.js Avoid aligning "=" 2016-09-22 09:56:29 +02:00
plugin-api.spec.js Avoid aligning "=" 2016-09-22 09:56:29 +02:00