phoenix-ru / fervid

All-in-One Vue compiler written in Rust
https://phoenix-ru.github.io/fervid/
Apache License 2.0
371 stars 9 forks source link

Support auto-imports (components and symbols) #24

Open phoenix-ru opened 6 months ago

phoenix-ru commented 6 months ago

To avoid extra overhead of using unimport in js side, most of the component and directive resolutions can happen in the Rust side.