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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Unfortunately I cannot find the source here, so there's no way to open a PR for impromevents.
Here are some of them:
$data.Qeuryable is missing some methods. One of them is withInlineCount. Also seems like length and count duplicate each other.
$data is a module but could be a namespace to allow TS namespace merging so that one could extend base EntitySet/Queryable classes. For example it is possible to fix Queryable with:
Thanks for such a great utility first!
Unfortunately I cannot find the source here, so there's no way to open a PR for impromevents.
Here are some of them:
$data.Qeuryable
is missing some methods. One of them iswithInlineCount
. Also seems likelength
andcount
duplicate each other.$data
is a module but could be a namespace to allow TS namespace merging so that one could extend baseEntitySet/Queryable
classes. For example it is possible to fixQueryable
with:But it is only possible when manually replacing
module
bynamespace
in generated./context.d.ts
file..d.ts
file templates for generation. Currenly itsJayData.src
injaydata-dynamic-metadata/src/dts.ts
The text was updated successfully, but these errors were encountered: