wooorm / mdxjs-rs

Compile MDX to JavaScript in Rust
https://docs.rs/mdxjs/
MIT License
429 stars 14 forks source link

Update `swc_core` to `v5` #57

Closed kdy1 closed 1 week ago

kdy1 commented 1 week ago

analysis_source_file change, which made me bump swc_core from v3 to v4, is now reverted with https://github.com/swc-project/swc/pull/9717 because it broke Wasm plugins.

wooorm commented 1 week ago

Released in https://github.com/wooorm/mdxjs-rs/releases/tag/0.2.13!

kdy1 commented 1 week ago

Thank you!