(r)
| 42348 | return r && { path: r.path, extension: r.ext, packageId: packageId }; |
| 42349 | } |
| 42350 | function noPackageId(r) { |
| 42351 | return withPackageId(/*packageInfo*/ undefined, r); |
| 42352 | } |
| 42353 | function removeIgnoredPackageId(r) { |
| 42354 | if (r) { |
| 42355 | ts.Debug.assert(r.packageId === undefined); |
no test coverage detected
searching dependent graphs…