Home
last modified time | relevance | path

Searched refs:string (Results 8626 - 8650 of 27806) sorted by relevance

1...<<341342343344345346347348349350>>...1113

/third_party/typescript/tests/baselines/reference/
H A DconstraintsUsedInPrototypeProperty.js2 class Foo<T extends number, U, V extends string> { }
H A DcontextualTyping24.js2 var foo:(a:{():number; (i:number):number; })=>number; foo = function(this: void, a:string){return 5};
H A DcontextualTypingOfLambdaWithMultipleSignatures.js4 getFoo(s: string): void;
H A DcontrolFlowConditionalExpression.js2 let x: string | number | boolean;
6 x; // string | number
13 x; // string | number
H A DdeclarationFilesWithTypeReferences1.js5 stack2: string;
H A DdeclarationFilesWithTypeReferences2.js5 stack2: string;
H A DdeclarationFilesWithTypeReferences3.js5 stack2: string;
H A DdeclarationFilesWithTypeReferences4.js5 stack2: string;
H A DdefaultValueInFunctionTypes.js3 var y = <(a : string = "") => any>(undefined)
H A DemitRestParametersFunctionES6.js3 function foo(x: number, y: string, ...rest) { }
H A DemptyIndexer.js7 [s:string]: I1;
H A DerrorMessageOnObjectLiteralType.js3 a: string;
H A DmoduleAndInterfaceSharingName2.js9 var z2: X.Y<string>;
H A DnewExpressionWithTypeParameterConstrainedToOuterTypeParameter.js5 var i: I<string>;
6 var y = new i(""); // y should be string
10 var y = new i(""); // y should be string
H A DnoImplicitReturnsWithProtectedBlocks1.js2 declare function log(s: string): void;
H A DnoImplicitReturnsWithProtectedBlocks3.js2 declare function log(s: string): void;
H A DnullishCoalescingOperator10.js2 declare function f(): string | undefined;
H A DnullishCoalescingOperator6.js2 function foo(foo: string, bar = foo ?? "bar") { }
H A DnullishCoalescingOperatorInParameterInitializer(target=es5).js3 const a = (): string | undefined => undefined;
H A DnumericIndexerConstraint5.js3 var z: { [name: number]: string } = x;
H A DoptionalChainingInArrow.js3 const test = (names: string[]) =>
H A DparserArrowFunctionExpression6.js2 function foo(q: string, b: number) {
H A DparserCommaInTypeMemberList2.js2 var s = $.extend< { workItem: any }, { workItem: any, width: string }>({ workItem: this._workItem }, {});
H A DparserES5SymbolProperty6.js3 [Symbol.toStringTag]: string = "";
H A DparserSymbolProperty6.js3 [Symbol.toStringTag]: string = "";

Completed in 89 milliseconds

1...<<341342343344345346347348349350>>...1113