move error matcher definition into dedicated file
This commit is contained in:
parent
1f3ce75844
commit
7dbaff09b6
11 changed files with 40 additions and 12 deletions
6
lib/error_matcher.js
generated
Normal file
6
lib/error_matcher.js
generated
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"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
|
||||
Loading…
Add table
Add a link
Reference in a new issue