Gets the list of decorators linked to a specified decorator.
The reference decorator.
The list of decorators to filter.
The list of linked decorators.
@A()@B()method() {} Copy
@A()@B()method() {}
method( @A() @B() param: string) {} Copy
method( @A() @B() param: string) {}
@A()@B()class X {} Copy
@A()@B()class X {}
Gets the list of decorators linked to a specified decorator.