-
Notifications
You must be signed in to change notification settings - Fork 32
feat(dts-generator): add bindList declarations and tests to TypedJSONModel #538
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
base: main
Are you sure you want to change the base?
Conversation
…d tests to TypedJSONModel This reverts commit ae4ba2e.
pksinsik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s. code comment
test-packages/typed-json-model/webapp/model/test/cases/absolute-complex-inference.ts
Outdated
Show resolved
Hide resolved
test-packages/typed-json-model/webapp/model/test/cases/relative-complex-inference.ts
Outdated
Show resolved
Hide resolved
pksinsik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1; Approve -> Peter
|
As this is part of a greater feature, we are not merging this PR yet. This will be done as soon as the rest of the APIs in the feature are implemented. |
Adds the necessary typing for the
bindListAPI of the JSONModel, to the TypedJSONModel.