Added babel-helper-split-export-declaration (#7313)
This commit is contained in:
committed by
GitHub
parent
ea3f2d9299
commit
4d164bd8e6
@@ -1,7 +1,6 @@
|
||||
export { _foo as foo };
|
||||
|
||||
function _foo(bar) {}
|
||||
|
||||
export { _foo as foo };
|
||||
var bar = {
|
||||
foo: function foo() {
|
||||
_foo;
|
||||
|
||||
Reference in New Issue
Block a user