Home
last modified time | relevance | path

Searched refs:nodeModulesFilePath2 (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Dprojects.ts1588 … const nodeModulesFilePath2 = server.asNormalizedPath("/project/node_modules/@types/b/index.d.ts"); constant
1594 { path: nodeModulesFilePath2, content: "{}" },
1604 const openNodeModulesFileResult2 = projectService.openClientFile(nodeModulesFilePath2);
1608 …ualFiles(rootProject, [rootProjectPath, rootFilePath, nodeModulesFilePath1, nodeModulesFilePath2]);