ui5-migration
ui5-migration copied to clipboard
[FEATURE][WIP] Add replacer for jQuery.sap.extend
Still WIP...
There are many ways to solve this.
- enhance
replaceGlobalsto be able to change the dependencies dynamically after the replacement. But changing this rather static logic requires quite some thoughts - Use
addMissingDependencieswith custom finder, replacer and extender (dynamic dependency decision in replacer). - Use
addMissingDependencieswith custom finder, replacer and extender (dynamic dependency decision in replacer, config passed then to extender). - Use
addMissingDependencieswith custom finder, replacer and extender (dynamic dependency decision in finder, specific replacer for each decision with extender).