swc/ecmascript
강동윤 9879fa59c8
bundler: fix bugs (#1105)
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)
2020-10-02 11:07:40 +09:00
..
ast Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
codegen Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
dep-graph Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
ext-transforms Fix jest extension (#1106) 2020-09-24 19:49:12 +09:00
jsdoc bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
parser Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
preset_env Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
utils Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
visit Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
Cargo.toml bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00