aboutsummaryrefslogtreecommitdiff
path: root/lib/utils.js
AgeCommit message (Expand)Author
2021-02-27fix corner cases with `export` (#4699)...Alex Lam S.L
2021-02-15support `export` statements (#4650)Alex Lam S.L
2021-02-01support template literals (#4601)Alex Lam S.L
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-10-27improve warnings (#4247)...Alex Lam S.L
2020-08-25minor clean up (#4069)Alex Lam S.L
2020-05-09implement AST validation (#3863)Alex Lam S.L
2020-05-05update links to repository after rename (#3847)Alex Lam S.L
2020-04-18report top-level default options (#3797)Alex Lam S.L
2020-04-17suppress mutation of input `options` (#3785)Alex Lam S.L
2020-04-11fix corner case in `inline` (#3778)...Alex Lam S.L
2020-03-21fix corner case in `evaluate` & `ie8` (#3751)...Alex Lam S.L
2020-02-06export missing API for AST manipulation (#3707)Alex Lam S.L
2019-10-20minor tweaks (#3502)Alex Lam S.L
2019-04-30unify logging functionality (#3392)...Alex Lam S.L
2018-07-19fix corner case in `ie8` (#3216)...Alex Lam S.L
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-06-24enhance `arguments` (#3193)...Alex Lam S.L
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-04-27improve general performance (#3104)Alex Lam S.L
2018-04-03improve performance through `makePredicate()` (#3048)Alex Lam S.L
2018-01-17fix `AST_Scope.clone()` (#2803)...Alex Lam S.L
2017-12-22make comments output more robust (#2633)...Alex Lam S.L
2017-12-11remove unused code (#2579)...Alex Lam S.L
2017-06-03clean up `lib/parse.js` (#2047)...Alex Lam S.L
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2017-03-15fix `AST_Node.optimize()` (#1602)...Alex Lam S.L
2017-03-01fix crash on missing `props` to `string_template()` (#1523)...Alex Lam S.L
2017-02-27improve error messages (#1506)...Alex Lam S.L
2017-02-21clean up `negate_iife`...alexlamsl
2016-11-29Do not overwrite options.comments + cleanupAnthony Van de Gejuchte
2016-06-30Various LineTerminator changes...Anthony Van de Gejuchte
2016-04-07Simplify member(name, array) implementation.kzc
2016-04-07Avoid using inherited hasOwnProperty...Mihai Bazon
2015-03-14Add property name mangler...Mihai Bazon
2013-12-10semicolonsMihai Bazon
2013-12-10Merge pull request #245 from ForbesLindesay/patch-1...Mihai Bazon
2013-11-28Add --noerr to turn off argument name checking...Mihai Bazon
2013-07-22Make `DefaultsError` a real `Error` objectForbes Lindesay
2013-05-14Only compress code in `new Function` if all arguments are strings.Mihai Bazon
2012-12-05When hoisting variables, try to merge in assignments that follow.Mihai Bazon
2012-11-06add option to mangle names even if eval/with is in use...Mihai Bazon
2012-11-02use a Dictionary object instead of plain object for hashes...Mihai Bazon
2012-10-18more optimizations for some break/continue casesMihai Bazon
2012-10-11stealing more hacks from acorn in the name of speedMihai Bazon
2012-10-11using makeComparator from acorn to generate functions that tests whether a...Mihai Bazon
2012-10-11cleanup...Mihai Bazon
2012-10-02"use strict";Mihai Bazon
2012-10-02a shy attempt to obey `width` in the beautifier; added `bracketize` option to...Mihai Bazon