Age | Commit message (Expand) | Author |
---|---|---|
2021-08-20 | fix corner cases in `optional_chains` (#5110) | Alex Lam S.L |
2021-05-03 | support optional chaining operator (#4899) | Alex Lam S.L |
2021-04-07 | reject invalid `for await` syntax (#4847) | Alex Lam S.L |
2021-02-10 | reject invalid `for...of` syntax (#4632) | Alex Lam S.L |
2020-12-20 | parse destructuring under strict mode correctly (#4429) | Alex Lam S.L |
2020-08-17 | reject multiple `default`s in `switch` (#4053) | Alex Lam S.L |
2017-06-23 | fix for-in loop parsing (#2144) | Alex Lam S.L |
2017-05-15 | improve keyword-related parser errors (#1941) | Alex Lam S.L |
2017-05-12 | remove support for `const` (#1910) | Alex Lam S.L |
2017-04-23 | improve parser under "use strict" (#1836) | Alex Lam S.L |
2017-04-19 | fix parser bugs & CLI reporting (#1827) | Alex Lam S.L |
2017-03-24 | fix expect_stdout (#1642) | Alex Lam S.L |
2017-03-10 | Correctly raise a parse exception with a missing loop body (#1585) | Michael Mior |
2017-02-27 | improve error messages (#1506) | Alex Lam S.L |