Qwik Optimizer remake
DISCLAIMER: This is very much a work in progress so expect this space to change a lot.
This is a ground up re-implementation of the original Qwik Optimzer.
The decision was made to mover from SWC to Oxide as the foundation for the Qwik Optimizer.
In the process of doing this, we hope to make the internal Qwik Optimizer more modular and to be more idiomatic Rust.
This is a collection of common types and traits that are used throughout the Qwik Optimizer.
This module currently contains metadata info for components.
Not much save for the unit tests.
cargo test