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-18 19:21:33 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
de1f967d32
swc
/
ecmascript
/
codegen
/
tests
/
references
/
21ebb8746371268b.module.js
2 lines
33 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Export default from & fix codegen of imports (#168) swc_ecma_ast: - Support `export v from 'foo';` swc_ecma_parser: - Support `export v from 'foo';` swc_ecma_codegen: - Fix codegen of side-effect imports
2019-02-12 09:30:11 +03:00
import
{
b
as
a
,
c
}
from
'foo'
;
Reference in New Issue
Copy Permalink