jsdoc-baseline icon indicating copy to clipboard operation
jsdoc-baseline copied to clipboard

Try using another tool to prettify HTML

Open hegemonic opened this issue 8 years ago • 1 comments

Our current HTML minifier is extremely slow. We should try replacing it with prettydiff or clean-html to see if it's any faster.

Another option I found is reshape/beautify, but it requires Node.js 6+, and I'd prefer to retain Node.js 4+ compatibility for now.

hegemonic avatar Jul 09 '17 23:07 hegemonic

Is prettifying generated source code necessary?

ProLoser avatar Mar 29 '18 20:03 ProLoser

We now use Prettier.

hegemonic avatar Dec 03 '23 23:12 hegemonic