CHANGES:
- Static HTML optimization: elements with static content are now pre-rendered at compile time for ~10x faster rendering (@davesnx)
- Add
-disable-static-optflag to disable static HTML optimization (useJSX.nodefor all elements) (@davesnx) - [BREAKING] Remove
JSX.Debugmodule (the opaqueJSX.elementtype is no longer inspectable) (@davesnx)