You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import roku-log as a named npm import in projects, such as maestro, I find that the packages are corrupted, and replaced with /undefined/bslib.brs.
background
roku-log (https://github.com/georgejecook/roku-log) uses the rokucommunity@bslib. However, when transpiled it uses bslib, without rokucommunity namespace. don't know why. described here: rokucommunity/brighterscript#809.
When I import roku-log as a named npm import in projects, such as maestro, I find that the packages are corrupted, and replaced with /undefined/bslib.brs.
steps to reproduce
You will observe the roku-log, xml files are now broken. e.g.
HTTPTransport.xml
I have had to workaround this with a script that I use to spot and fix these. Other users of my libraries are now hitting these problems, too.
The text was updated successfully, but these errors were encountered: