(options, option)
| 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; |
no test coverage detected