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-25 06:36:08 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ecf0d7507c
swc
/
bundler
/
tests
/
fixture
/
deno-8978
/
output
/
entry.inlined.ts
5 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(bundler): Fix bugs (#1342) swc_bundler: - Add a testing system for constant inliner. swc_ecma_transforms_optimization: - const_propagation: Handle export specifiers. - const_propagation: Handle inlining of variables whose initializer is inlined. - dce: Allow dropping identifiers used in `exported` part of export specifiers.
2021-01-20 10:10:12 +03:00
const
f
=
(
)
=
>
"hello world"
;
fix(bundler): Fix bugs (#1346) swc_bundler: - Fix keywords pass. swc_ecma_transforms_optimization: - Remove `dbg!`. - `constant_propagation`: Inline only injected variables.
2021-01-22 12:39:57 +03:00
const
any1
=
f
;
export
{
any1
as
any
}
;
Reference in New Issue
Copy Permalink