Home
last modified time | relevance | path

Searched refs:includeWorkspaceRoot (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/lib/workspaces/
Dget-workspaces.js11 const getWorkspaces = async (filters, { path, includeWorkspaceRoot, relativeFrom }) => { argument
16 if (includeWorkspaceRoot) {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dindex.js140 workspaceDependencySet (tree, workspaces, includeWorkspaceRoot) { argument
142 if (includeWorkspaceRoot) {
240 this.options.includeWorkspaceRoot
Drebuild.js91 this.options.includeWorkspaceRoot
Dreify.js340 || this.options.includeWorkspaceRoot && this.options.workspaces.length > 0
993 this.options.includeWorkspaceRoot
Dbuild-ideal-tree.js430 if (this.options.includeWorkspaceRoot) {
/third_party/node/deps/npm/lib/
Dbase-command.js165 const includeWorkspaceRoot = this.isArboristCmd
175 includeWorkspaceRoot, property
/third_party/node/deps/npm/test/lib/workspaces/
Dget-workspaces.js93 { path, includeWorkspaceRoot: true, relativeFrom: path }) property
/third_party/node/deps/npm/lib/commands/
Dinit.js54 if (this.npm.flatOptions.includeWorkspaceRoot) {
Doutdated.js46 this.npm.flatOptions.includeWorkspaceRoot
Daudit.js499 this.npm.flatOptions.includeWorkspaceRoot
Dls.js94 if (this.npm.flatOptions.includeWorkspaceRoot
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs2428 "includeWorkspaceRoot": false,