ncc build

This commit is contained in:
olemorud
2023-03-14 15:00:18 +01:00
parent 6d3cafd749
commit bbe92b8e4f
2 changed files with 2897 additions and 0 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