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.
- ae162f4: babelrc should not be used for preeval transformations (fixes #1308)
Patch Changes
- b3ef8c1: fix: add support for params in dynamic imports
- f8b9bff: Improved exports finder so it works with pure TS files and better detects transpiled reexports.
- 6390233: The exports finder didn't support enums that were transpiled to esm by tsc. Fixed.
- aa10045: In some cases, an asynchronous resolver could cause race conditions. Fixed.
- 2a1e24a: Upgrade TypeScript to 5.2
- 16320d7: Prototype methods assignments cannot be deleted safely, so it is replaced with a dummy function.
- Updated dependencies [9cb4143]
- Updated dependencies [88e0761]
- Updated dependencies [9bb782d]
- Updated dependencies [2a1e24a]
- Updated dependencies [cb853e1]
- @linaria/logger@5.0.0