SAP / ui5-linter

A static code analysis tool for UI5
Apache License 2.0
41 stars 0 forks source link

fix: Consider allowed globals when they're accessed via globalThis #132

Closed flovogt closed 3 days ago

flovogt commented 1 month ago

Fixes globalThis usage reported in https://github.com/SAP/ui5-linter/issues/125.

top, parent and top level this are still not reported but test cases are added.