Searched refs:MethodDecorator (Results 1 – 25 of 26) sorted by relevance
12
/third_party/typescript/tests/baselines/reference/ |
D | decoratorMetadataPromise.types | 2 declare const decorator: MethodDecorator; 3 >decorator : MethodDecorator 9 >decorator : MethodDecorator 15 >decorator : MethodDecorator 22 >decorator : MethodDecorator
|
D | emitDecoratorMetadata_restArgs.types | 5 declare const MyMethodDecorator: MethodDecorator; 6 >MyMethodDecorator : MethodDecorator 18 >MyMethodDecorator : MethodDecorator 35 >MyMethodDecorator : MethodDecorator
|
D | emitDecoratorMetadata_object.types | 5 declare const MyMethodDecorator: MethodDecorator; 6 >MyMethodDecorator : MethodDecorator 18 >MyMethodDecorator : MethodDecorator
|
D | decoratorMetadataRestParameterWithImportedType.types | 39 function annotation1(): MethodDecorator { 40 >annotation1 : () => MethodDecorator 69 >annotation1() : MethodDecorator 70 >annotation1 : () => MethodDecorator
|
D | emitDecoratorMetadata_object.symbols | 6 declare const MyMethodDecorator: MethodDecorator; 8 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
|
D | emitDecoratorMetadata_restArgs.symbols | 6 declare const MyMethodDecorator: MethodDecorator; 8 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
|
D | decoratorMetadataPromise.symbols | 2 declare const decorator: MethodDecorator; 4 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
|
D | decoratorMetadataRestParameterWithImportedType.symbols | 39 function annotation1(): MethodDecorator { 41 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
|
D | potentiallyUncalledDecorators.symbols | 51 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator { 53 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
|
D | emitDecoratorMetadata_object.js | 3 declare const MyMethodDecorator: MethodDecorator;
|
D | emitDecoratorMetadata_restArgs.js | 3 declare const MyMethodDecorator: MethodDecorator;
|
D | decoratorMetadataPromise.js | 2 declare const decorator: MethodDecorator;
|
D | decoratorMetadataRestParameterWithImportedType.js | 25 function annotation1(): MethodDecorator {
|
D | potentiallyUncalledDecorators.js | 25 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
|
D | potentiallyUncalledDecorators.types | 56 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
|
D | potentiallyUncalledDecorators.errors.txt | 66 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
|
/third_party/typescript/tests/cases/fourslash/etslib/ |
D | common.d.ts | 30 declare const Builder: MethodDecorator; 32 declare const Extend: <T>(component: T) => MethodDecorator; 33 declare const Styles: MethodDecorator;
|
/third_party/typescript/tests/cases/compiler/ |
D | emitDecoratorMetadata_object.ts | 6 declare const MyMethodDecorator: MethodDecorator;
|
D | decoratorMetadataPromise.ts | 5 declare const decorator: MethodDecorator;
|
D | emitDecoratorMetadata_restArgs.ts | 6 declare const MyMethodDecorator: MethodDecorator;
|
D | decoratorMetadataRestParameterWithImportedType.ts | 27 function annotation1(): MethodDecorator {
|
D | potentiallyUncalledDecorators.ts | 28 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
|
/third_party/typescript_eslint/packages/scope-manager/src/lib/ |
D | es5.ts | 308 MethodDecorator: {
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 1408 declare type MethodDecorator = <T>(target: Object, propertyKey: string | symbol, descriptor: TypedP… alias
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 1428 declare type MethodDecorator = <T>(target: Object, propertyKey: string | symbol, descriptor: TypedP… alias
|
12