There is an issue on BrighScript deployment when custom directories or files are added to the package.. The plugin does not save the last configuration for the project.
ie: add "components" directory into project root", every time I deploy the app I have to explicitly select the "components" directory.. and it is painful :x
Other issue related to the parser, when a function is returned and executes itself like this
foo(bar)()
foo (fn) return fn
Eclipse gives unexpected token although the code runs when deployed.
Bests,
Roberto J.