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-23 05:32:09 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
227423d5f6
swc
/
ecmascript
/
codegen
/
tests
/
references
/
93c32bb0a4bad388.module.js
2 lines
36 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
{
default
as
a
}
from
'foo'
;
Reference in New Issue
Copy Permalink