Don't mix strings with directives in output
authorAnthony Van de Gejuchte <anthonyvdgent@gmail.com>
Mon, 13 Jun 2016 19:11:08 +0000 (21:11 +0200)
committerRichard van Velzen <rvanvelzen1@gmail.com>
Sun, 19 Jun 2016 18:59:17 +0000 (20:59 +0200)
commit2149bfb7071dedbcd42d2e245bb9c2f6b41a43bc
tree0d389df29100365c26b97224ba436c5b0dbd222c
parentd7971ba0e439eb042fd880762bc7fa77ce1f3e73
Don't mix strings with directives in output

 * Don't interpret strings with escaped content as directive
 * Don't interpret strings after empty statement as directive
 * Adapt output to prevent strings being represent as directive
 * Introduce UGLIFY_DEBUG to allow internal testing like EXPECT_DIRECTIVE
README.md
lib/output.js
lib/parse.js
test/mocha/directives.js
test/mocha/string-literal.js
test/run-tests.js
tools/exports.js
tools/node.js