rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
153 stars 47 forks source link

Fixes includes in self closing components #1150

Closed markwpearce closed 3 months ago

markwpearce commented 3 months ago

There was an issue in XML transpilation where self-closed elements that later had child elements added to them would not have those child elements transpiled.

Fixes #1146