This commit is contained in:
Dylan Conway
2025-11-12 20:00:30 -08:00
parent 450bfd7bdf
commit 9a8cb96d8e

View File

@@ -264,6 +264,12 @@ pub fn Builder(comptime method: BuilderMethod) type {
/// beyond this tree if they're in a subtree
hoist_root_id: Tree.Id,
/// Relative path of the current tree. Each component is a package
/// name or part of the package name (if the name is scoped) leading
/// to the tree. Example values:
/// "" (the root subpath is empty)
/// "react/loose-envify" (react -> loose-envify)
/// "@types/bun/bun-types/@types/node" (@types/bun -> bun-types -> @types/node)
subpath: Subpath(method),
};