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

Expose SafeEventEmitterProvider type #127

Merged
merged 6 commits into from
Apr 28, 2022
Merged

Conversation

mcmire
Copy link
Contributor

@mcmire mcmire commented Apr 27, 2022

Not all of the types within ./src/utils/cache.ts seemed to be solely
related to caching. These have been extracted to a separate file, and
the main file has been updated to export SafeEventEmitterProvider from
this file.


Fixes #126.

Not all of the types within `./src/utils/cache.ts` seemed to be solely
related to caching. These have been extracted to a separate file, and
the main file has been updated to export `SafeEventEmitterProvider` from
this file.
@mcmire mcmire requested a review from a team as a code owner April 27, 2022 20:05
@Gudahtt
Copy link
Member

Gudahtt commented Apr 28, 2022

Looks like this PR isn't in a reviewable state right now because dist has been committed. That was a good idea to enable testing this change, but I think you can revert it on this branch and still leave the other PR pointing at the commit.

@mcmire
Copy link
Contributor Author

mcmire commented Apr 28, 2022

@Gudahtt Okay, should be ready for review now.

jest.config.ts Outdated Show resolved Hide resolved
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

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

LGTM!

@mcmire mcmire merged commit 1f8f264 into main Apr 28, 2022
@mcmire mcmire deleted the export-safe-event-emitter-provider branch April 28, 2022 17:59
@mcmire mcmire mentioned this pull request Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add export for SafeEventEmitterProvider
2 participants