renamed "jsParseErrors" to "js_parse_errors"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:04 +02:00
parent b5d6cbd5b3
commit fdb615fb91
35 changed files with 42 additions and 35 deletions

View File

@@ -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);