Comparing version 0.6.10 to 0.6.11
{ | ||
"name": "jsdc", | ||
"version": "0.6.10", | ||
"version": "0.6.11", | ||
"description": "compiler ecmascript6 to ecmascript5", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -164,2 +164,5 @@ var homunculus = require('homunculus'); | ||
} | ||
else { | ||
this.jsdc.appendBefore(';'); | ||
} | ||
} | ||
@@ -209,2 +212,5 @@ } | ||
} | ||
else { | ||
this.jsdc.appendBefore(';'); | ||
} | ||
} | ||
@@ -211,0 +217,0 @@ } |
@@ -164,2 +164,5 @@ define(function(require, exports, module){var homunculus = require('homunculus'); | ||
} | ||
else { | ||
this.jsdc.appendBefore(';'); | ||
} | ||
} | ||
@@ -209,2 +212,5 @@ } | ||
} | ||
else { | ||
this.jsdc.appendBefore(';'); | ||
} | ||
} | ||
@@ -211,0 +217,0 @@ } |
Sorry, the diff of this file is not supported yet
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
352241
8277