homunculus
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "homunculus", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
# A lexer&parser by Javascript | ||
> `homunculus`取自`钢之炼金术师``人造人`,英语亦作`小矮人`,意指底层基石再造 | ||
@@ -3,0 +4,0 @@ [![NPM version](https://badge.fury.io/js/homunculus.png)](https://npmjs.org/package/homunculus) |
@@ -617,3 +617,3 @@ var IParser = require('../Parser'); | ||
//直接指向forbind | ||
if(['{', ']'].indexOf(token.content()) > -1) { | ||
if(['{', '['].indexOf(token.content()) > -1) { | ||
node.add( | ||
@@ -620,0 +620,0 @@ this.match(), |
@@ -618,3 +618,3 @@ define(function(require, exports, module) { | ||
//直接指向forbind | ||
if(['{', ']'].indexOf(token.content()) > -1) { | ||
if(['{', '['].indexOf(token.content()) > -1) { | ||
node.add( | ||
@@ -621,0 +621,0 @@ this.match(), |
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
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
71
126
465840