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

json-rpc-engine: Wildcard exports -> named exports #4462

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jun 25, 2024

  1. json-rpc-engine: Wildcard exports -> named exports

    Using wildcard exports makes it difficult to understand what a package
    exports and makes it possible for new exports to get added accidentally.
    
    This commit updates the `@metamask/json-rpc-engine` package to use named
    exports instead of wildcard exports, and adds a test to verify non-type
    exports following other packages.
    mcmire committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    340cc7a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    54ecacd View commit details
    Browse the repository at this point in the history