2021-11-08 14:40:36 +00:00
|
|
|
"Public API for expanding variables"
|
|
|
|
|
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")
|
2023-05-16 23:14:50 +00:00
|
|
|
load(":expand_template.bzl", _expand_template = "expand_template")
|
2021-11-08 14:40:36 +00:00
|
|
|
|
|
|
|
expand_locations = _expand_locations
|
|
|
|
expand_variables = _expand_variables
|
2023-06-09 23:22:37 +00:00
|
|
|
|
2023-05-16 23:14:50 +00:00
|
|
|
# TODO: 2.0 remove re-export from this file.
|
2022-08-12 02:30:45 +00:00
|
|
|
expand_template = _expand_template
|