aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Expand)Author
2017-02-21improve `--beautify bracketize`...alexlamsl
2017-02-21enhance `global_defs`...alexlamsl
2017-02-18Improve optimizing `function() { if(c){return foo} bar();}`...Anthony Van de Gejuchte
2017-01-26fix mangling collision with keep_fnames (#1431)...Alex Lam S.L
2016-11-29Generate source map data from normalized files...Martijn Swaagman
2016-11-29feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...1111hui
2016-11-29Do not overwrite options.comments + cleanupAnthony Van de Gejuchte
2016-10-27Pass mangle options to figure_out_scope before mangling in testsAnthony Van de Gejuchte
2016-10-23Don't filter shebangs when using the 'some' comment filter...Anthony Van de Gejuchte
2016-10-23fix uses_arguments handling (broken since 6605d1578351)...Jann Horn
2016-10-23Add an option for writing inline source mappengzhenqing
2016-09-06Make all comment options in cli available in js api...Anthony Van de Gejuchte
2016-08-14Add input file glob support to minify()kzc
2016-08-14Moved test input files to test/input.Lucas Wiener
2016-08-14Added test for #1236Lucas Wiener
2016-07-21Legacy octal integer strict mode fixesAnthony Van de Gejuchte
2016-07-17lib/sourcemap.js: Copy sourceContent from old souce-map to the new source-map...Lauri Pokka
2016-07-04Backport mocha with test from harmonyAnthony Van de Gejuchte
2016-07-03Don't convert all strings to directives from moz-astAnthony Van de Gejuchte
2016-07-01Introduce a test that tests the --self buildRichard van Velzen
2016-06-30Allow input files to be map (url->filename)Geraint
2016-06-30Various LineTerminator changes...Anthony Van de Gejuchte
2016-06-30Fix spidermonkey AST (ESTree) export and import, Array holes...kzc
2016-06-30Move OctalEscapeSequence to read_escape_char...Anthony Van de Gejuchte
2016-06-20Keep master in sync with harmony...Anthony Van de Gejuchte
2016-06-19Respect quote style in object literals...Shrey Banga
2016-06-19Normalize error messagesAnthony Van de Gejuchte
2016-06-19Don't mix strings with directives in output...Anthony Van de Gejuchte
2016-06-12Re-add parens after new expression in beautify modeAnthony Van de Gejuchte
2016-06-12Don't allow with statements in strict modeAnthony Van de Gejuchte
2016-06-12Stop dropping args in new expressionsAnthony Van de Gejuchte
2016-06-12Fix octal string strict mode testsRichard van Velzen
2016-06-12Throw errors in strict mode for octal strings...Anthony Van de Gejuchte
2016-06-08Fix uglify attempting to rewrite invalid new expressionsAnthony Van de Gejuchte
2016-06-05Do not allow newlines in regexAnthony Van de Gejuchte
2016-05-04Retain comments before AST_Constants during mangle.kzc
2016-05-04Handle CR line endings in comments....kzc
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-04-16Parse comments without recursion to avoid RangeError....kzc
2016-03-15Attempt to increase timeout for mocha let test.kzc
2016-03-15Do not produce `let` as a variable name in mangle....kzc
2016-01-19Allow operator names as getters/setters...Anthony Van de Gejuchte
2016-01-19Add some tests for comment-filters through api...Anthony Van de Gejuchte
2016-01-15Make arguments test slightly more strictAnthony Van de Gejuchte
2016-01-14Add scope test for argumentsAnthony Van de Gejuchte
2016-01-13Add test case for line continuationAnthony Van de Gejuchte
2015-12-27Add mocha testsAnthony Van de Gejuchte