swc/spack/tests/pass/import
강동윤 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
..
commons-default Fix spack (#1016) 2020-09-03 22:45:42 +09:00
commons-named Fix spack (#1016) 2020-09-03 22:45:42 +09:00
computed-key Fix spack (#1016) 2020-09-03 22:45:42 +09:00
default Fix spack (#1016) 2020-09-03 22:45:42 +09:00
name-conflict/simple Fix spack (#1016) 2020-09-03 22:45:42 +09:00
namespace spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00
resursive Fix import of common js modules (#969) 2020-08-15 17:19:17 +09:00
simple-alias Fix spack (#1016) 2020-09-03 22:45:42 +09:00
simple-decl Fix spack (#1016) 2020-09-03 22:45:42 +09:00
star-export bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
star-use bundler: fix bugs (#1105) 2020-10-02 11:07:40 +09:00
top-level-require spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00