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 11:42:13 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
64bddebb2b
swc
/
ecmascript
/
codegen
/
tests
/
references
/
b4bc5f201c297bca.module.js
2 lines
27 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
a
*
as
b
from
'baz'
;
Reference in New Issue
Copy Permalink