Skip to content
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

Make .aqua extension optional in use, import expressions #292

Closed
alari opened this issue Sep 9, 2021 · 0 comments · Fixed by #299
Closed

Make .aqua extension optional in use, import expressions #292

alari opened this issue Sep 9, 2021 · 0 comments · Fixed by #299
Assignees
Labels
sugar Remove boilerplate

Comments

@alari
Copy link
Member

alari commented Sep 9, 2021

By default, only .aqua files can be imported, so the extension can be made optional.

Before:

import "some/aqua/file.aqua"

After:

import "some/aqua/file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sugar Remove boilerplate
Projects
None yet
2 participants