Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts882 const jsConfig: File = { constant
887 host.ensureFileOrFolder(jsConfig, /*ignoreWatchInvokedWithTriggerAsFileCreate*/ true);
892 … rootFiles: [{ fileName: jsConfig.path }, { fileName: tsconfig.path }, { fileName: jsFilePath }],
898 const jsConfigProject = service.configuredProjects.get(jsConfig.path.toLowerCase())!;
899 checkProjectActualFiles(jsConfigProject, [jsConfig.path, jsFilePath, libFile.path]);