-
Notifications
You must be signed in to change notification settings - Fork 47
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
Const compilation issue #666
Comments
I can't seem to reproduce this. Would you be able to put together either |
I'm running on the same issue when I started setting up Because I want {
"rootDir": "src",
"files": [
"manifest",
"source/**/*.*",
"components/**/*.*",
"images/**/*.*",
"tests/**/*.*"
],
"plugins": [
"@rokucommunity/bslint"
]
} And then in my function main(args as object) as object
return roca(args).describe("test suite", sub()
m.pass()
end sub)
end function I don't have any other |
@xgouchet great, thanks! I was able to reproduce this issue with that example. I'll looking into what's causing this crash. |
Hey
I am experiencing some issues when working with consts
brighterscript version is 0.55.0
the code:
It compiles after all but produces the error. I have no additional plugins installed.
The text was updated successfully, but these errors were encountered: