Jiawei
Jiawei
The regex used for OPTIONAL SLASH is too general for some cases like S1/:context:. The slash between '1' and ':' shouldn't be optional because there's no REQUIRED SLASH or QUERY...
## Expected Behavior I should be able to write some configuration in the ui5.yaml file to skip a pre configured task, for example, the generateLibraryPreload task. ## Current Behavior Each...
## Expected Behavior I would like to be able to write additional configuration in the ui5.yaml file for the createDebugFiles task to: 1. skip a source file from being created...
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...