Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DdocumentRegistry.ts377 function compilerOptionValueToString(value: unknown): string { function
382 return `[${map(value, e => compilerOptionValueToString(e))?.join(",")}]`;
387 str += `${key}: ${compilerOptionValueToString((value as any)[key])}`;
396 …option => (option.name !== "paths" ? compilerOptionValueToString(getCompilerOptionValue(settings, …
399 …return sourceFileAffectingCompilerOptions.map(option => compilerOptionValueToString(getCompilerOpt…