SAP / ui5-linter

A static code analysis tool for UI5
Apache License 2.0
52 stars 4 forks source link

fix: Properly check directly exported renderer #411

Closed matz3 closed 1 week ago

matz3 commented 1 week ago

There was a gap with the detection of Control renderers that are declared in a separate module and directly returned within the module without using a locale variable. This issue was only reproducible within the context of UI5 framework libraries where type definitions via @sapui5/types are available in addition to the actual source code. For that reason a specific test case within the sap.f test project has been added.