D | rpt.js | 11 constructor (pkg, logical, physical, er, cache) { argument 20 const parent = basename(dirname(logical)) 22 this.name = `${parent}/${basename(logical)}` 24 this.name = basename(logical) 25 this.path = logical 37 constructor (pkg, logical, physical, realpath, er, cache) { argument 38 super(pkg, logical, physical, er, cache) 49 this.target = cachedTarget || new Node(pkg, logical, realpath, er, cache) 66 const newNode = (pkg, logical, physical, er, cache) => argument 69 res(new Node(pkg, logical, physical, er, cache)), 10)) [all …]
|