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

Function getBuildOptionsNameMap

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

Source from the content-addressed store, hash-verified

40712 }
40713 var buildOptionsNameMapCache;
40714 function getBuildOptionsNameMap() {
40715 return buildOptionsNameMapCache || (buildOptionsNameMapCache = createOptionNameMap(ts.buildOpts));
40716 }
40717 var buildOptionsAlternateMode = {
40718 diagnostic: ts.Diagnostics.Compiler_option_0_may_not_be_used_with_build,
40719 getOptionsNameMap: getOptionsNameMap

Callers

nothing calls this directly

Calls 1

createOptionNameMapFunction · 0.85

Tested by

no test coverage detected