crypto
crypto copied to clipboard
Support `alias` for XML fields
Brightscript has the alias keyword for exposing child fields in a parent component's interface:
aliasallows a top-level component field to be declared as an alias of a field in one of the component child nodes
This is currently not supported in brs, and can cause the tests to crash when it encounters a field declared this way.