rokucommunity / ropm

A package manager for the Roku platform.
MIT License
31 stars 5 forks source link

Parameter default value in typedef not properly prefixed #58

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Default function references in typedef files are not being properly handled by prefixes. This may only be an issue with transitive dependencies. (i.e. yourApp -> alphLib -> betaLib where betaLib contains the buggy d.bs file).

Properly prefixed in .brs file: image

Improperly prefixed in .d.bs file: image

Originally reported in https://github.com/TKSS-Software/rodash/issues/6