-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for UnconfiguredTargetSet/ConfiguredTargetSet
Summary: Add docs for UnconfiguredTargetSet/ConfiguredTargetSet Reviewed By: scottcao Differential Revision: D68848317 fbshipit-source-id: 7f9f34f059d4a2b030ce1449c65b299009045617
- Loading branch information
1 parent
7eb44e7
commit 390d7e2
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...s/core/docs/test_builtin_docs_data/buck2-golden-docs/bxl/ConfiguredTargetSet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# This file is @generated, regenerate by re-running test with `-- --env BUCK2_UPDATE_GOLDEN=1` appended to the test command | ||
|
||
# ConfiguredTargetSet | ||
# Combine sets | ||
# Remove targets | ||
# Check if sets are equal | ||
# Iterate through targets | ||
# Get number of targets | ||
# Intersection of sets |
6 changes: 6 additions & 0 deletions
6
...core/docs/test_builtin_docs_data/buck2-golden-docs/bxl/UnconfiguredTargetSet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# This file is @generated, regenerate by re-running test with `-- --env BUCK2_UPDATE_GOLDEN=1` appended to the test command | ||
|
||
# UnconfiguredTargetSet | ||
# Combine sets | ||
# Remove targets | ||
# Check if sets are equal | ||
# Iterate through targets | ||
# Get number of targets | ||
# Intersection of sets |