crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Support `alias` for XML fields

Open lkipke opened this issue 4 years ago • 0 comments

Brightscript has the alias keyword for exposing child fields in a parent component's interface:

alias allows 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.

lkipke avatar Aug 09 '21 20:08 lkipke