8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export
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
@main = || ... shouldn't be formatted as export @main = ||....
@main = || ...
export @main = ||...
The text was updated successfully, but these errors were encountered:
Allow correct formatting of meta-key assignments
1e57990
The compiler always exports meta-key assignments, so it's not necessary to wrap the assignment in an export node. Fixes #459
e71df97
No branches or pull requests
@main = || ...
shouldn't be formatted asexport @main = ||...
.The text was updated successfully, but these errors were encountered: