Files
bim_engine/node_modules/@rushstack/problem-matcher/lib/index.d.ts

9 lines
373 B
TypeScript
Raw Normal View History

2025-12-03 12:00:46 +08:00
/**
* 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