UglifyJS/lib
Mihai Bazon 7691bebea5 Rework has_directive
It's now available during tree walking, i.e. walker.has_directive("use
asm"), rather than as part of the scope.  It's thus no longer necessary
to call `figure_out_scope` before codegen.  Added special bits in the
code generator to overcome the fact that it doesn't inherit from
TreeWalker.

Fix #861
2015-11-11 22:15:25 +02:00
..
ast.js Rework has_directive 2015-11-11 22:15:25 +02:00
compress.js Rework has_directive 2015-11-11 22:15:25 +02:00
mozilla-ast.js simplify mozilla AST RegExpLiteral token parse and handle corner cases of regex.pattern better 2015-11-02 13:10:37 -05:00
output.js Rework has_directive 2015-11-11 22:15:25 +02:00
parse.js Rework has_directive 2015-11-11 22:15:25 +02:00
propmangle.js Fix mangling of property names which overwrite unmangleable properties 2015-08-05 21:18:39 +02:00
scope.js Rework has_directive 2015-11-11 22:15:25 +02:00
sourcemap.js fixes issue #621 SourceMap toString JSON format 2015-01-24 00:33:02 -08:00
transform.js Rework has_directive 2015-11-11 22:15:25 +02:00
utils.js Add property name mangler 2015-03-14 11:22:28 +02:00