v0.5.4
- Handle
export default <expression>in bundler — emitsvar _default = <expr>instead of dropping the expression. Fixes Vue SFC compiled output losing the component object. - Fix
export { local as default }producingvar default = local(from v0.5.3)
Full changelog: https://github.com/elixir-volt/oxc_ex/blob/master/CHANGELOG.md