mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 01:00:20 +08:00
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.
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
"use strict";
|
|
var a;
|
|
var b;
|
|
var c;
|
|
var d;
|
|
//# sourceMappingURL=testFile3.js.map
|