mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 05:30:16 +08:00
6 lines
225 B
JavaScript
Generated
6 lines
225 B
JavaScript
Generated
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.error_matchers = [
|
|
[32, new RegExp("No JavaScript or TypeScript code found\\."), 'foo bar']
|
|
];
|
|
//# sourceMappingURL=error_matcher.js.map
|