• Parameters

    • options: {
          inliner: {};
          normalizeToSubset: {
              simplifyLoops: {
                  forToWhile: boolean;
              };
          };
      } = ...

      Object with options. See default value for supported options

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

      Returns void