pvdz / tenko

An 100% spec compliant ES2021 JavaScript parser written in JS

Home Page:https://pvdz.github.io/tenko/repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement final optional chaining estree spec

pvdz opened this issue · comments

Current parsing of optional chaining appears to be buggy in some cases. And I see that estree finally settled on a spec for it so I should update Tenko to conform accordingly.

Implemented in 147bcc0