9 lines
373 B
TypeScript
9 lines
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
|