import { TextWithStyle } from '../utils/ansi-parser'; import { BaseTerminalDetectionLineMatcher, MatcherType } from './base'; export declare class TSCMatcher extends BaseTerminalDetectionLineMatcher { type: MatcherType; isMultiLine: boolean; /** * typescript 情况 * 1. 红色 ERROR * 2. TSxxxx * 3. Error: */ doMatch(styleList: TextWithStyle[]): boolean; private isErrorStack; } //# sourceMappingURL=tsc.d.ts.map