You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran a fuzzer for a while and found the following cases which are incorrectly rejected. Other than the first two they don't make sense as programs, although that's mostly because I've tried to reduce them as much as possible.
Let me know if you would prefer that I not file bugs found with a fuzzer.
async(0,...a)
exportdefaultasync=null
(classextendsasyncfunction(){}{})
let[{}=class{}]=null
a[{...()=>{}}.m()]
--{_:()=>null}._
(class{staticget[()=>null](){}}())
The text was updated successfully, but these errors were encountered:
Hi @bakkot. I very much appreciate these tips. Thank you.
I can't promise a turn-around time for this. I assume it isn't blocking you.
But I do want to try and resolve these cases sooner or later. And if you find more I definitely don't mind you posting them here.
From the top of my head I can't remember whether an arrow is a valid spread argument. The other cases look legit at first sight. Should be interesting to figure out why Tenko rejects them anyways.
I ran a fuzzer for a while and found the following cases which are incorrectly rejected. Other than the first two they don't make sense as programs, although that's mostly because I've tried to reduce them as much as possible.
Let me know if you would prefer that I not file bugs found with a fuzzer.
The text was updated successfully, but these errors were encountered: