Skip to content
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

[CM-944] Expose internal interfaces #203

Merged
merged 6 commits into from
Oct 16, 2023
Merged

[CM-944] Expose internal interfaces #203

merged 6 commits into from
Oct 16, 2023

Conversation

mschuwalow
Copy link
Contributor

@mschuwalow mschuwalow commented Oct 5, 2023

CM-944

Short description if any.

Author Todo List:

  • Add/adjust tests (if applicable)
  • Build in CI passes
  • Latest master revision is merged into the branch
  • Self-Review
  • Set Ready For Review status

@mschuwalow mschuwalow requested a review from a team as a code owner October 5, 2023 13:35
@mschuwalow mschuwalow self-assigned this Oct 5, 2023
@3link 3link self-requested a review October 5, 2023 14:49
src/types.ts Outdated
Comment on lines 99 to 101
export interface PublicLiveConnect {
push: (...event: unknown[]) => void
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to make the resolve function and config part of the public interface?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve yes, I would say config is probably not something users should use

src/index.ts Outdated Show resolved Hide resolved
src/types.ts Outdated
Comment on lines 99 to 101
export interface PublicLiveConnect {
push: (...event: unknown[]) => void
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mschuwalow mschuwalow merged commit 2ed035a into master Oct 16, 2023
6 of 10 checks passed
@mschuwalow mschuwalow deleted the cm-944 branch October 16, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants