Comparing version 2.19.2 to 2.19.3
@@ -359,3 +359,3 @@ (function(root, factory) { | ||
.map(function(state) { | ||
return this.buildFirstStateStack(state, []); | ||
return this.buildFirstStateStack(state, []) || [state]; | ||
}, this); | ||
@@ -362,0 +362,0 @@ // Display each state that is expecting a terminal symbol next. |
{ | ||
"name": "nearley", | ||
"version": "2.19.2", | ||
"version": "2.19.3", | ||
"description": "Simple, fast, powerful parser toolkit for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nearley.js", |
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
72126