Home
last modified time | relevance | path

Searched refs:isLink (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Ddep-valid.js116 const isLink = !!child.isLink constant
120 return !isLink
124 return isLink && relative(child.realpath, requested.fetchSpec) === ''
128 if (child.isLink) {
Dnode.js137 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 …]
Dcalc-dep-flags.js33 if (node.isLink) {
100 if (node.isLink) {
Dlink.js121 get isLink () { getter in Link
Dshrinkwrap.js244 if (node.isLink) {
985 if (node.isLink) {
1012 !node.isLink &&
1029 } else if (!node.isLink) {
Dyarn-lock.js327 node.isLink ? dirname(node.path) : node.path,
Dtree-check.js104 if (!node.isLink && node.path !== node.realpath) {
Dprintable.js187 const Cls = tree.isLink ? ArboristLink
Ddiff.js163 if (node.isRoot && node.isLink) {
Dplace-dep.js251 ...(this.dep.isLink ? { target: this.dep.target, realpath: this.dep.realpath } : {}),
Dquery-selector-all.js247 return this.initialItems.filter(node => node.isLink || (node.isTop && !node.isRoot))
/third_party/node/deps/npm/lib/commands/
Dls.js334 (node.isLink ? ` -> ${relativePrefix}${targetLocation}` : '') +
407 return link ? edge.to && edge.to.isLink : true
472 isLink: node.isLink, property
Dlink.js159 if (tree.isLink) {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dreify.js522 !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) {
Dload-actual.js218 const actualRoot = tree.isLink ? tree.target : tree
221 const def = kid.isLink ? `file:${kid.realpath.replace(/#/g, '%23')}` : '*'
Disolated-reifier.js257 isLink: false,
320 isLink: false, property
411 isLink: true, property
Dindex.js122 if (dep.isLink) {
Dbuild-ideal-tree.js394 if (root.isLink) {
1029 if (to && to.isLink && to.target) {
1110 if (child.isLink) {
Dload-virtual.js222 if (!location || node.isLink && !node.target.location) {
Drebuild.js138 } else if (node.isLink) {
/third_party/node/deps/npm/test/lib/commands/
Dlink.js31 if (item.isLink) {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/
DREADME.md180 * `node.isLink` Whether this represents a symlink. Always `false` for Node
222 * `link.isLink` Always true.