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 `v0.79.x` #32

Closed kdy1 closed 1 year ago

kdy1 commented 1 year ago

As documented in https://swc.rs/docs/plugin/selecting-swc-core, I needed to modify AST definition because of await using foo = init

wooorm commented 1 year ago

Released, thanks!