UglifyJS/test
kzc 1e51586996 Support marking a call as pure
A function call or IIFE with an immediately preceding comment
containing `@__PURE__` or `#__PURE__` is deemed to be a
side-effect-free pure function call and can potentially be
dropped.

Depends on `side_effects` option.

`[#@]__PURE__` hint will be removed from comment when pure
call is dropped.

fixes #1261
closes #1448
2017-02-21 14:24:18 +08:00
..
compress Support marking a call as pure 2017-02-21 14:24:18 +08:00
input improve --beautify bracketize 2017-02-21 13:29:58 +08:00
mocha Support marking a call as pure 2017-02-21 14:24:18 +08:00
benchmark.js add benchmark & JetStream tests 2017-02-21 13:29:58 +08:00
jetstream.js add benchmark & JetStream tests 2017-02-21 13:29:58 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
run-tests.js fix duplicated test names 2017-02-21 13:29:58 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00