homunculus
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "homunculus", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -2314,3 +2314,5 @@ var IParser = require('../Parser'); | ||
} | ||
}).statics({ | ||
S: S | ||
}); | ||
module.exports = Parser; |
@@ -212,3 +212,3 @@ var Es6Parser = require('../es6/Parser'); | ||
) { | ||
if(this.look && S[this.look.type()]) { | ||
if(this.look && Es6Parser.S[this.look.type()]) { | ||
this.move(); | ||
@@ -215,0 +215,0 @@ } |
@@ -2314,3 +2314,5 @@ define(function(require, exports, module) {var IParser = require('../Parser'); | ||
} | ||
}).statics({ | ||
S: S | ||
}); | ||
module.exports = Parser;}); |
@@ -212,3 +212,3 @@ define(function(require, exports, module) {var Es6Parser = require('../es6/Parser'); | ||
) { | ||
if(this.look && S[this.look.type()]) { | ||
if(this.look && Es6Parser.S[this.look.type()]) { | ||
this.move(); | ||
@@ -215,0 +215,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19173
1229651
94