Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/problem-matcher

problem-matcher package

Parse VS Code style problem matcher definitions and use them to extract structured problem reports from strings.

Functions

Function

Description

parseProblemMatchersJson(problemMatchers)

Parse VS Code problem matcher JSON definitions into IProblemMatcher objects.

Interfaces

Interface

Description

IProblem

Represents a problem (generally an error or warning) detected in the console output.

IProblemMatcher

A problem matcher processes one line at a time and returns an IProblem if a match occurs.

IProblemMatcherJson

Minimal VS Code problem matcher definition.

IProblemPattern

VS Code style problem matcher pattern definition.

Type Aliases

Type Alias

Description

ProblemSeverity

Represents the severity level of a problem.