homunculus
Advanced tools
Comparing version 0.2.6-2 to 0.2.6-3
{ | ||
"name": "homunculus", | ||
"version": "0.2.6-2", | ||
"version": "0.2.6-3", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -450,3 +450,3 @@ var IParser = require('../Parser'); | ||
} | ||
if(this.look.content() == '...') { | ||
if(this.look && this.look.content() == '...') { | ||
node.add(this.bindrest()); | ||
@@ -453,0 +453,0 @@ } |
@@ -451,3 +451,3 @@ define(function(require, exports, module) { | ||
} | ||
if(this.look.content() == '...') { | ||
if(this.look && this.look.content() == '...') { | ||
node.add(this.bindrest()); | ||
@@ -454,0 +454,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
1284918
32461