Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Conversation

stopcoder
Copy link
Contributor

When a configured "newVariableName" is already used in a sap.ui.define
call but for a different module path, a new name is given to the
replacer and extender by using the following method:

  • concatenate the last two parts within the module path, for example,
    "CoreElement" is used for module path "sap/ui/core/Element"
  • when the new name is still used in the sap.ui.define call, a number is
    added to the end of the name (starting from 0)

tobiasso85 and others added 2 commits September 6, 2022 10:02
When a configured "newVariableName" is already used in a sap.ui.define
call but for a different module path, a new name is given to the
replacer and extender by using the following method:

* concatenate the last two parts within the module path, for example,
  "CoreElement" is used for module path "sap/ui/core/Element"
* when the new name is still used in the sap.ui.define call, a number is
  added to the end of the name (starting from 0)
@stopcoder stopcoder requested a review from tobiasso85 September 8, 2022 15:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants