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-02 18:43:52 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
047da86baa
swc
/
crates
/
swc_bundler
/
tests
/
fixture
/
deno-8148
/
test-4
/
input
/
bar.ts
4 lines
40 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
default
{
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
hello
:
"world"
,
}
;
Reference in New Issue
Copy Permalink