mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
1df2becc7a
In particular this makes our bazelrc presets more compliant with client codebases, ensuring they can copy these files and not trip on their own pre-commit check
7 lines
146 B
Python
7 lines
146 B
Python
"Public API"
|
|
|
|
load("//lib/private:glob_match.bzl", _glob_match = "glob_match", _is_glob = "is_glob")
|
|
|
|
glob_match = _glob_match
|
|
is_glob = _is_glob
|