homunculus
Advanced tools
Comparing version 0.2.7-2 to 0.2.7-3
{ | ||
"name": "homunculus", | ||
"version": "0.2.7-2", | ||
"version": "0.2.7-3", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -283,2 +283,4 @@ var IParser = require('../Parser'); | ||
return this.classdecl(); | ||
default: | ||
this.error(); | ||
} | ||
@@ -285,0 +287,0 @@ }, |
@@ -284,2 +284,4 @@ define(function(require, exports, module) { | ||
return this.classdecl(); | ||
default: | ||
this.error(); | ||
} | ||
@@ -286,0 +288,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
1286662
32481