swc/tests/fixture/issue-1271/output/input.ts
강동윤 9ffe47106a
fix(swc): Fix target (#2226)
swc:
 - Fix `target` option. (#2225)
2021-09-10 15:43:14 +09:00

3 lines
54 B
TypeScript

export const importSomething = ()=>import('lodash')
;