Major Changes
- 88e0761: Rewritten dependecny tree processing with support for wildcard re-exports.
- cb853e1: All processing stages were merged into one generators-based processor. It allows the implementation of more complex workflows to support features like dynamic imports and re-exports.
Minor Changes
- 9cb4143: Refactoring of the 1st stage of transformation. It opens the road to processing wildcard reexports.