Open lkipke opened 3 years ago
Brightscript has the alias keyword for exposing child fields in a parent component's interface:
alias
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.
brs
Brightscript has the
alias
keyword for exposing child fields in a parent component's interface:This is currently not supported in
brs
, and can cause the tests to crash when it encounters a field declared this way.