Skip to content

Commit

Permalink
Link to Bun's experimental CSS parser
Browse files Browse the repository at this point in the history
Could be handy to use alongside with my `DOMParser` implementation.
  • Loading branch information
TomasHubelbauer committed Oct 8, 2024
1 parent 1e518c9 commit 26ae2e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ state; perhaps during the next Browser Jam, more improvements will be delivered.

As in https://github.com/TomasHubelbauer/bun-domparser.

### Look into using Bun's experimental CSS parser

https://bun.sh/blog/bun-v1.1.30#experimental-css-parsing-bundling

### Improve the HTML parser to not set a node as `cursor` until fully closed

Right now, I'm materializing nodes the moment their opening tag finishes parsing
Expand Down

0 comments on commit 26ae2e0

Please sign in to comment.