Components with inline scripts cause a parser error (thankfully not fatal): ``` brs: can't open file '/path/to/project/components/undefined': [Errno -2] ``` Example: ```xml <component name="Test" extends="Node"> <script type="text/brightscript"><![CDATA[ function init() print "I'm inline, sorry" end function ]]></script> </component> ``` PS: it's acceptable that `brs` doesn't parse those inline scripts but it shouldn't error.