• Parameters

    • $startJp: Joinpoint
    • options: {
          simplifyLoops: {
              forToWhile: boolean;
          };
      } = ...

      Object with options. See default value for supported options.

      • simplifyLoops: {
            forToWhile: boolean;
        }
        • forToWhile: boolean

    Returns void