You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We really want to start having teams test out the v1.0.0 branch of code, but there are many places that require explicit typecasting to work (or a few other slight additions to the AST Parser).
To make it easier for teams to migrate (or even just test out) the v1 branch, it would be nice to start adding the new syntax to the master branch. So that way teams can install v1 alphas, add a bunch of type casting or other as <whatever> items in their code, then remove v1 alpha and their code still validates properly.The transpiler in master would just strip out these new AST items for now.
This would go a long way in allowing teams to test v1, and should be a minimal amount of work.
The text was updated successfully, but these errors were encountered:
We really want to start having teams test out the v1.0.0 branch of code, but there are many places that require explicit typecasting to work (or a few other slight additions to the AST Parser).
To make it easier for teams to migrate (or even just test out) the v1 branch, it would be nice to start adding the new syntax to the master branch. So that way teams can install v1 alphas, add a bunch of type casting or other
as <whatever>
items in their code, then remove v1 alpha and their code still validates properly.The transpiler in master would just strip out these new AST items for now.This would go a long way in allowing teams to test v1, and should be a minimal amount of work.
The text was updated successfully, but these errors were encountered: