Comparing version 0.4.9 to 0.4.10
{ | ||
"name": "jsdc", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "compiler ecmascript6 to ecmascript5", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -126,3 +126,3 @@ var homunculus = require('homunculus'); | ||
this.jsdc.append(temp + '.push(' + temp2 + '.value' + ')'); | ||
this.jsdc.append('return ' + temp + '}())'); | ||
this.jsdc.append(';return ' + temp + '}())'); | ||
if(o.needTemp) { | ||
@@ -129,0 +129,0 @@ //主表达式中含有生成的对象,不是直接引用 |
@@ -127,3 +127,3 @@ define(function(require, exports, module) { | ||
this.jsdc.append(temp + '.push(' + temp2 + '.value' + ')'); | ||
this.jsdc.append('return ' + temp + '}())'); | ||
this.jsdc.append(';return ' + temp + '}())'); | ||
if(o.needTemp) { | ||
@@ -130,0 +130,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
317525
56
7357