mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "jsParseErrors" to "js_parse_errors"
This commit is contained in:
@@ -819,7 +819,7 @@ indentation (int file: @file ref,
|
||||
int indentDepth: int ref);
|
||||
|
||||
// JavaScript parse errors
|
||||
jsParseErrors (unique int id: @js_parse_error,
|
||||
js_parse_errors (unique int id: @js_parse_error,
|
||||
int toplevel: @toplevel ref,
|
||||
varchar(900) message: string ref,
|
||||
varchar(900) line: string ref);
|
||||
|
||||
Reference in New Issue
Block a user