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
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).
TwitchBronBron
changed the title
default param value in typedev file not properly prefixed
Default param value in typedef not properly prefixed
Sep 8, 2022
TwitchBronBron
changed the title
Default param value in typedef not properly prefixed
Parameter default value in typedef not properly prefixed
Sep 8, 2022
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
wherebetaLib
contains the buggy d.bs file).Properly prefixed in .brs file:
Improperly prefixed in .d.bs file:
Originally reported in TKSS-Software/rodash#6
The text was updated successfully, but these errors were encountered: