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:
212
212
" workspace_members" : [
213
213
" my-package 0.1.0 (path+file:///path/to/my-package)" ,
214
214
],
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
+ ],
215
221
// The resolved dependency graph for the entire workspace. The enabled
216
222
// features are based on the enabled features for the "current" package.
217
223
// Inactivated optional dependencies are not listed.
Original file line number Diff line number Diff line change @@ -207,6 +207,12 @@ OUTPUT FORMAT
207
207
"workspace_members": [
208
208
"my-package 0.1.0 (path+file:///path/to/my-package)",
209
209
],
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
+ ],
210
216
// The resolved dependency graph for the entire workspace. The enabled
211
217
// features are based on the enabled features for the "current" package.
212
218
// 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:
212
212
" workspace_members" : [
213
213
" my-package 0.1.0 (path+file:///path/to/my-package)" ,
214
214
],
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
+ ],
215
221
// The resolved dependency graph for the entire workspace. The enabled
216
222
// features are based on the enabled features for the "current" package.
217
223
// 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:
209
209
"workspace_members": [
210
210
"my\- package 0.1.0 (path+file:///path/to/my\- package)",
211
211
],
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
+ ],
212
218
// The resolved dependency graph for the entire workspace. The enabled
213
219
// features are based on the enabled features for the "current" package.
214
220
// Inactivated optional dependencies are not listed.
You can’t perform that action at this time.
0 commit comments