Comparing version 0.1.4 to 0.1.5
@@ -0,0 +0,0 @@ (function() { |
{ | ||
"name": "jsdc", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "transform ecmascript6 to ecmascript5", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -985,5 +985,2 @@ var Class = require('../util/Class'), | ||
} | ||
if(this.look.content() == 'function') { | ||
return this.fnexpr(); | ||
} | ||
var prmrexpr = this.prmrexpr(); | ||
@@ -1053,2 +1050,4 @@ function goOn() { | ||
switch(this.look.content()) { | ||
case 'function': | ||
return this.fnexpr(); | ||
case 'this': | ||
@@ -1055,0 +1054,0 @@ case 'null': |
@@ -0,0 +0,0 @@ var jsdc = require('../server/jsdc'); |
@@ -986,5 +986,2 @@ define(function(require, exports, module) { | ||
} | ||
if(this.look.content() == 'function') { | ||
return this.fnexpr(); | ||
} | ||
var prmrexpr = this.prmrexpr(); | ||
@@ -1054,2 +1051,4 @@ function goOn() { | ||
switch(this.look.content()) { | ||
case 'function': | ||
return this.fnexpr(); | ||
case 'this': | ||
@@ -1056,0 +1055,0 @@ case 'null': |
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
536825
14436