-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ea.cache #1183
Ea.cache #1183
Conversation
15b9e6f
to
430b58d
Compare
packages/api/src/OsdkObjectFrom.ts
Outdated
@@ -206,7 +206,7 @@ export namespace Osdk { | |||
|
|||
readonly $clone: <NEW_PROPS extends PropertyKeys<Q>>( | |||
updatedObject?: | |||
| Osdk.Instance<Q, any, NEW_PROPS> |
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.
Why did this change?
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.
this is the fix to make intellisense work right
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.
Will take it out for safety
@@ -15,3 +15,11 @@ | |||
*/ | |||
|
|||
export { augment } from "../object/fetchPage.js"; | |||
|
|||
// THIS IS NOT THE FINAL NAME DO NOT SHIP LIKE THIS |
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.
It's fine to bikeshed names while in unstable though right?
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.
yeah
2d9e142
to
67de9ef
Compare
990b618
to
17a923c
Compare
No description provided.