homunculus
Advanced tools
Comparing version 0.2.7-3 to 0.2.7-4
{ | ||
"name": "homunculus", | ||
"version": "0.2.7-3", | ||
"version": "0.2.7-4", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -1226,2 +1226,3 @@ var IParser = require('../Parser'); | ||
&& this.look.content() == '=>' | ||
&& this.hasMoveLine == false | ||
&& cndt.name() == Node.PRMREXPR | ||
@@ -1228,0 +1229,0 @@ && cndt.size() == 1 |
@@ -1227,2 +1227,3 @@ define(function(require, exports, module) { | ||
&& this.look.content() == '=>' | ||
&& this.hasMoveLine == false | ||
&& cndt.name() == Node.PRMREXPR | ||
@@ -1229,0 +1230,0 @@ && cndt.size() == 1 |
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
1286981
32489