You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What did you expect to happen?
The final ESTree output should contain an ExportNamedDeclaration node whose declaration node is a VariableDeclaration of kind = type
What happened?
The ExportNamedDeclaration is not being generated because the export modifier is not considered in the ast-converter (missing a fixExports function call).
I already have a PR for this, I will send this along