Searched refs:compilerOptionsObjectLiteralSyntax (Results 1 – 3 of 3) sorted by relevance
3982 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant3983 …return compilerOptionsObjectLiteralSyntax && getPropertyAssignment(compilerOptionsObjectLiteralSyn…3996 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant3997 …return compilerOptionsObjectLiteralSyntax && getPropertyArrayElementValue(compilerOptionsObjectLit…4020 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant4021 const needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax ||4022 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
124124 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();124125 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral…124135 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();124136 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject…124154 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();124155 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax ||124156 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
103098 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();103099 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral…103109 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();103110 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject…103128 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();103129 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax ||103130 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…