apparently
if (x === void 0) { // parse error here
//
}
is valid Javascript. Who knew? https://stackoverflow.com/questions/7452341/what-does-void-0-mean
sgrep currently throws an AstGenericError for this case
https://github.com/denysdovhan/wtfjs is a good source of test cases / patterns we should write
@DrewDennison I just checked and it looks like we pass all those cases.
Most helpful comment
@DrewDennison I just checked and it looks like we pass all those cases.