-
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
Backport v1 syntax changes #1034
Conversation
addresses: #1029 |
Hey there! I just built a new temporary npm package based on fe568ee. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/brighterscript/releases/download/v0.0.0-packages/brighterscript-0.65.18-backport-v1-syntax-changes.20240129152809.tgz |
@markwpearce I just tested this out in our project, and I'm seeing a few small issues: |
Hey there! I just built a new temporary npm package based on d3465c2. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/brighterscript/releases/download/v0.0.0-packages/brighterscript-0.65.18-backport-v1-syntax-changes.20240129191739.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great! I tested on our internal project and have no issues.
Allows:
This does NO additional validation. Use this syntax at your own risk.
In transpiled code:
dynamic
dynamic
object
(just like Classes/interfaces)Here are some examples: