tiny-html-lexer
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
@@ -5,6 +5,8 @@ const log = console.log.bind (console) | ||
const version = '1.0.0-rc.2' | ||
const version = '1.0.0-rc.3' | ||
const tags = tokens | ||
function tokens (input, { parseNamedCharRef = parseNamedCharRef } = { }) { | ||
const parseNamed = parseNamedCharRef | ||
function tokens (input, { parseNamedCharRef = parseNamed } = { }) { | ||
const lexer = chunks (input) | ||
@@ -11,0 +13,0 @@ const builder = new TokenBuilder ({ parseNamedCharRef }) |
{ | ||
"name": "tiny-html-lexer", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.3", | ||
"description": "A tiny HTML5 lexer", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -170,2 +170,6 @@ A Tiny HTML5 lexer | ||
### 1.0.0-rc.3 | ||
- Fix a clumsy mistake with passing default prameters that caused the tokens generator to not work. | ||
### 1.0.0-rc.2 | ||
@@ -172,0 +176,0 @@ |
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
39632
710
238