swc/spack/tests/pass
강동윤 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
..
alias codegen: Preserve quotes (#911) 2020-07-28 21:56:19 +09:00
basic swc_bundler (#943) 2020-08-12 22:18:47 +09:00
circular Fix swc_bundler (#1075) 2020-09-16 18:28:10 +09:00
cjs Fix spack, third step (#1034) 2020-09-07 20:36:17 +09:00
deno-001 bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
deno-002/.full bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
drop-unused codegen: Preserve quotes (#911) 2020-07-28 21:56:19 +09:00
dynamic-import/namespace/dynamic-key swc_bundler (#943) 2020-08-12 22:18:47 +09:00
dynmaic-imports/issue-1112/simple bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
export bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
export-all Fix spack (#1016) 2020-09-03 22:45:42 +09:00
export-star-namespace/issue-1109 bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
import bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
import-with-export/simple-1 Fix spack, second step (#1031) 2020-09-04 22:40:03 +09:00
merge Fix spack (#1016) 2020-09-03 22:45:42 +09:00
multi-entry Fix spack (#1016) 2020-09-03 22:45:42 +09:00
node-modules codegen: Don't emit newline after a block comment (#1062) 2020-09-11 15:09:35 +09:00
pr-1105 bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
reexport Fix spack (#1016) 2020-09-03 22:45:42 +09:00
swcrc/jsx/issue-884 codegen: Don't emit newline after a block comment (#1062) 2020-09-11 15:09:35 +09:00
transitive Fix spack, second step (#1031) 2020-09-04 22:40:03 +09:00
tree-shaking Make spack respect swcrc (#964) 2020-08-14 21:02:39 +09:00
.swcrc spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00