aboutsummaryrefslogtreecommitdiff
path: root/lib/utils.js
AgeCommit message (Expand)Author
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
2012-09-26compressor successfully moved to TreeTransformerMihai Bazon
2012-09-23properly drop mutually-referring declarations that are not otherwise...Mihai Bazon
2012-09-16rewrite handle_if_return...Mihai Bazon
2012-09-12more AST_If optimizationsMihai Bazon
2012-09-11fixed some mess with symbols/scope...Mihai Bazon
2012-09-10adaptive base54 digits depending on char frequency (WIP)Mihai Bazon
2012-09-10more progress on the compressor (WIP)Mihai Bazon
2012-09-04checkpointMihai Bazon
2012-09-03Reverting "minor perf. improvements"...Mihai Bazon
2012-09-02minor perf. improvementsMihai Bazon
2012-08-27update (c) yearsMihai Bazon
2012-08-22added licenseMihai Bazon
2012-08-20added mangler and other stuffMihai Bazon
2012-08-20doc (WIP)Mihai Bazon
2012-08-19simple visitor API and code to figure out scope and referencesMihai Bazon
2012-06-03WIPMihai Bazon
2012-05-27init repoMihai Bazon