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 |
|---|---|
Parse VS Code problem matcher JSON definitions into IProblemMatcher objects. |
Interfaces
Interface | Description |
|---|---|
Represents a problem (generally an error or warning) detected in the console output. | |
A problem matcher processes one line at a time and returns an IProblem if a match occurs. | |
Minimal VS Code problem matcher definition. | |
VS Code style problem matcher pattern definition. |
Type Aliases
Type Alias | Description |
|---|---|
Represents the severity level of a problem. |