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

fix(temporary): reorder imports to work around protobuf.js problem #108

Merged
merged 1 commit into from
Dec 6, 2023

Commits on Dec 5, 2023

  1. fix(temporary): reorder imports to work around protobuf.js problem

    Apparently protobuf.js is not currently importing the Any type when
    any.proto is last in the import list, but the import does work if
    any.proto is higher in the import list. Pending a fix for this in
    protobuf.js, this change imports any.proto earlier to avoid triggering
    the problem. When protobuf.js if fixed, we can revert the change.
    vchudnov-g committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f0d8ae6 View commit details
    Browse the repository at this point in the history