fix(transpiler/dart): re-exporting only some bindings
``` export {Foo, Bar} from ‘./foo’; ==> export ‘./foo’ show Foo, Bar; ```
This commit is contained in:
3
tools/transpiler/spec/bar.js
Normal file
3
tools/transpiler/spec/bar.js
Normal file
@ -0,0 +1,3 @@
|
||||
export var Bar1 = 'BAR1';
|
||||
export var Bar2 = 'BAR2';
|
||||
export function Bar3() {}
|
Reference in New Issue
Block a user