fix(transpiler/dart): re-exporting only some bindings
``` export {Foo, Bar} from ‘./foo’; ==> export ‘./foo’ show Foo, Bar; ```
This commit is contained in:
@ -1 +1,2 @@
|
||||
export * from './foo';
|
||||
export {Bar1, Bar2} from './bar';
|
||||
|
Reference in New Issue
Block a user