Searched refs:compilerOptionsObjectLiteralSyntax (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 3563 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant 3564 …return compilerOptionsObjectLiteralSyntax && getPropertyAssignment(compilerOptionsObjectLiteralSyn… 3577 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant 3578 …return compilerOptionsObjectLiteralSyntax && getPropertyArrayElementValue(compilerOptionsObjectLit… 3601 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant 3602 const needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 3603 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 89770 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 89771 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral… 89781 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 89782 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject… 89800 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 89801 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 89802 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|
| D | typingsInstaller.js | 109127 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109128 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral… 109138 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109139 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject… 109157 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109158 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 109159 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|
| D | typescript.js | 109332 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109333 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral… 109343 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109344 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject… 109362 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109363 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 109364 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|
| D | typescriptServices.js | 109332 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109333 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral… 109343 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109344 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject… 109362 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109363 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 109364 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|
| D | tsserverlibrary.js | 109332 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109333 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral… 109343 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109344 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject… 109362 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109363 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 109364 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|
| D | tsserver.js | 109138 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109139 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral… 109149 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109150 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject… 109168 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); 109169 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax || 109170 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
|