Files
codeql/javascript/ql/integration-tests/all-platforms/diagnostics/syntax-error/diagnostics.expected
2023-03-08 16:47:43 +01:00

22 lines
685 B
Plaintext

{
"location": {
"endColumn": 4,
"endLine": 1,
"file": "bad.js",
"startColumn": 4,
"startLine": 1
},
"markdownMessage": "A parse error occurred: Unexpected token. Check the syntax of the file. If the file is invalid, correct the error or [exclude](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning) the file from analysis.",
"severity": "warning",
"source": {
"extractorName": "javascript",
"id": "javascript/parse-error",
"name": "Parse error"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}