You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,7 +52,7 @@ See the [demos](./demos) directory for consumption examples of the legacy signat
52
52
53
53
## Support
54
54
55
-
For issues caused by the generators please open [issues](https://github.com/SAP/ui5-typescript/issues) on GitHub.<br>
55
+
For issues caused by the generators please open [issues](https://github.com/UI5/typescript/issues) on GitHub.<br>
56
56
However, issues in the UI5 type definitions which are also present in the [API documentation](https://ui5.sap.com/#/api) originate from the JSDoc comments in the original OpenUI5/SAPUI5 code, so please directly open an [OpenUI5](https://github.com/SAP/openui5/issues)/SAPUI5 ticket in this case.
Copy file name to clipboardExpand all lines: packages/dts-generator/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Please read the shared [mono-repo contribution](../../CONTRIBUTING.md) guide fir
5
5
6
6
## Issue Reporting
7
7
8
-
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/SAP/ui5-typescript/issues) in this repository on GitHub.<br>
8
+
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/UI5/typescript/issues) in this repository on GitHub.<br>
9
9
However, issues in the UI5 type definitions which are also present in the [API documentation](https://ui5.sap.com/#/api) originate from the JSDoc comments in the original OpenUI5/SAPUI5 code, so please directly open an [OpenUI5](https://github.com/SAP/openui5/issues)/SAPUI5 ticket in this case.
Copy file name to clipboardExpand all lines: packages/dts-generator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ The last block which may be unexpected at first sight is for providing code comp
220
220
221
221
## Support
222
222
223
-
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/SAP/ui5-typescript/issues) in this repository on GitHub.<br>
223
+
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/UI5/typescript/issues) in this repository on GitHub.<br>
224
224
However, issues in the UI5 type definitions which are also present in the [API documentation](https://ui5.sap.com/#/api) originate from the JSDoc comments in the original OpenUI5/SAPUI5 code, so please directly open an [OpenUI5](https://github.com/SAP/openui5/issues)/SAPUI5 ticket in this case.
Copy file name to clipboardExpand all lines: packages/ts-interface-generator/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This npm package supports UI5 control development in TypeScript by generating Ty
4
4
5
5
## Status
6
6
7
-
<b>IMPORTANT: this tool is BETA-quality work in progress right now, with limitations. And there might be changes ahead which require users to adapt. However, it should already be capable of creating useful control interfaces which will save you quite some manual work.</b> Feedback has been thoroughly positive; the issues encountered so far (and their solutions) can be monitored in the [issue tracker](https://github.com/SAP/ui5-typescript/issues?q=is%3Aissue+label%3Ats-interface-generator+).<br>
7
+
<b>IMPORTANT: this tool is BETA-quality work in progress right now, with limitations. And there might be changes ahead which require users to adapt. However, it should already be capable of creating useful control interfaces which will save you quite some manual work.</b> Feedback has been thoroughly positive; the issues encountered so far (and their solutions) can be monitored in the [issue tracker](https://github.com/UI5/typescript/issues?q=is%3Aissue+label%3Ats-interface-generator+).<br>
8
8
Note the "TODO" section below as well.<br>
9
9
Also note that the purpose of this tool is _not_ to transpile the TypeScript controls to JavaScript. It only ensures TypeScript development can happen smoothly without being blocked by the TypeScript compiler not knowing the methods and structures generated by UI5 at runtime.
10
10
11
-
To keep track of changes and improvements, see the [Change Log](https://github.com/SAP/ui5-typescript/blob/main/packages/ts-interface-generator/CHANGELOG.md)
11
+
To keep track of changes and improvements, see the [Change Log](https://github.com/UI5/typescript/blob/main/packages/ts-interface-generator/CHANGELOG.md)
See [#338](https://github.com/SAP/ui5-typescript/issues/338) for more details.
105
+
See [#338](https://github.com/UI5/typescript/issues/338) for more details.
106
106
107
107
## TODO
108
108
@@ -112,4 +112,4 @@ See [#338](https://github.com/SAP/ui5-typescript/issues/338) for more details.
112
112
113
113
## Support
114
114
115
-
This tool is supplied as-is, with no support provided. [Issue reports](https://github.com/SAP/ui5-typescript/issues) are welcome, as we want to improve it, but there is no guarantee that issue reports will be handled.
115
+
This tool is supplied as-is, with no support provided. [Issue reports](https://github.com/UI5/typescript/issues) are welcome, as we want to improve it, but there is no guarantee that issue reports will be handled.
0 commit comments