uglify-js
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -173,2 +173,3 @@ /*********************************************************************** | ||
if (i == 0) return false; | ||
if (is_digit(str.charCodeAt(0))) return false; | ||
while (--i >= 0) { | ||
@@ -175,0 +176,0 @@ if (!is_identifier_char(str.charAt(i))) |
@@ -47,3 +47,2 @@ /*********************************************************************** | ||
// Tree transformer helpers. | ||
// XXX: eventually I should refactor the compressor to use this infrastructure. | ||
@@ -50,0 +49,0 @@ function TreeTransformer(before, after) { |
@@ -6,3 +6,3 @@ { | ||
"main": "tools/node.js", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"engines": { "node" : ">=0.4.0" }, | ||
@@ -9,0 +9,0 @@ "maintainers": [{ |
UglifyJS 2 | ||
========== | ||
[![Build Status](https://travis-ci.org/mishoo/UglifyJS2.png)](https://travis-ci.org/mishoo/UglifyJS2) | ||
@@ -4,0 +5,0 @@ UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit. |
@@ -23,2 +23,3 @@ keep_properties: { | ||
a[""] = "whitespace"; | ||
a["1_1"] = "foo"; | ||
} | ||
@@ -31,2 +32,3 @@ expect: { | ||
a[""] = "whitespace"; | ||
a["1_1"] = "foo"; | ||
} | ||
@@ -33,0 +35,0 @@ } |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
334899
35
8100
585