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

Modernize exports #100

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Modernize exports #100

merged 2 commits into from
Feb 13, 2024

Conversation

mcmire
Copy link
Contributor

@mcmire mcmire commented Nov 15, 2023

  • BREAKING: Expose detectEthereumProvider via named export rather than default export
  • Use ES module syntax rather than arcane TypeScript syntax for exports
  • Split up code into files to match our other libraries

- BREAKING: Expose `detectEthereumProvider` via named export rather than
  default export
- Use ES module syntax rather than arcane TypeScript syntax for exports
- Split up code into files to match our other libraries
@mcmire mcmire requested a review from a team as a code owner November 15, 2023 21:11
src/index.ts Show resolved Hide resolved
@mcmire mcmire merged commit 900f062 into main Feb 13, 2024
6 checks passed
@mcmire mcmire deleted the modernize-exports branch February 13, 2024 18:07
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.

2 participants