swc_bundler: - Correct lca for circular dependencies. - Handle namespaced imports. (#1109) - Handle namespaced reexports. (#1110) - Handle shorthand properly. (#1111) - Implement `import.meta` (#1115) - Handle reexport mixed with imports correctly. (#1116) - Handle export default decls in computed-key modules. - Remove all export * from. output. (#1118) - Handle export of class or function declaration in a computed module properly. (#1119) swc_ecma_transforms: - Do not rename class members. (#1117)
swc_bundler: - Run fixer before returning bundles. - Fix planning of circular imports. - Support circular imports of root entries. - Remark properly while merging complex imports mixed with exports.