MCPcopy Index your code
hub / github.com/nodejs/node / pathContainsNodeModules

Function pathContainsNodeModules

test/fixtures/snapshot/typescript.js:43477–43479  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

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`.

Callers 2

tryResolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…