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
Deprecated APIs inside sap.ui.predefine calls are not detected, I guess because sap.ui.predefine calls are not transpiled. Due to this, types inside the callback of sap.ui.predefine are not known to TypeScript.
Deprecated APIs inside
sap.ui.predefine
calls are not detected, I guess becausesap.ui.predefine
calls are not transpiled. Due to this, types inside the callback ofsap.ui.predefine
are not known to TypeScript.Example:
https://github.com/SAP/openui5/blob/7a9efdbc5ce7b03d48629a805078fc522e2b93fc/src/sap.ui.core/test/sap/ui/core/qunit/Lib.qunit.js#L82-L87
(
apiVersion
was missing, but this was not reported by the linter - In master, this has been fixed in the meantime)Note: This issue is assumed to be specific to framework code only.
sap.ui.predefine
calls should not occur in application code.Context
The text was updated successfully, but these errors were encountered: