mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
Reduce unnecessary diagnostic noise
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
;
|
||||
;
|
||||
a;
|
||||
from;
|
||||
"./other";
|
||||
@ -8,5 +7,3 @@ do {
|
||||
} while (false);
|
||||
// ERROR 1003: "Identifier expected." in continue-on-error.ts @ 0,3
|
||||
// ERROR 1005: "'(' expected." in continue-on-error.ts @ 5,10
|
||||
// ERROR 1005: "'(' expected." in continue-on-error.ts @ 11,14
|
||||
// ERROR 1003: "Identifier expected." in continue-on-error.ts @ 15,18
|
||||
|
Reference in New Issue
Block a user