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-22 13:11:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
a6d404a8c2
swc
/
crates
/
swc_bundler
/
tests
/
fixture
/
deno-8148
/
test-4
/
input
/
foo.ts
10 lines
110 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix bundler (#1194) swc_bundler: - Remove wrong assertion. (denoland/deno#8148) - Remove wrong variables created on reexports. (denoland/deno#8188) swc_ecma_transforms: - inlining: Treat usage as an argument as writes. (denoland/deno#8180) - inlining: Visit rhs of `||` and `&&`. (denoland/deno#8189)
2020-10-30 08:49:02 +03:00
export
*
as
bar
from
"./bar"
;
export
const
d
=
"d"
;
export
default
{
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
a
:
"a"
,
b
:
"b"
,
c
:
"c"
,
}
;
Reference in New Issue
Copy Permalink