Skip to content

Conversation

@tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Feb 8, 2023

Fixes #246 (comment)

I copied over what imports do to exports, since they are now identical based on the syntax summary:

Import            ::=  ‘import’ ImportExpr {‘,’ ImportExpr}
Export            ::=  ‘export’ ImportExpr {‘,’ ImportExpr}

I could possibly merge them both but we lose the export scope then (not sure if it's useful since this most likely requires a theme to take that into account)

@tgodzik tgodzik requested a review from nicolasstucki February 8, 2023 20:21
@nicolasstucki nicolasstucki merged commit 7d18e2a into scala:main Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export given syntax is not up to date

2 participants