lukeed / tempura

A light, crispy, and delicious template engine 🍤

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert to string concatenation

lukeed opened this issue · comments

Made the code generation messier, but regains the ~8% performance hit that tempura Compilers are currently taking.

Also might be for nothing, since most minifiers (esbuild, terser) will just squash the transform() output back into a template literal string anyway.