mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
2fedf32747
swc_bundler: - Splitted from spack swc_ecma_parser: - Fix unexpected eof problem which occurs if log level is trace swc_ecma_transforms: - Fix bugs of dce pass spack: - Support cyclic dependencies
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
import { A, getA, a } from './a';
|
|
|
|
|
|
export { A, getA, a } |