mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
AST cleanup; Definition generators scaffolding
This commit is contained in:
@ -5,8 +5,8 @@ var noRe = !/(abc)\//i;
|
||||
/(abc)\//iig;
|
||||
/(abc)\//iX;
|
||||
false && /abc/gX.test(someString) || true;
|
||||
// ERROR 1161: "Unterminated regular expression literal." in regexp.ts @ 75,76
|
||||
// ERROR 1005: "'/' expected." in regexp.ts @ 74,76
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts @ 95,98
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts @ 111,113
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts @ 131,133
|
||||
// ERROR 1161: "Unterminated regular expression literal." in regexp.ts:5:1
|
||||
// ERROR 1005: "'/' expected." in regexp.ts:5:0
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts:8:9
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts:9:9
|
||||
// ERROR 209: "Invalid regular expression flags." in regexp.ts:10:14
|
||||
|
Reference in New Issue
Block a user