aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Expand)Author
2021-02-15support `export` statements (#4650)Alex Lam S.L
2021-02-14support `import` statements (#4646)Alex Lam S.L
2021-02-14improve fix for #4325 (#4649)Alex Lam S.L
2021-02-13avoid false positive in `--reduce-test` (#4648)Alex Lam S.L
2021-02-10reject invalid `for...of` syntax (#4632)Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08support generator functions (#4620)Alex Lam S.L
2021-02-01introduce `templates` (#4603)Alex Lam S.L
2021-02-01support template literals (#4601)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2021-01-19Fix overwriting existing sourcesContent in sourcemaps (#4567)Jimb Esser
2021-01-07implement `UGLIFY_BUG_REPORT` (#4516)Alex Lam S.L
2021-01-03suppress invalid AST transform in `--reduce-test` (#4498)Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-24support default values (#4442)Alex Lam S.L
2020-12-23fix corner case when parsing expression (#4435)Alex Lam S.L
2020-12-20parse destructuring under strict mode correctly (#4429)Alex Lam S.L
2020-12-20handle destructuring `catch` in `--reduce-test` (#4427)Alex Lam S.L
2020-12-08forbid `AST_Await` in computed function arguments (#4352)...Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L
2020-11-08support computed property name in object literal (#4268)Alex Lam S.L
2020-10-19extend support for Unicode (#4228)Alex Lam S.L
2020-10-05retrofit `AST_BlockStatement` as block-scoped (#4177)Alex Lam S.L
2020-10-05extend support for numeral literals (#4176)Alex Lam S.L
2020-09-03enhance `join_vars` (#4089)Alex Lam S.L
2020-08-17reject multiple `default`s in `switch` (#4053)...Alex Lam S.L
2020-06-10fix corner case in `--reduce-test` (#3985)Alex Lam S.L
2020-06-08fix corner cases related to `in` (#3964)Alex Lam S.L
2020-06-07parse command line internally (#3961)Alex Lam S.L
2020-04-25fix corner case in `--reduce-test` (#3819)Alex Lam S.L
2020-04-25improve `--reduce-test` on `Error.message` (#3816)...Alex Lam S.L
2020-04-17suppress mutation of input `options` (#3785)Alex Lam S.L
2020-04-17support optional output of `names` in source maps (#3784)Alex Lam S.L
2020-04-16improve source-map generation (#3782)...Alex Lam S.L
2020-04-15prevent input source map mutation (#3781)...Alex Lam S.L
2020-04-14expand testing on Node.js versions (#3779)Alex Lam S.L
2020-04-10enhance `inline` (#3767)Alex Lam S.L
2020-04-05enhance `inline` (#3760)Alex Lam S.L
2020-03-28handle `source-map` operations internally (#3754)Alex Lam S.L
2020-03-21fix line accounting in multi-line strings (#3752)...Alex Lam S.L
2020-03-21improve `--reduce-test` (#3742)...Alex Lam S.L
2020-03-01avoid reducing setter argument (#3737)Alex Lam S.L
2020-02-29detect `toplevel` option properly (#3735)...Alex Lam S.L
2020-02-17speed up `--reduce-test` (#3726)...Alex Lam S.L
2020-02-14improve `--reduce-test` (#3719)...Alex Lam S.L
2020-02-12increase mocha `--reduce-test` timeout (#3715)Alex Lam S.L
2020-02-09add test for `--reduce-test` (#3712)Alex Lam S.L
2020-02-09improve `test/reduce` (#3710)...Alex Lam S.L
2020-02-07fix corner cases in `test/reduce` (#3709)Alex Lam S.L
2020-01-08introduce `--output-opts` CLI option (#3678)...Alex Lam S.L