Initial commit
This commit is contained in:
9
node_modules/@rushstack/problem-matcher/lib/index.d.ts
generated
vendored
Normal file
9
node_modules/@rushstack/problem-matcher/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user