@hammad.fauz/parser
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -252,3 +252,7 @@ 'use strict'; | ||
} else { | ||
this.wordToken[Token.VALUE_ID] += getChar(charCode); | ||
if (this.wordToken[Token.VALUE_ID]) { | ||
this.wordToken[Token.VALUE_ID] += getChar(charCode); | ||
}else{ | ||
this.wordToken = this.createWordToken(getChar(charCode),0,0); | ||
} | ||
} | ||
@@ -255,0 +259,0 @@ |
{ | ||
"name": "@hammad.fauz/parser", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Fast, flexible, and lean implementation of BBcode parser", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/hammadfauz/bbparser.git", |
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
29256
821