homunculus
Advanced tools
Comparing version 0.2.6-4 to 0.2.6-5
{ | ||
"name": "homunculus", | ||
"version": "0.2.6-4", | ||
"version": "0.2.6-5", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -1967,3 +1967,3 @@ var IParser = require('../Parser'); | ||
} | ||
if(this.look.content() == '...') { | ||
if(this.look && this.look.content() == '...') { | ||
node.add(this.spread(noIn, noOf)); | ||
@@ -1970,0 +1970,0 @@ } |
@@ -1968,3 +1968,3 @@ define(function(require, exports, module) { | ||
} | ||
if(this.look.content() == '...') { | ||
if(this.look && this.look.content() == '...') { | ||
node.add(this.spread(noIn, noOf)); | ||
@@ -1971,0 +1971,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
1285078
32465