ui5-tooling icon indicating copy to clipboard operation
ui5-tooling copied to clipboard

An open and modular toolchain to develop state of the art applications based on the UI5 framework

Results 147 ui5-tooling issues
Sort by recently updated
recently updated
newest added

## Expected Behavior It would be a nice enhancement to the builder as such to enable a watch mode. This means it should be possible to define a watch pattern...

module/ui5-builder

1. You can progress to compressed files such as sap.ui.core.js 2. The user can specify the language to be packaged 3. If I want to contribute, how can I do...

enhancement

This is a draft, likely to contain more topics than we will actually be able to work on. We appreciate your feedback. ## UI5 Tooling 3.0 UI5 Tooling 3.0 might...

roadmap

Dear team, this setup is not supported by the tool: ``` specVersion: "2.2" type: application metadata: name: CompanyRepo.appName framework: name: SAPUI5 version: 1.71.26 ``` Could you please enable it for...

documentation

## Expected Behavior Running the build process to generate the api.json without errors: ```js await builder.build({ tree: tree, destPath: params.destPath, cleanDest: false, jsdoc: true, buildDependencies: true }); ``` ## Current...

module/ui5-builder

## Expected Behavior Support arrays for mountPath just like express does ## Current Behavior It's not supported ## Steps to Reproduce the Issue 1. add middleware with array definition for...

## Expected Behavior When executing a build, a lot of files are written to the `dist` folder that might not be required at runtime, such as: - All locale/language-specific files...

module/ui5-builder

I'm running the UI5 Tolling process via `npx`: ```js import {execSync} from "child_process"; execSync("npx --yes @ui5/cli build --config ./devops/ui5.rel.yaml --exclude-task=createDebugFiles --dest ./src/webapp/rel/production --clean-dest true", {stdio: "inherit"}); ``` In the console...

duplicate
enhancement

At this time, the `FileSystem` adapter explicitly ignores symbolic links when walking the source files: https://github.com/SAP/ui5-fs/blob/f6803f512d47a6f305a0b0669f3c942350f40f2d/lib/adapters/FileSystem.js#L46 Is there a reason for this behaviour? My build pipeline involves custom tooling built...

module/ui5-fs

For SAP UI5 Tooling `ui5.yaml` there is a JSON schema https://sap.github.io/ui5-tooling/schema/ui5.yaml.json, which is supposed to assist when working with `ui5.yaml`. The problem is that this schema doesn't provide a code...

bug
needs triage
module/ui5-project