Skip to content

Support export * #125

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: new-ast
Choose a base branch
from
Open

Support export * #125

wants to merge 1 commit into from

Conversation

DanBurton
Copy link

See #124

λ> parseModule "export * from 'lib.mjs';" "src"
Right (JSAstModule [JSModuleExportDeclaration (JSAnnot (TokenPn 0 1 1) []) (JSExportAllFrom (JSBinOpTimes (JSAnnot (TokenPn 7 1 8) [WhiteSpace (TokenPn 6 1 7) " "])) (JSFromClause (JSAnnot (TokenPn 9 1 10) [WhiteSpace (TokenPn 8 1 9) " "]) (JSAnnot (TokenPn 14 1 15) [WhiteSpace (TokenPn 13 1 14) " "]) "'lib.mjs'") (JSSemi (JSAnnot (TokenPn 23 1 24) [])))] (JSAnnot (TokenPn 0 0 0) []))

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant