feat: Support for jsxDEV() in the JSX runtime, enabling compatibility with dev-mode JSX emit in Bun and modern bundlers. This ensures TriFrost works seamlessly when jsx: react-jsx is enabled, and eliminates the need for manual path shimming or env overrides. The jsxDEV() function internally aliases jsx(), discarding extra dev-only parameters (_source, _self, etc) for now.