MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / getTsCompilerOptionsJson

Function getTsCompilerOptionsJson

src/telemetryGenerator.node.ts:388–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386}
387
388function getTsCompilerOptionsJson(): any {
389 const tsconfigPath = path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'tsconfig.json');
390 const jsonContent = ts.parseConfigFileTextToJson(tsconfigPath, fs.readFileSync(tsconfigPath, 'utf8'));
391 return ts.convertCompilerOptionsFromJson(jsonContent.config.compilerOptions, '');
392}
393
394/** Generate documentation for all classes in a set of .ts files */
395function generateDocumentationForCommonTypes(fileNames: string[]): void {

Callers 2

generateDocumentationFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected