(r)
| 42351 | return withPackageId(/*packageInfo*/ undefined, r); |
| 42352 | } |
| 42353 | function removeIgnoredPackageId(r) { |
| 42354 | if (r) { |
| 42355 | ts.Debug.assert(r.packageId === undefined); |
| 42356 | return { path: r.path, ext: r.extension }; |
| 42357 | } |
| 42358 | } |
| 42359 | /** |
| 42360 | * Kinds of file that we are currently looking for. |
| 42361 | * Typically there is one pass with Extensions.TypeScript, then a second pass with Extensions.JavaScript. |
no test coverage detected
searching dependent graphs…