-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Has PRarea: typescriptoutdatedA 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
Bug Report
Current Behavior
syntax error
Input Code
import foo = require('f');
export { foo } // Export 'foo' is not definedExpected behavior/code
no error
Babel Configuration (.babelrc, package.json, cli command)
typescript plugin
Environment
- Babel version(s): 7.4.5
- Node/npm version: Node 11.13 / npm 6.7
Possible Solution
In tsParseImportEqualsDeclaration()
call checkLVal() or scope.declareName()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Has PRarea: typescriptoutdatedA 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