(path)
| 43475 | ts.nodeModulesPathPart = "/node_modules/"; |
| 43476 | /*@internal*/ |
| 43477 | function pathContainsNodeModules(path) { |
| 43478 | return ts.stringContains(path, ts.nodeModulesPathPart); |
| 43479 | } |
| 43480 | ts.pathContainsNodeModules = pathContainsNodeModules; |
| 43481 | /** |
| 43482 | * This will be called on the successfully resolved path from `loadModuleFromFile`. |
no outgoing calls
no test coverage detected
searching dependent graphs…