- Fixed CommonJS/ESM interop issues, preserving live bindings and prioritizing .mjs/.mts extensions when no extension is specified.
- Resolved template literal parsing assertion crash and prevented build errors for try/require patterns, handling them at runtime.
- Enabled top‑level await in browser targets (runtime‑only), noting undefined behavior when combined with module.exports.