SAP / ui5-linter

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

fix(amdTranspiler): Handle extend call without args #376

Closed matz3 closed 1 month ago

matz3 commented 1 month ago

This fixes two exceptions that occurred when a call to an "extend" function without arguments was encountered:

The calls are now handled properly and will be ignored as their signature does not match the expected one for UI5 classes.