-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Given the file:
export default class MyClass {
// MyClass implementation
}The parsed File object has following declarations:
[
DefaultDeclaration: {
isExported: true,
exportedDeclaration: self
},
ClassDeclaration (MyClass): {
isExported: false
}
]
Expected:
- ClassDeclaration.isExported to be true
- DefaultDeclaration.exportedDeclaration to be MyClass declaration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels