mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
renamed "jsParseErrors" to "js_parse_errors"
This commit is contained in:
@@ -14,7 +14,7 @@ toplevels(#20001,0)
|
||||
locations_default(#20002,#10000,1,1,1,1)
|
||||
hasLocation(#20001,#20002)
|
||||
#20003=*
|
||||
jsParseErrors(#20003,#20001,"Error: Unexpected token","hi~~")
|
||||
js_parse_errors(#20003,#20001,"Error: Unexpected token","hi~~")
|
||||
#20004=@"loc,{#10000},1,3,1,3"
|
||||
locations_default(#20004,#10000,1,3,1,3)
|
||||
hasLocation(#20003,#20004)
|
||||
|
||||
@@ -14,7 +14,7 @@ toplevels(#20001,0)
|
||||
locations_default(#20002,#10000,1,1,1,1)
|
||||
hasLocation(#20001,#20002)
|
||||
#20003=*
|
||||
jsParseErrors(#20003,#20001,"Error: Unexpected token","")
|
||||
js_parse_errors(#20003,#20001,"Error: Unexpected token","")
|
||||
hasLocation(#20003,#20002)
|
||||
#20004=*
|
||||
lines(#20004,#20001,"if (b) {","
|
||||
|
||||
@@ -105,7 +105,7 @@ successor(#20025,#20026)
|
||||
successor(#20022,#20030)
|
||||
successor(#20028,#20021)
|
||||
#20031=*
|
||||
jsParseErrors(#20031,#20001,"Error: Unexpected assignment pattern.","(x = 0) = y
|
||||
js_parse_errors(#20031,#20001,"Error: Unexpected assignment pattern.","(x = 0) = y
|
||||
")
|
||||
hasLocation(#20031,#20007)
|
||||
#20032=*
|
||||
|
||||
@@ -90,7 +90,7 @@ successor(#20021,#20022)
|
||||
successor(#20019,#20025)
|
||||
successor(#20023,#20018)
|
||||
#20026=*
|
||||
jsParseErrors(#20026,#20001,"Error: Cannot use keyword 'class' as an identifier.","var class = 23;
|
||||
js_parse_errors(#20026,#20001,"Error: Cannot use keyword 'class' as an identifier.","var class = 23;
|
||||
")
|
||||
#20027=@"loc,{#10000},1,5,1,5"
|
||||
locations_default(#20027,#10000,1,5,1,5)
|
||||
|
||||
@@ -14,7 +14,7 @@ toplevels(#20001,0)
|
||||
locations_default(#20002,#10000,1,1,1,1)
|
||||
hasLocation(#20001,#20002)
|
||||
#20003=*
|
||||
jsParseErrors(#20003,#20001,"Error: Unexpected token","a %*= 1")
|
||||
js_parse_errors(#20003,#20001,"Error: Unexpected token","a %*= 1")
|
||||
#20004=@"loc,{#10000},1,4,1,4"
|
||||
locations_default(#20004,#10000,1,4,1,4)
|
||||
hasLocation(#20003,#20004)
|
||||
|
||||
Reference in New Issue
Block a user