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