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

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

View File

@@ -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) {","

View File

@@ -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=*

View File

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

View File

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