Tobias Sorn

Results 10 issues of Tobias Sorn

Sample XML 1. Parsing an xml fragment where the parent declares a namespace and 2 children contain this namespace. 1. Add the parent's children to the parentParent and remove the...

Add `README.md` files to folders explaining contents and raison behind it.

documentation

During a replacement with addMissingDependencies and a config which contains newVariableName and newModulePath there can be a nameclash which produces invalid code: ### config.json: ```json "*.control": { "newModulePath": "sap/ui/core/Element", "newVariableName":...

Integration with eslint is possible by using the CLIEngine of eslint. E.g. by providing an output json which looks like the result expected by eslint and then using the eslint...

### Problem the parameter target-version is used to download the api information for resolving globals, e.g. `sap.m.Label` therefore the API version must match the one available on the `https://sapui5.hana.ondemand.com/` ```bash...

bug

Provide option to configure the console output. Read [0001-configurable-console-output.md](https://github.com/SAP/ui5-migration/blob/rfs-configurable-console-output/rfcs/0001-configurable-console-output.md)

RFC

Adds supportedLocales and fallbackLocale property to manifest.json.

Sometimes source code is within html files (e.g. index.html). Currently ui5-migration ignores html files completely. An idea would be to create a js file next to it, migrate it and...

enhancement

Current output: ```bash $ ui5-migration analyze webapp info cli Using ignore file: .gitignore info cli Searching in folder 'webapp' info cli Searching for files to migrate ... info cli Migrating:...

enhancement