mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 22:21:50 +00:00
Reduce unnecessary diagnostic noise
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
/(abc)\//;
|
||||
var re = /(abc)\//ig;
|
||||
var noRe = !/(abc)\//i;
|
||||
b / ig;
|
||||
/(abc)\//iig;
|
||||
/(abc)\//iX;
|
||||
false && /abc/gX.test(someString) || true;
|
||||
|
Reference in New Issue
Block a user