Skip to content

bugfix: Adjust export syntax to newest #247

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2023

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