File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,12 @@ The output has the following format:
212212 " workspace_members" : [
213213 " my-package 0.1.0 (path+file:///path/to/my-package)" ,
214214 ],
215+ /* Array of default members of the workspace.
216+ Each entry is the Package ID for the package.
217+ */
218+ " workspace_default_members" : [
219+ " my-package 0.1.0 (path+file:///path/to/my-package)" ,
220+ ],
215221 // The resolved dependency graph for the entire workspace. The enabled
216222 // features are based on the enabled features for the "current" package.
217223 // Inactivated optional dependencies are not listed.
Original file line number Diff line number Diff line change @@ -207,6 +207,12 @@ OUTPUT FORMAT
207207 "workspace_members": [
208208 "my-package 0.1.0 (path+file:///path/to/my-package)",
209209 ],
210+ /* Array of default members of the workspace.
211+ Each entry is the Package ID for the package.
212+ */
213+ "workspace_default_members": [
214+ "my-package 0.1.0 (path+file:///path/to/my-package)",
215+ ],
210216 // The resolved dependency graph for the entire workspace. The enabled
211217 // features are based on the enabled features for the "current" package.
212218 // Inactivated optional dependencies are not listed.
Original file line number Diff line number Diff line change @@ -212,6 +212,12 @@ The output has the following format:
212212 " workspace_members" : [
213213 " my-package 0.1.0 (path+file:///path/to/my-package)" ,
214214 ],
215+ /* Array of default members of the workspace.
216+ Each entry is the Package ID for the package.
217+ */
218+ " workspace_default_members" : [
219+ " my-package 0.1.0 (path+file:///path/to/my-package)" ,
220+ ],
215221 // The resolved dependency graph for the entire workspace. The enabled
216222 // features are based on the enabled features for the "current" package.
217223 // Inactivated optional dependencies are not listed.
Original file line number Diff line number Diff line change @@ -209,6 +209,12 @@ The output has the following format:
209209 "workspace_members": [
210210 "my\- package 0.1.0 (path+file:///path/to/my\- package)",
211211 ],
212+ /* Array of default members of the workspace.
213+ Each entry is the Package ID for the package.
214+ */
215+ "workspace_default_members": [
216+ "my\- package 0.1.0 (path+file:///path/to/my\- package)",
217+ ],
212218 // The resolved dependency graph for the entire workspace. The enabled
213219 // features are based on the enabled features for the "current" package.
214220 // Inactivated optional dependencies are not listed.
You can’t perform that action at this time.
0 commit comments