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

resolve: Add a resolve_regexp directive #1542

Merged
merged 3 commits into from
Jun 22, 2023

Commits on Jun 21, 2023

  1. resolve: Add a resolve_regexp directive

    Similar to the resolve directive, resolve_regexp will match the import
    string against a regex instead of a direct string match. This is useful
    when matching protos which are part of single rule.
    
    Fixes bazel-contrib#817
    DolceTriade committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2c1e6be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350d4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc6c47 View commit details
    Browse the repository at this point in the history