elysiajs / elysia-html

A plugin for Elysia that add support for returning html
MIT License
25 stars 18 forks source link

Fix: #91 - Restructure the Html Object #92

Closed x4132 closed 3 months ago

x4132 commented 3 months ago

Fix for: https://github.com/elysiajs/elysia-html/issues/91 This commit restructures/creates the Html Object from destructured @kitajs/html exports. Not sure why they removed it.

Not sure if this is optimal performance-wise, but it passes all tests and builds correctly.

indrazm commented 3 months ago

Nice! waiting this for release.

x4132 commented 3 months ago

Fix Unnecessary as @kitajs/html 4.2.1 fixes the issue already.