We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f745e01 commit cec4af5Copy full SHA for cec4af5
workspaces/arborist/lib/arborist/index.js
@@ -116,11 +116,9 @@ class Arborist extends Base {
116
timeEnd()
117
}
118
119
- // TODO: We should change these to static functions instead
120
- // of methods for the next major version
+ // TODO: We should change these to static functions instead of methods for the next major version
121
122
- // Get the actual nodes corresponding to a root node's child workspaces,
123
- // given a list of workspace names.
+ // Get the actual nodes corresponding to a root node's child workspaces, given a list of workspace names.
124
workspaceNodes (tree, workspaces) {
125
const wsMap = tree.workspaces
126
if (!wsMap) {
0 commit comments