mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
15ea98bf65
swc_webpack_ast: - `reducer`: Flatten safe statements. - `reducer`: Preserve variables.
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
export function foo() {
|
|
const meta = null;
|
|
const b = null;
|
|
}
|