Fast flexible object-based node parser - built ontop of bun - useful for html manipulation
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Fixed child issue if child is undefined, added setContent method
0d384adView on GitHubmake sure to reupdate html when child is removed, remove ref attribute in props due to it being undefined
eb41f26View on GitHubFixed various issues like if props was null it will not grab children that has been resolved
05f8b25View on GitHubUse class for better tracking, added string parsing to dom nodes
78d4f8cView on GitHubFix issue where - children where not prepended on root element
e5c054aView on GitHubFix so that children pertain their given html contents/children
e642beaView on GitHub