Searched refs:quickInfoIs (Results 1 – 25 of 45) sorted by relevance
12
/third_party/typescript/tests/cases/fourslash/ |
D | quickInfoCanBeTruncated.ts | 516 verify.quickInfoIs(`type A = keyof Foo`); 518 verify.quickInfoIs(`type Less = "_1" | "_2" | "_3" | "_4" | "_5" | "_6" | "_7" | "_8" | "_9" | "_10… 525 verify.quickInfoIs(`type Decomposed = { 561 verify.quickInfoIs(`type LongTuple = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17.… 563 verify.quickInfoIs(`type DeeplyMapped = {
|
D | quickInfoMappedSpreadTypes.ts | 21 verify.quickInfoIs("(property) Foo.bar: number", "Doc"); 24 verify.quickInfoIs("(property) bar: string", "Doc"); 27 verify.quickInfoIs("(property) Foo.bar: number", "Doc"); 30 verify.quickInfoIs("(property) bar: string", "Doc");
|
D | quickInfoOnMergedInterfacesWithIncrementalEdits.ts | 16 verify.quickInfoIs("(property) B<string>.bar: string"); 19 verify.quickInfoIs("any"); 23 verify.quickInfoIs("(property) B<string>.bar: string"); 25 verify.quickInfoIs("var r4: string");
|
D | quickInfoMeaning.ts | 34 verify.quickInfoIs("const foo: number"); 38 verify.quickInfoIs("(alias) interface foo\nimport foo = require(\"foo_module\")"); 70 verify.quickInfoIs("(alias) const bar: number\nimport bar = require(\"bar_module\")"); 74 verify.quickInfoIs("interface bar");
|
D | quickInfoJSDocBackticks.ts | 21 verify.quickInfoIs("function f(x: string, y: string): string", "`@param` initial at-param is OK in … 23 verify.quickInfoIs("(parameter) x: string", "hi there `@param`"); 25 verify.quickInfoIs("(parameter) y: string", "hi there `@ * param\nthis is the margin");
|
D | quickInfoJsDocTagsFunctionOverload06.ts | 22 verify.quickInfoIs("(alias) getArrayLength(arr: string[]): number (+1 overload)\nimport getArrayLen… 24 verify.quickInfoIs("(alias) getArrayLength(arr: boolean[]): number (+1 overload)\nimport getArrayLe… 26 verify.quickInfoIs("(alias) getArrayLength(arr: string[]): number (+1 overload)\nimport getArrayLen…
|
D | quickinfoExpressionTypeNotChangedViaDeletion.ts | 12 verify.quickInfoIs("const test2: false"); 15 verify.quickInfoIs("const test1: false");
|
D | quickInfoForRequire.ts | 12 verify.quickInfoIs("module a"); 15 verify.quickInfoIs("module a");
|
D | quickInfoForGetterAndSetter.ts | 20 verify.quickInfoIs("(getter) Test.value: any", "Getter text"); 23 verify.quickInfoIs("(setter) Test.value: any", "Setter text");
|
D | editJsdocType.ts | 11 verify.quickInfoIs(""); 13 verify.quickInfoIs("");
|
D | quickInfoUntypedModuleImport.ts | 15 verify.quickInfoIs(""); 19 verify.quickInfoIs("import foo");
|
D | nameOfRetypedClassInModule.ts | 25 verify.quickInfoIs('constructor A(val: any): A'); 31 verify.quickInfoIs('constructor M.B(val: any): B');
|
D | externalModuleWithExportAssignment.ts | 50 verify.quickInfoIs("(property) test1: a1.connectModule\n(res: any, req: any, next: any) => void", u… 71 verify.quickInfoIs("(property) test1: a1.connectModule\n(res: any, req: any, next: any) => void", u…
|
D | jsDocFunctionSignatures12.ts | 25 verify.quickInfoIs(`(parameter) o: {
|
D | jsDocAugments.ts | 22 verify.quickInfoIs("(local var) x: string");
|
D | jsDocFunctionSignatures11.ts | 9 verify.quickInfoIs("const variables: {\n [name: string]: string;\n}");
|
D | jsDocFunctionSignatures13.ts | 10 verify.quickInfoIs("any");
|
D | jsDocIndentationPreservation2.ts | 13 verify.quickInfoIs("function foo(): void", "Does some stuff.\n Second line.\n\tThird line.");
|
D | jsDocIndentationPreservation3.ts | 13 verify.quickInfoIs("function foo(): void", "Does some stuff.\n Second line.\n\tThird line.");
|
D | jsDocFunctionSignatures10.ts | 15 verify.quickInfoIs("function foo<any>(x: any): void", "Do some foo things");
|
D | jsDocIndentationPreservation1.ts | 13 verify.quickInfoIs("function foo(): void", "Does some stuff.\n Second line.\n\tThird line.");
|
/third_party/typescript/tests/cases/fourslash/server/ |
D | jsdocCallbackTag.ts | 29 verify.quickInfoIs("var t: FooHandler"); 31 verify.quickInfoIs("var t2: FooHandler2"); 33 verify.quickInfoIs("type FooHandler2 = (eventName?: string | undefined, eventName2?: string) => any… 35 verify.quickInfoIs("type FooHandler = (eventName: string, eventName2: number | string, eventName3: …
|
D | ngProxy3.ts | 20 verify.quickInfoIs('let x: number[]');
|
D | ngProxy1.ts | 19 verify.quickInfoIs('Proxied x: number[]hello world');
|
D | ngProxy2.ts | 20 verify.quickInfoIs('let x: number[]');
|
12