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-13 01:58:38 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
8fc1b651b1
swc
/
crates
/
swc_bundler
/
tests
/
deno-exec
/
deno-8943
/
entry.ts
4 lines
73 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
import
{
flags
}
from
"./deps.ts"
;
fix(ecmascript/transforms): Fix dce (#1301) swc_bunder: - Fix `keywords` pass. swc_ecma_codegen: - Ensure that the code generator handles unicode characters properly. (denoland/deno#8925) swc_ecma_parser: - Ensure that the parser handles unicode characters properly. (denoland/deno#8925) swc_ecma_transforms: - Fix dce.
2021-01-05 12:45:26 +03:00
console
.
log
(
flags
.
parse
(
Deno
.
args
)
)
;
Reference in New Issue
Copy Permalink