move error matcher definition into dedicated file

This commit is contained in:
Nick Fyson 2020-09-07 15:49:03 +01:00
parent 1f3ce75844
commit 7dbaff09b6
11 changed files with 40 additions and 12 deletions

6
lib/error_matcher.js generated Normal file
View 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