Skip to content

Commit d4496e6

Browse files
author
Robert Jackson
committed
Remove the flag import specifier from the module scope.
1 parent 2c5ff7c commit d4496e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function macros(babel) {
5353
});
5454

5555
path.remove();
56+
path.scope.removeOwnBinding(localBindingName);
5657
}
5758
},
5859

0 commit comments

Comments
 (0)