XuqmGroup-H5SDK/node_modules/@rushstack/problem-matcher/lib-dts/index.d.ts

9 行
373 B
TypeScript

/**
* Parse VS Code style problem matcher definitions and use them to extract
* structured problem reports from strings.
*
* @packageDocumentation
*/
export type { ProblemSeverity, IProblemMatcher, IProblemMatcherJson, IProblemPattern, IProblem } from './ProblemMatcher';
export { parseProblemMatchersJson } from './ProblemMatcher';
//# sourceMappingURL=index.d.ts.map