prettier-plugin-void-html icon indicating copy to clipboard operation
prettier-plugin-void-html copied to clipboard

Consider using htmlparser2 & domhandler

Open awmottaz opened this issue 5 months ago • 0 comments

The implementation of this plugin is based on augmenting the built-in Prettier parser and printing logic. But this has limitations.

Look into using a more "from-scratch" implementation by using htmlparser2 for parsing and domhandler.

awmottaz avatar Jun 21 '25 02:06 awmottaz