2021-11-08 14:40:36 +00:00
|
|
|
"Public API for expanding variables"
|
|
|
|
|
2024-08-19 19:28:45 +00:00
|
|
|
# buildifier: disable=deprecated-function
|
2022-08-12 02:30:45 +00:00
|
|
|
load("//lib/private:expand_locations.bzl", _expand_locations = "expand_locations")
|
|
|
|
load("//lib/private:expand_variables.bzl", _expand_variables = "expand_variables")
|
2021-11-08 14:40:36 +00:00
|
|
|
|
|
|
|
expand_locations = _expand_locations
|
|
|
|
expand_variables = _expand_variables
|