MCPcopy Create free account
hub / github.com/nodejs/node / getCompilerOptionValue

Function getCompilerOptionValue

test/fixtures/snapshot/typescript.js:20364–20366  ·  view source on GitHub ↗
(options, option)

Source from the content-addressed store, hash-verified

20362 }
20363 ts.compilerOptionsAffectEmit = compilerOptionsAffectEmit;
20364 function getCompilerOptionValue(options, option) {
20365 return option.strictFlag ? getStrictOptionValue(options, option.name) : options[option.name];
20366 }
20367 ts.getCompilerOptionValue = getCompilerOptionValue;
20368 function getJSXTransformEnabled(options) {
20369 var jsx = options.jsx;

Callers 1

optionsHaveChangesFunction · 0.85

Calls 1

getStrictOptionValueFunction · 0.85

Tested by

no test coverage detected