fix: strip export syntax from .mjs before global eval in QuickJS
Module eval scopes variables making lifecycle functions inaccessible.
Instead, strip export statements (export { ... } and export keyword)
from the source and eval as global script. Re-enable JS bridge.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>