mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 00:52:29 +03:00
e5f46a6800
swc: - Ensure that #2281 is fixed. (#2281) wasm: - Fix `baseUrl` and `paths` support. - Apply `hygiene` pass.
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
var _func = require("./src/func");
|
|
console.log(_func.func1);
|
|
function something({ func =0 }) {
|
|
const haha = false;
|
|
return func;
|
|
}
|