mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-28 21:33:48 +00:00
546758589d
Avoids continued copy-paste of this like https://github.com/aspect-build/rules_ts/blob/main/ts/defs.bzl#L35-L44
11 lines
314 B
Python
11 lines
314 B
Python
"Public API"
|
|
|
|
load("//lib/private:utils.bzl", "utils")
|
|
|
|
is_external_label = utils.is_external_label
|
|
glob_directories = utils.glob_directories
|
|
path_to_workspace_root = utils.path_to_workspace_root
|
|
propagate_well_known_tags = utils.propagate_well_known_tags
|
|
to_label = utils.to_label
|
|
file_exists = utils.file_exists
|