package
8.0.3+incompatible
Repository: https://github.com/bazelbuild/buildtools.git
Documentation: pkg.go.dev

# Functions

MergeTables allows a user of the build package to override the special-case rules.
OverrideTables allows a user of the build package to override the special-case rules.
ParseAndUpdateJSONDefinitions reads definitions from file and merges or overrides the values in memory.
ParseJSONDefinitions reads and parses JSON table definitions from file.

# Variables

AndroidLoadPath is the load path for the Starlark Android Rules.
AndroidNativeRules lists all Android rules that are being migrated from Native to Starlark.
CcLoadPathPrefix is the load path for the Starlark C++ Rules.
IsLabelArg contains a list of named arguments to a rule call that are considered to have a value that can be treated as a label or list of labels.
By default, edit.types.IsList consults lang.TypeOf to determine if an arg is a list.
IsModuleOverride contains the names of all Bzlmod module overrides available in MODULE.bazel.
IsSortableListArg contains a list of named arguments to a rule call that are considered to be a sortable list .
JavaLoadPathPrefix is the load package for the Starlark Java Rules.
LabelDenylist is the list of call arguments that cannot be shortened, because they are not interpreted using the same rules as for other labels.
ModuleToLegacyRepoName contains the mapping from module name to WORKSPACE repository name for modules with load fixes if those names are different.
NamePriority maps an argument name to its sorting priority.
ProtoLoadPathPrefix is the load path prefix for the Starlark Proto Rules.
PyLoadPath is the load path for the Starlark Python Rules.
PyNativeRules lists all Python rules that are being migrated from Native to Starlark.
ShellLoadPathPrefix is the load package for the Starlark Shell Rules.
No description provided by the author
SortableAllowlist records specific rule arguments that are guaranteed to be reorderable (format: "rule_name.attribute_name").
SortableDenylist records specific rule arguments that must not be reordered.
No description provided by the author

# Structs

No description provided by the author