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
2024-12-20 20:22:26 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ecf0d7507c
swc
/
bundler
/
tests
/
fixture
/
deno-8978
/
output
/
entry.ts
5 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(bundler): Fix bundler (#1318) swc_bundler: - Use two-context system properly. - Remove old logic. - keywords: Handle assignment pattern property. - keywords: Handle shorthand property. - keywords: Handle identifiers in declarations. swc_ecma_transforms_typescript: - Do not remove import if there's non-type usage. (Related to denoland/deno#8978) swc_ecma_transforms_optimization: - dce: Handle new expression correctly.
2021-01-11 13:38:20 +03:00
const
f
=
(
)
=
>
"hello world"
;
fix(bundler): Fix bugs (#1382) swc_bundler: - Improve performance - Use `Vec<AHashSet<usize>>` instead of `AHashSet<(usize, usize)>`. - Fix statement orderings. (denoland/deno#9464) - Fix wrapped esm mixed with circular imports. (denoland/deno#8224) - Store content of wrapped esm at top level. (denoland/deno#8224)
2021-02-22 11:27:40 +03:00
const
any1
=
f
;
export
{
any1
as
any
}
;
Reference in New Issue
Copy Permalink