-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MockServer cannot be instantiated in ts as it is an abstract class #131
Labels
contribution
Valuable Contribution
type/examples-samples
Related to existing examples/samples, or request for new examples/samples.
Comments
843769 |
Hi @o-liver, thanks for your contribution! We'll look into it and will get back to you. |
openui5bot
pushed a commit
to SAP/openui5
that referenced
this issue
Jun 13, 2024
MockServer was marked as abstract in the constructor JSDoc, but it is not. Fixes: SAP-docs/sapui5#131 Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12
openui5bot
pushed a commit
to SAP/openui5
that referenced
this issue
Jun 13, 2024
MockServer was marked as abstract in the constructor JSDoc, but it is not. Fixes: SAP-docs/sapui5#131 SNOW: n/a CR-Id: 002075125900001972662024 Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12 (cherry picked from commit b42c668)
openui5bot
pushed a commit
to SAP/openui5
that referenced
this issue
Jun 13, 2024
MockServer was marked as abstract in the constructor JSDoc, but it is not. Fixes: SAP-docs/sapui5#131 SNOW: n/a CR-Id: 002075125900001972672024 Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12 (cherry picked from commit b42c668)
openui5bot
pushed a commit
to SAP/openui5
that referenced
this issue
Jun 13, 2024
MockServer was marked as abstract in the constructor JSDoc, but it is not. Fixes: SAP-docs/sapui5#131 SNOW: n/a CR-Id: 002075125900001972682024 Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12 (cherry picked from commit b42c668)
openui5bot
pushed a commit
to SAP/openui5
that referenced
this issue
Jun 13, 2024
MockServer was marked as abstract in the constructor JSDoc, but it is not. Fixes: SAP-docs/sapui5#131 SNOW: n/a CR-Id: 002075125900001972642024 Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12 (cherry picked from commit b42c668)
openui5bot
pushed a commit
to SAP/openui5
that referenced
this issue
Jun 13, 2024
MockServer was marked as abstract in the constructor JSDoc, but it is not. Fixes: SAP-docs/sapui5#131 SNOW: n/a CR-Id: 002075125900001972652024 Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12 (cherry picked from commit b42c668)
Fixed as of the next release. |
KlattG
added
contribution
Valuable Contribution
type/examples-samples
Related to existing examples/samples, or request for new examples/samples.
labels
Jun 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
contribution
Valuable Contribution
type/examples-samples
Related to existing examples/samples, or request for new examples/samples.
When copying this code
sapui5/docs/03_Get-Started/step-26-mock-server-configuration-typescript-3e1c64f.md
Lines 157 to 159 in e91c998
I get the following error:
How can this be done instead?
The text was updated successfully, but these errors were encountered: