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

Function getSerializedCompilerOption

test/fixtures/snapshot/typescript.js:41302–41305  ·  view source on GitHub ↗

* Get the compiler options to be written into the tsconfig.json. * @param options commandlineOptions to be included in the compileOptions.

(options)

Source from the content-addressed store, hash-verified

41300 * @param options commandlineOptions to be included in the compileOptions.
41301 */
41302 function getSerializedCompilerOption(options) {
41303 var compilerOptions = ts.extend(options, ts.defaultInitCompilerOptions);
41304 return serializeCompilerOptions(compilerOptions);
41305 }
41306 /**
41307 * Generate tsconfig configuration when running command line "--init"
41308 * @param options commandlineOptions to be generated into tsconfig.json

Callers 2

generateTSConfigFunction · 0.85

Calls 2

serializeCompilerOptionsFunction · 0.85
extendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…