SAP / ui5-linter

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

fix(amdTranspiler): Ensure unique class names #185

Closed RandomByte closed 1 week ago

RandomByte commented 1 week ago

If the determined class name is equal to name of the variable used in the extends call, later analysis of the same will fail.

This change attempts to ensure a unique name for the generated class so that it can be analyzed properly.

Resolves https://github.com/SAP/ui5-linter/issues/184