renamed "regexpParseErrors" to "regexp_parse_errors"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:05 +02:00
parent fdb615fb91
commit 37432232b8
10 changed files with 25 additions and 18 deletions

View File

@@ -62,3 +62,5 @@ has_asserts_keyword.rel: reorder hasAssertsKeyword.rel(int node) node
hasAssertsKeyword.rel: delete
js_parse_errors.rel: reorder jsParseErrors.rel(int id, int toplevel, string message, string line) id toplevel message line
jsParseErrors.rel: delete
regexp_parse_errors.rel: reorder regexpParseErrors.rel(int id, int regexp, string message) id regexp message
regexpParseErrors.rel: delete