npm.io
1.0.0 • Published 6 years ago

@dcmox/lexy

Licence
Apache-2.0
Version
1.0.0
Deps
1
Size
26 kB
Vulns
0
Weekly
0

lexy

Lexy is an HTML lexer that can break down an HTML document into a tree-like structure and find parsing errors (unclosed/closed tags that are missing) and suggest hints at what might be wrong.

Use

const LexyScan = require('@dcmox/lexy').LexyScan

const lexy = new LexyScan(doc)
console.log(JSON.stringify(lexy.scan(), null, 2))

Example output

LexyScan

Keywords