()
| 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 |
nothing calls this directly
no test coverage detected