-
Notifications
You must be signed in to change notification settings - Fork 44
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
Metadata
Metadata
Assignees
Labels
No labels