Searched refs:isLink (Results 1 – 22 of 22) sorted by relevance
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | dep-valid.js | 116 const isLink = !!child.isLink constant 120 return !isLink 124 return isLink && relative(child.realpath, requested.fetchSpec) === '' 128 if (child.isLink) {
|
D | node.js | 137 this.realpath = !this.isLink ? this.path : resolve(realpath) 589 if (this.isLink) { 636 if (parent.isLink) { 661 if (!this.isLink) { 709 if (this.isLink) { 743 if (this.isLink) { 755 if (node.isLink) { 819 if (this.isLink && target && !this.target && root !== this) { 937 if (fsParent.isLink) { 1114 if (this.isLink) { [all …]
|
D | calc-dep-flags.js | 33 if (node.isLink) { 100 if (node.isLink) {
|
D | link.js | 121 get isLink () { getter in Link
|
D | shrinkwrap.js | 244 if (node.isLink) { 985 if (node.isLink) { 1012 !node.isLink && 1029 } else if (!node.isLink) {
|
D | yarn-lock.js | 327 node.isLink ? dirname(node.path) : node.path,
|
D | tree-check.js | 104 if (!node.isLink && node.path !== node.realpath) {
|
D | printable.js | 187 const Cls = tree.isLink ? ArboristLink
|
D | diff.js | 163 if (node.isRoot && node.isLink) {
|
D | place-dep.js | 251 ...(this.dep.isLink ? { target: this.dep.target, realpath: this.dep.realpath } : {}),
|
D | query-selector-all.js | 247 return this.initialItems.filter(node => node.isLink || (node.isTop && !node.isRoot))
|
/third_party/node/deps/npm/lib/commands/ |
D | ls.js | 334 (node.isLink ? ` -> ${relativePrefix}${targetLocation}` : '') + 407 return link ? edge.to && edge.to.isLink : true 472 isLink: node.isLink, property
|
D | link.js | 159 if (tree.isLink) {
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
D | reify.js | 522 !diff.ideal.isLink 674 if (!node.isLink) { 1088 if (node.isLink) { 1168 if (node.isLink && linkedFromRoot) { 1512 const { realpath, isLink } = actual 1513 if (isLink && ideal.isLink && ideal.realpath === realpath) {
|
D | load-actual.js | 218 const actualRoot = tree.isLink ? tree.target : tree 221 const def = kid.isLink ? `file:${kid.realpath.replace(/#/g, '%23')}` : '*'
|
D | isolated-reifier.js | 257 isLink: false, 320 isLink: false, property 411 isLink: true, property
|
D | index.js | 122 if (dep.isLink) {
|
D | build-ideal-tree.js | 394 if (root.isLink) { 1029 if (to && to.isLink && to.target) { 1110 if (child.isLink) {
|
D | load-virtual.js | 222 if (!location || node.isLink && !node.target.location) {
|
D | rebuild.js | 138 } else if (node.isLink) {
|
/third_party/node/deps/npm/test/lib/commands/ |
D | link.js | 31 if (item.isLink) {
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/ |
D | README.md | 180 * `node.isLink` Whether this represents a symlink. Always `false` for Node 222 * `link.isLink` Always true.
|