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-19 19:52:21 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
ebd71d565d
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
b4bc5f201c297bca.module.js
2 lines
29 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Bugfixes (#549) swc_ecma_ast: - fix TsExprWithTypeArgs (closes #548) swc_ecma_codegen: - allow using default import with namespace import (closes #546) swc_ecma_parser: - parse import.meta (closes #545)
2020-01-01 00:57:34 +03:00
import
a
,
*
as
b
from
'baz'
;
Reference in New Issue
Copy Permalink