@bbob/parser
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,2 +0,2 @@ | ||
const Tokenizer = require('./Tokenizer'); | ||
const createLexer = require('./lexer'); | ||
const TagNode = require('@bbob/plugin-helper/lib/TagNode'); | ||
@@ -31,3 +31,3 @@ | ||
const createTokenizer = (input, onToken) => new Tokenizer(input, { onToken }); | ||
const createTokenizer = (input, onToken) => createLexer(input, { onToken }); | ||
@@ -34,0 +34,0 @@ /** |
{ | ||
"name": "@bbob/parser", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Fast, flexible, and lean implementation of BBcode parser", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/JiLiZART/bbob", |
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
15806
453