SonarJS linter helper functions
    Preparing search index...

    Type Alias AwsCdkCallback

    type AwsCdkCallback = {
        functionName?: string;
        methods?: string[];
        callExpression(expr: CallExpression, ctx: RuleContext, fqn?: string): void;
        newExpression(expr: NewExpression, ctx: RuleContext): void;
    }
    Index

    Properties

    functionName?: string
    methods?: string[]

    Methods

    • Parameters

      • expr: CallExpression
      • ctx: RuleContext
      • Optionalfqn: string

      Returns void

    • Parameters

      • expr: NewExpression
      • ctx: RuleContext

      Returns void