[build] npm init

This commit is contained in:
olemorud
2023-03-14 14:48:49 +01:00
parent fd580bda03
commit 52b5d16c14
6 changed files with 3002 additions and 3 deletions

17
dist/gcc_matcher.jsontemplate vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"problemMatcher": [
{
"owner": "gcc-problem-matcher",
"pattern": [
{
"regexp": "^${{ BASE }}\/?(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}

2880
dist/index.js vendored Normal file

File diff suppressed because it is too large Load Diff