Documentation ¶
Overview ¶
Package wspace provides a method to find the root of the bazel tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Find ¶
Find searches from the given dir and up for the WORKSPACE file returning the directory containing it, or an error if none found in the tree.
func FindRepoBuildFiles ¶
FindRepoBuildFiles parses the WORKSPACE to find BUILD files for non-Bazel external repositories, specifically those defined by one of these rules:
new_local_repository(), new_git_repository(), new_http_archive()
func FindWorkspaceRoot ¶
FindWorkspaceRoot splits the current code context (the rootDir if present, the working directory if not.) It returns the path of the directory containing the WORKSPACE file, and the rest.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.