-
Notifications
You must be signed in to change notification settings - Fork 45
Support alias for XML fields #666
Copy link
Copy link
Open
Labels
enhancementAny addition to this project's existing capabilitiesAny addition to this project's existing capabilitiesinterpreterAffects this project's tree-walking interpreterAffects this project's tree-walking interpreterscenegraphAffects this project's implementation of the SceneGraph frameworkAffects this project's implementation of the SceneGraph frameworkstdlibAffects the standard library included with this BrightScript implementationAffects the standard library included with this BrightScript implementation
Description
Metadata
Metadata
Assignees
Labels
enhancementAny addition to this project's existing capabilitiesAny addition to this project's existing capabilitiesinterpreterAffects this project's tree-walking interpreterAffects this project's tree-walking interpreterscenegraphAffects this project's implementation of the SceneGraph frameworkAffects this project's implementation of the SceneGraph frameworkstdlibAffects the standard library included with this BrightScript implementationAffects the standard library included with this BrightScript implementation
Brightscript has the
aliaskeyword 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.