This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2025-01-04 11:37:06 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
ef4c80be7d
swc
/
bundler
/
tests
/
fixture
/
dynamic
/
input
/
entry.ts
5 lines
43 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(bundler): Don't load dynamic imports (#1297) swc_bundler: - Do not load dynamically imported files.
2020-12-28 18:09:46 +03:00
const
a
=
import
(
'./dep'
)
fix(swc): Fix bugs (#1300) swc_ecma_codegen: - Handle unicode escape sequences when target is es5. (#1227, #1326) swc_ecma_transforms_compat: - Handle template literals correctly. (#1314) - Handle private class properties correctly. (#1306) swc: - Don't panic on `export * as foo from 'foo'`. (#1307)
2021-01-14 15:56:25 +03:00
console
.
log
(
a
)
Reference in New Issue
Copy Permalink