| /third_party/typescript/tests/cases/compiler/ |
| D | moduleAugmentationsBundledOutput1.ts | 7 export class Cls { class 16 interface Cls { interface 22 interface Cls { interface 38 interface Cls { interface 44 interface Cls { interface
|
| D | typeReferenceDirectives9.ts | 12 export class Cls { class 23 interface Cls { interface 26 namespace Cls { namespace
|
| D | typeReferenceDirectives12.ts | 14 export class Cls { class 25 interface Cls { interface 28 namespace Cls { namespace
|
| D | classPropInitializationInferenceWithElementAccess.ts | 5 export class Cls { class
|
| D | moduleAugmentationInAmbientModule2.ts | 10 class Cls { x: number } class
|
| D | moduleAugmentationInAmbientModule1.ts | 11 class Cls { x: number } class
|
| D | newNamesInGlobalAugmentations1.ts | 13 class Cls {x} class
|
| D | moduleAugmentationInAmbientModule4.ts | 10 class Cls { x: number } class
|
| D | moduleAugmentationInAmbientModule3.ts | 10 class Cls { x: number } class
|
| D | moduleAugmentationsImports2.ts | 13 class Cls {y: string; } class
|
| D | moduleAugmentationsImports4.ts | 13 class Cls {y: string; } class
|
| D | moduleAugmentationsImports3.ts | 13 class Cls {y: string; } class
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeReferenceDirectives9.js | 7 export class Cls { class 39 function Cls() { class in Cls 49 main_1.Cls.prototype.foo = function () { return undefined; }; class
|
| D | moduleAugmentationsBundledOutput1.js | 4 export class Cls { class 62 var Cls = /** @class */ (function () { class 63 function Cls() { class in anonymousFunction6141a01f0500.Cls 72 m1_1.Cls.prototype.foo = function () { return 1; }; class in m1_1 95 m1_2.Cls.prototype.baz1 = function () { return undefined; }; class in m1_2
|
| D | jsDeclarationsDefaultsErr.js | 5 class Cls { class 35 function Cls() { class in Cls
|
| D | jsDeclarationsFunctions.js | 8 c.Cls = class {} class 73 function Cls() { class in c.Cls
|
| D | moduleAugmentationInAmbientModule1.js | 9 class Cls { x: number } class
|
| D | newNamesInGlobalAugmentations1.js | 13 class Cls {x} class
|
| D | moduleAugmentationInAmbientModule2.js | 9 class Cls { x: number } class
|
| D | moduleAugmentationInAmbientModule4.js | 9 class Cls { x: number } class
|
| D | moduleAugmentationInAmbientModule3.js | 9 class Cls { x: number } class
|
| D | jsDeclarationsFunctionsCjs.js | 8 module.exports.c.Cls = class {} class 68 function Cls() { class in module.exports.c.Cls
|
| D | mixinPrivateAndProtected.js | 117 function mixB(Cls) { argument 129 function mixB2(Cls) { argument 141 function mixC(Cls) { argument
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | constructorFunctionMethodTypeParameters.ts | 9 function Cls(t) { function
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsDefaultsErr.ts | 8 class Cls { class
|