rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
160 stars 46 forks source link

Component field can be set with strings #1195

Closed markwpearce closed 4 months ago

markwpearce commented 4 months ago

Addresses #1191

Changes assignementTypeMismatch validation so that if LHS is a DottedSetStatement, and the obj is a ComponentType (ie. a SG Node), and RHS is a string, then do not show the validation diagnostic.