Files
codeql-action/lib/testdata/testFile3.js
Andrew Eisenberg ee2346270d Avoid analyzing excluded language files for line counting
This change passes in a list of file types to the line counting
analysis. These are the languages for the databases being analyzed.
Line count analysis is restricted to these files.
2021-04-28 16:07:55 -07:00

6 lines
79 B
JavaScript

"use strict";
var a;
var b;
var c;
var d;
//# sourceMappingURL=testFile3.js.map