babel-plugin-import icon indicating copy to clipboard operation
babel-plugin-import copied to clipboard

feat: support ExportNamedDeclaration

Open Lyd9607 opened this issue 2 years ago • 2 comments

support ExportNamedDeclaration . as : export { Button } => export { _Button }

Lyd9607 avatar Mar 04 '22 07:03 Lyd9607

support: export { Button } => export { _Button as Button }; export { Button as Button1 } => export { _Button as Button1 }

Lyd9607 avatar Mar 07 '22 12:03 Lyd9607

@sorrycc 大佬有时间CR下吗

Lyd9607 avatar Mar 07 '22 12:03 Lyd9607