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

Function getOptionsNameMap

test/fixtures/snapshot/typescript.js:40457–40459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40455 var optionsNameMapCache;
40456 /* @internal */
40457 function getOptionsNameMap() {
40458 return optionsNameMapCache || (optionsNameMapCache = createOptionNameMap(ts.optionDeclarations));
40459 }
40460 ts.getOptionsNameMap = getOptionsNameMap;
40461 var compilerOptionsAlternateMode = {
40462 diagnostic: ts.Diagnostics.Compiler_option_0_may_only_be_used_with_build,

Callers 2

serializeCompilerOptionsFunction · 0.85

Calls 1

createOptionNameMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…