swc/tests/fixture/issue-1757/case1/input/index.js
강동윤 7730a6ea5a
fix(es/transforms): Fix bugs (#1795)
swc_ecma_transforms_compat:
 - `async_to_generator`: Handle await in async generators correctly. (#1752)

swc_ecma_transforms_module:
 - Don't panic on double import from one module. (#1757)
2021-06-06 22:16:59 +09:00

4 lines
96 B
JavaScript

import "testlibrary";
import { aFunc } from "testlibrary";
console.log("aFunc: ", aFunc(1, 2));