8000 GitHub - dcmox/lexy: Lexy is an HTML analysis tool designed for the Moxy Framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dcmox/lexy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lexy is an HTML analysis tool designed for the Moxy Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0