/third_party/typescript/tests/baselines/reference/ |
D | conditionalOperatorConditionIsObjectType.types | 39 class C { static doIt: () => void }; 41 >doIt : () => void 165 C.doIt() ? exprString1 : exprString2; 166 >C.doIt() ? exprString1 : exprString2 : string 167 >C.doIt() : void 168 >C.doIt : () => void 170 >doIt : () => void 325 var resultIsString3 = C.doIt() ? exprString1 : exprString2; 327 >C.doIt() ? exprString1 : exprString2 : string 328 >C.doIt() : void [all …]
|
D | conditionalOperatorConditionIsObjectType.js | 18 class C { static doIt: () => void }; 40 C.doIt() ? exprString1 : exprString2; 62 var resultIsString3 = C.doIt() ? exprString1 : exprString2; 64 var resultIsStringOrBoolean3 = C.doIt() ? exprString1 : exprBoolean1; // union 106 C.doIt() ? exprString1 : exprString2; 125 var resultIsString3 = C.doIt() ? exprString1 : exprString2; 127 var resultIsStringOrBoolean3 = C.doIt() ? exprString1 : exprBoolean1; // union
|
D | conditionalOperatorConditionIsObjectType.symbols | 42 class C { static doIt: () => void }; 44 >doIt : Symbol(C.doIt, Decl(conditionalOperatorConditionIsObjectType.ts, 16, 9)) 132 C.doIt() ? exprString1 : exprString2; 133 >C.doIt : Symbol(C.doIt, Decl(conditionalOperatorConditionIsObjectType.ts, 16, 9)) 135 >doIt : Symbol(C.doIt, Decl(conditionalOperatorConditionIsObjectType.ts, 16, 9)) 250 var resultIsString3 = C.doIt() ? exprString1 : exprString2; 252 >C.doIt : Symbol(C.doIt, Decl(conditionalOperatorConditionIsObjectType.ts, 16, 9)) 254 >doIt : Symbol(C.doIt, Decl(conditionalOperatorConditionIsObjectType.ts, 16, 9)) 266 var resultIsStringOrBoolean3 = C.doIt() ? exprString1 : exprBoolean1; // union 268 >C.doIt : Symbol(C.doIt, Decl(conditionalOperatorConditionIsObjectType.ts, 16, 9)) [all …]
|
D | jsDeclarationsFunctionJSDoc.js | 29 doIt() {} method in Aleph 68 Aleph.prototype.doIt = function () { }; method in Aleph 103 doIt(): void;
|
D | checkSwitchStatementIfCaseTypeIsString.symbols | 9 doIt(x: Array<string>): void { 10 >doIt : Symbol(A.doIt, Decl(checkSwitchStatementIfCaseTypeIsString.ts, 2, 9))
|
D | mappedTypePartialConstraints.symbols | 16 doIt(data : Partial<T>) {} 17 >doIt : Symbol(MyClass.doIt, Decl(mappedTypePartialConstraints.ts, 6, 38))
|
D | jsDeclarationsFunctionJSDoc.symbols | 41 doIt() {} 42 >doIt : Symbol(Aleph.doIt, Decl(source.js, 21, 5))
|
D | checkSwitchStatementIfCaseTypeIsString.js | 5 doIt(x: Array<string>): void { 18 A.prototype.doIt = function (x) { method in A
|
D | mappedTypePartialConstraints.types | 12 doIt(data : Partial<T>) {} 13 >doIt : (data: Partial<T>) => void
|
D | conditionalOperatorConditionIsObjectType.errors.txt | 25 class C { static doIt: () => void }; 49 C.doIt() ? exprString1 : exprString2; 75 var resultIsString3 = C.doIt() ? exprString1 : exprString2; 79 var resultIsStringOrBoolean3 = C.doIt() ? exprString1 : exprBoolean1; // union
|
D | mappedTypePartialConstraints.js | 9 doIt(data : Partial<T>) {} method in MyClass 39 MyClass.prototype.doIt = function (data) { }; method in MyClass
|
D | jsDeclarationsFunctionJSDoc.types | 42 doIt() {} 43 >doIt : () => void
|
D | checkSwitchStatementIfCaseTypeIsString.types | 9 doIt(x: Array<string>): void { 10 >doIt : (x: Array<string>) => void
|
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/ |
D | conditionalOperatorConditionIsObjectType.ts | 17 class C { static doIt: () => void }; property in C 39 C.doIt() ? exprString1 : exprString2; 61 var resultIsString3 = C.doIt() ? exprString1 : exprString2; 63 var resultIsStringOrBoolean3 = C.doIt() ? exprString1 : exprBoolean1; // union
|
/third_party/node/deps/npm/lib/ |
D | outdated.js | 366 return doIt('linked', 'linked') 369 return doIt('git', 'git') 373 return doIt('remote', 'remote') 380 function doIt (wanted, latest) { function 407 doIt(wanted, latest) 443 doIt( 448 doIt(m.version, l.version)
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/comments/ |
D | switch-fallthrough-comment.src.js | 6 doIt();
|
D | switch-fallthrough-comment-in-function.src.js | 7 doIt();
|
/third_party/typescript/tests/cases/compiler/ |
D | checkSwitchStatementIfCaseTypeIsString.ts | 4 doIt(x: Array<string>): void {
|
D | mappedTypePartialConstraints.ts | 8 doIt(data : Partial<T>) {} method in MyClass
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsFunctionJSDoc.ts | 34 doIt() {} method in Aleph
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/comments/ |
D | switch-fallthrough-comment.src.js.shot | 61 "name": "doIt", 441 "value": "doIt",
|
D | switch-fallthrough-comment-in-function.src.js.shot | 65 "name": "doIt", 626 "value": "doIt",
|