rokucommunity/brighterscript

Unable To create custom type for Components with `.` in their name

Opened this issue · 0 comments

<component name="Task.Api" extends="task">
   <interface>
      <field id="url" type="string" />
   </interface>
</component>

This component has the name Task.Api, but we cannot reference a type with the name roSGNodeTask.Api because it looks like a namespace.

Perhaps this is just a lint rule?