We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2297f commit c7026a4Copy full SHA for c7026a4
1 file changed
.github/tsc.json
@@ -4,7 +4,7 @@
4
"owner": "tsc",
5
"pattern": [
6
{
7
- "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+)(?:,(\\d+)(?:,\\d+(?:,\\d+)?)?)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
+ "regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$",
8
"file": 1,
9
"line": 2,
10
"column": 3,
0 commit comments