Home
last modified time | relevance | path

Searched refs:isWorkspace (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/test/fixtures/
Deresolve-explanations.js399 isWorkspace: false, property
418 isWorkspace: false, property
436 isWorkspace: false, property
457 isWorkspace: false, property
478 isWorkspace: false, property
496 isWorkspace: false, property
523 isWorkspace: false, property
538 isWorkspace: false, property
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dbuild-ideal-tree.js608 if (!node.isProjectRoot && !node.isWorkspace) {
1134 const bd = node.isProjectRoot || node.isWorkspace ? null
1172 if (edge.to.isWorkspace) {
1227 const isWorkspace = this.idealTree.workspaces && this.idealTree.workspaces.has(spec.name)
1231 if (spec.type === 'directory' && (isWorkspace || !installLinks)) {
1238 if (isWorkspace) {
1240 if (existingNode && existingNode.isWorkspace && existingNode.satisfies(edge)) {
1303 const { isProjectRoot, isWorkspace } = node.parent.sourceReference
1304 const isMine = isProjectRoot || isWorkspace
Disolated-reifier.js84 if (!next.isProjectRoot && !next.isWorkspace) {
97 result.isWorkspace = true
149 …result.localDependencies = await Promise.all(nonOptionalDeps.filter(n => n.isWorkspace).map(this.w…
150 …result.externalDependencies = await Promise.all(nonOptionalDeps.filter(n => !n.isWorkspace).map(th…
197 if (!from.isRoot && !from.isWorkspace) {
Dindex.js148 if (!to || to.isWorkspace) {
Dreify.js490 if (!top.isProjectRoot && !top.isWorkspace) {
/third_party/node/deps/npm/lib/commands/
Dls.js84 && edge.to.isWorkspace
94 && edge.to && !edge.to.isWorkspace) {
100 && edge.to.isWorkspace
128 const workspace = node.isWorkspace
283 let printable = node.isWorkspace ? workspacePkgId : pkgid
Doutdated.js173 && edge.to.target.isWorkspace
268 if (!node.isWorkspace) {
Daudit.js287 if (node.isWorkspace || // Skip local workspaces packages
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dplace-dep.js377 !(entryEdge.from.isProjectRoot || entryEdge.from.isWorkspace)) {
460 if (node.isWorkspace || node.isProjectRoot) {
476 if (edge.from.isWorkspace || edge.from.isProjectRoot) {
482 if (edge.from.isWorkspace || edge.from.isProjectRoot) {
Dprintable.js48 if (tree.isWorkspace) {
49 this.isWorkspace = true
Ddep-valid.js119 if (requestor.installLinks && !child.isWorkspace) {
Dvuln.js91 if (edge.from.isProjectRoot || edge.from.isWorkspace) {
Dnode.js425 why.isWorkspace = this.isWorkspace
520 get isWorkspace () { getter in Node
Dquery-selector-all.js686 return prevResults.filter(node => node.isWorkspace)
/third_party/node/deps/npm/test/lib/utils/
Dexplain-dep.js230 isWorkspace: true, property
237 isWorkspace: true, property
/third_party/node/deps/npm/lib/utils/
Dexplain-dep.js31 isWorkspace,
60 const pkgid = isWorkspace