Skip to content
/ lexy Public

Lexy is an HTML analysis tool designed for the Moxy Framework

License

Notifications You must be signed in to change notification settings

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