We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix broken link to paper
Don't assume that "debugger" or "break" or "continue" followed by {} is a parsing error
`throw {}` is not a parse error (and already covered by unary ops)
`in` is just binary operator
delete is already covered by unaryOps
void and typeof are already covered as unaryOps
Apply ASI for yield as well
Updated design (markdown)
updating the reader
design docs
adding some design docs