-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Issue originally made by @amasad
Bug information
- Babel version: 6.4.2
- Node version: 5
- npm version: 2
Input code
function foo() {
var meh;
meh: for (;;) {
break meh;
}
return meh;
}Description
If you ask scope.getBinding('meh') in the input code you would get the label binding. I think labels should have their own namespace
Metadata
Metadata
Assignees
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue