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
While working on SAP/openui5@c782ce9 , I encountered the following issue with the ui5-migration tooling:
In sap.m.Page, the tooling added a dependency to jQuery and to a jQuery UI plugin and gave both a local parameter name of jQuery. This resulted in an eslint error
Strict mode function may not have duplicate parameter names
While working on SAP/openui5@c782ce9 , I encountered the following issue with the ui5-migration tooling:
In sap.m.Page, the tooling added a dependency to jQuery and to a jQuery UI plugin and gave both a local parameter name of jQuery. This resulted in an eslint error
Resulting code after migration
To reproduce, you can execute the following commands
The text was updated successfully, but these errors were encountered: