Frank Weigel

Results 16 issues of Frank Weigel

When function types contain a signature (e.g. `function(string, boolean): string`), `catharsis` parses them correctly, but the type handling in JSDoc stringified them as `function`, the signature was omitted. With this...

## Expected Behavior After a full build, the support rule files (`*.support.js`) still should not be uglified to keep them readable in the editor of the UI5 Support Assistant. ##...

enhancement
module/ui5-builder

## Expected Behavior UI5's own support assistant needs to determine the UI5 version to be able to activate version dependant support rules. It currently uses the main version from the...

enhancement
module/ui5-builder

## Expected Behavior Bundling should allow to specify an input source file as "bundle that must not be dissolved into pieces" and rather embed the input source as a whole....

enhancement
module/ui5-builder

I'm not sure how much URI.js tries to be in sync with the Web API URL, but even after ac43ca8f80c042f0256fb551ea5203863dec4481 , there's still a difference between URI.js and URL when...

When adding this library to our project (not on github, so I can't share a link, sorry), we noticed that the minified UMD variant (`dist/index.min.js`) only contains a copyright comment...

no-pr-activity

## Is your feature request related to a problem? Please describe. Since SAP/openui5@01e9de75c, the UI5 runtime supports a so called default theme. If an application configures no theme at all,...

enhancement

While working on https://github.com/SAP/openui5/commit/c782ce9be8cbd71201e19ba3cb4c0e81e439b71f , I encountered the following issue with the ui5-migration tooling: In sap.m.Page, the tooling added a dependency to jQuery and to a jQuery UI plugin and...

bug

While working on https://github.com/SAP/openui5/commit/c782ce9be8cbd71201e19ba3cb4c0e81e439b71f , I encountered the following issue with the ui5-migration tooling: The file src/sap.m/src/sap/m/SelectionDetailsFacade.js which contains only JSDoc comments, was converted to sap.ui.define (not necessary) and all...

bug

While working on https://github.com/SAP/openui5/commit/c782ce9be8cbd71201e19ba3cb4c0e81e439b71f , I encountered the following issue with the ui5-migration tooling: When the source of a module contains a global reference to the export of the same...

bug