swc/tests/fixture/issue-2281/case1/input/index.js
Donny/강동윤 e5f46a6800
fix(wasm): Fix bugs (#2279)
swc:
 - Ensure that #2281 is fixed. (#2281)

wasm:
 - Fix `baseUrl` and `paths` support.
 - Apply `hygiene` pass.
2021-09-21 15:24:03 +00:00

9 lines
136 B
JavaScript

import { func1 } from "./src/func";
console.log(func1);
function something({ func = 0 }) {
const haha = false;
return func;
}