Added babel-helper-split-export-declaration (#7313)

This commit is contained in:
Mateusz Burzyński
2018-02-13 16:44:05 +01:00
committed by GitHub
parent ea3f2d9299
commit 4d164bd8e6
18 changed files with 158 additions and 104 deletions

View File

@@ -1,7 +1,6 @@
export { _foo as foo };
function _foo(bar) {}
export { _foo as foo };
var bar = {
foo: function foo() {
_foo;