From 165ee46d82d4d793e607928cb60c56deb9341396 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Fri, 8 Mar 2024 10:19:41 +0200 Subject: [PATCH] 2.2.13 --- CHANGELOG.md | 4 ++++ Documentation/Function/Directory.directory.html | 2 +- Documentation/Function/Image.image-2.html | 4 ++-- Documentation/Function/Integration.Defaultsharp.html | 4 ++-- Documentation/Function/Integration.Merge.html | 4 ++-- Documentation/Function/Integration.integration.html | 2 +- Documentation/Function/Merge.merge.html | 4 ++-- Documentation/Interface/CSS.Type-1.html | 4 ++-- Documentation/Interface/CSS.Type.html | 4 ++-- Documentation/Interface/Directory.Type.html | 2 +- Documentation/Interface/Image.Type-1.html | 4 ++-- Documentation/Interface/Image.Type-2.html | 4 ++-- Documentation/Interface/Image.Type.html | 4 ++-- Documentation/Interface/Integration.Type.html | 2 +- Documentation/Interface/Interface_Merge.Generic.html | 4 ++-- Documentation/Interface/Interface_Merge.Type.html | 4 ++-- Documentation/Interface/Map.Type.html | 2 +- Documentation/Interface/Option.Type.html | 4 ++-- Documentation/Interface/Parser.Type.html | 4 ++-- Documentation/Module/CSS.html | 4 ++-- Documentation/Module/Directory.html | 4 ++-- Documentation/Module/File.html | 4 ++-- Documentation/Module/HTML.html | 4 ++-- Documentation/Module/Image.html | 4 ++-- Documentation/Module/Integration.html | 4 ++-- Documentation/Module/Interface_Merge.html | 4 ++-- Documentation/Module/JavaScript.html | 4 ++-- Documentation/Module/Map.html | 4 ++-- Documentation/Module/Merge.html | 4 ++-- Documentation/Module/Middleware.html | 2 +- Documentation/Module/Option.html | 4 ++-- Documentation/Module/Parser.html | 4 ++-- Documentation/Module/SVG.html | 4 ++-- Documentation/Type/File.Type.html | 2 +- Documentation/Type/HTML.Type.html | 2 +- Documentation/Type/JavaScript.Type.html | 2 +- Documentation/Type/Parser.Type-1.html | 2 +- Documentation/Type/Parser.Type-2.html | 2 +- Documentation/Type/Parser.Type-3.html | 2 +- Documentation/Type/Parser.Type-4.html | 2 +- Documentation/Type/Parser.Type-5.html | 2 +- Documentation/Type/SVG.Type.html | 2 +- Documentation/Variable/CSS.CSS-1.html | 2 +- Documentation/Variable/CSS.CSS.html | 2 +- Documentation/Variable/File._Map.html | 2 +- Documentation/Variable/HTML.HTML.html | 2 +- Documentation/Variable/Image._Map.html | 2 +- Documentation/Variable/Image.image-1.html | 2 +- Documentation/Variable/Image.image.html | 2 +- Documentation/Variable/Integration.Default.html | 2 +- Documentation/Variable/Integration.Search.html | 2 +- Documentation/Variable/Integration.System.html | 4 ++-- Documentation/Variable/Integration._Action.html | 2 +- Documentation/Variable/JavaScript.javaScript.html | 2 +- Documentation/Variable/Map.map.html | 2 +- Documentation/Variable/Option.option.html | 2 +- Documentation/Variable/Parser.parser.html | 2 +- Documentation/Variable/SVG.SVG.html | 2 +- Documentation/assets/search.js | 2 +- Documentation/index.html | 4 ++-- README.md | 2 +- package.json | 4 ++-- 62 files changed, 94 insertions(+), 90 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe5413e..63b29029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.13 + +- Cleanup + ## 2.2.12 - Cleanup diff --git a/Documentation/Function/Directory.directory.html b/Documentation/Function/Directory.directory.html index bf77f7a7..b4ff73f7 100644 --- a/Documentation/Function/Directory.directory.html +++ b/Documentation/Function/Directory.directory.html @@ -1 +1 @@ -directory | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +directory | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Image.image-2.html b/Documentation/Function/Image.image-2.html index b25a8215..ebc4698f 100644 --- a/Documentation/Function/Image.image-2.html +++ b/Documentation/Function/Image.image-2.html @@ -1,2 +1,2 @@ -image | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +image | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Integration.Defaultsharp.html b/Documentation/Function/Integration.Defaultsharp.html index 663a8c32..73472181 100644 --- a/Documentation/Function/Integration.Defaultsharp.html +++ b/Documentation/Function/Integration.Defaultsharp.html @@ -1,4 +1,4 @@ -Defaultsharp | astro-compress - v2.2.12
  • Creates a sharp instance from an image

    +Defaultsharp | astro-compress - v2.2.13
    • Creates a sharp instance from an image

      Parameters

      • Optional options: SharpOptions

        Object with optional attributes.

      Returns sharp.Sharp

      A sharp instance that can be used to chain operations

      Throws

      Invalid parameters

      @@ -53,4 +53,4 @@

      Example: Block all input except WebP from the filesystem.

      Example: Block all input except JPEG and PNG from a Buffer or Stream.

      sharp.block({
      operation: ['VipsForeignLoad']
      });
      sharp.unblock({
      operation: ['VipsForeignLoadJpegBuffer', 'VipsForeignLoadPngBuffer']
      });
      -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Integration.Merge.html b/Documentation/Function/Integration.Merge.html index fe1b5bff..7d13aa11 100644 --- a/Documentation/Function/Integration.Merge.html +++ b/Documentation/Function/Integration.Merge.html @@ -1,2 +1,2 @@ -Merge | astro-compress - v2.2.12
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    -

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file +Merge | astro-compress - v2.2.13
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    +

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Integration.integration.html b/Documentation/Function/Integration.integration.html index 93b85b3b..2180fc59 100644 --- a/Documentation/Function/Integration.integration.html +++ b/Documentation/Function/Integration.integration.html @@ -1 +1 @@ -integration | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +integration | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Merge.merge.html b/Documentation/Function/Merge.merge.html index f4860e51..a43f1cd6 100644 --- a/Documentation/Function/Merge.merge.html +++ b/Documentation/Function/Merge.merge.html @@ -1,2 +1,2 @@ -merge | astro-compress - v2.2.12
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    -

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file +merge | astro-compress - v2.2.13
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    +

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/CSS.Type-1.html b/Documentation/Interface/CSS.Type-1.html index b5b447d6..451f21b9 100644 --- a/Documentation/Interface/CSS.Type-1.html +++ b/Documentation/Interface/CSS.Type-1.html @@ -1,4 +1,4 @@ -Type | astro-compress - v2.2.12

Interface Type

interface Type {
    afterCompress?: AfterCompressFn | AfterCompressFn[];
    beforeCompress?: BeforeCompressFn | BeforeCompressFn[];
    clone?: boolean;
    comments?: boolean;
    debug?: boolean;
    filename?: string;
    forceMediaMerge?: boolean;
    logger?: (() => void);
    restructure?: boolean;
    sourceMap?: boolean;
    usage?: Usage;
}

Hierarchy

  • MinifyOptions
  • CompressOptions
    • Type

Properties

afterCompress? +Type | astro-compress - v2.2.13

Interface Type

interface Type {
    afterCompress?: AfterCompressFn | AfterCompressFn[];
    beforeCompress?: BeforeCompressFn | BeforeCompressFn[];
    clone?: boolean;
    comments?: boolean;
    debug?: boolean;
    filename?: string;
    forceMediaMerge?: boolean;
    logger?: (() => void);
    restructure?: boolean;
    sourceMap?: boolean;
    usage?: Usage;
}

Hierarchy

  • MinifyOptions
  • CompressOptions
    • Type

Properties

afterCompress? beforeCompress? clone? comments? @@ -47,4 +47,4 @@

Default

csso

Default

false
 
usage?: Usage

Usage data for advanced optimisations.

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/CSS.Type.html b/Documentation/Interface/CSS.Type.html index a22387cd..e3a54727 100644 --- a/Documentation/Interface/CSS.Type.html +++ b/Documentation/Interface/CSS.Type.html @@ -1,4 +1,4 @@ -Type | astro-compress - v2.2.12

Interface Type

interface Type {
    analyzeDependencies?: boolean | DependencyOptions;
    cssModules?: boolean | CSSModulesConfig;
    customAtRules?: CustomAtRules;
    drafts?: Drafts;
    errorRecovery?: boolean;
    exclude?: number;
    include?: number;
    inputSourceMap?: string;
    minify?: boolean;
    nonStandard?: NonStandard;
    projectRoot?: string;
    pseudoClasses?: PseudoClasses;
    sourceMap?: boolean;
    targets?: Targets;
    unusedSymbols?: string[];
    visitor?: Visitor<CustomAtRules>;
}

Hierarchy

  • Omit<TransformOptions<CustomAtRules>, "filename" | "code">
    • Type

Properties

analyzeDependencies? +Type | astro-compress - v2.2.13

Interface Type

interface Type {
    analyzeDependencies?: boolean | DependencyOptions;
    cssModules?: boolean | CSSModulesConfig;
    customAtRules?: CustomAtRules;
    drafts?: Drafts;
    errorRecovery?: boolean;
    exclude?: number;
    include?: number;
    inputSourceMap?: string;
    minify?: boolean;
    nonStandard?: NonStandard;
    projectRoot?: string;
    pseudoClasses?: PseudoClasses;
    sourceMap?: boolean;
    targets?: Targets;
    unusedSymbols?: string[];
    visitor?: Visitor<CustomAtRules>;
}

Hierarchy

  • Omit<TransformOptions<CustomAtRules>, "filename" | "code">
    • Type

Properties

analyzeDependencies? cssModules? customAtRules? drafts? @@ -49,4 +49,4 @@

Default

lightningcsscomposeVisitors function.
 For optimal performance, visitors should be as specific as possible about what types of values
 they care about so that JavaScript has to be called as little as possible.

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Directory.Type.html b/Documentation/Interface/Directory.Type.html index 2a091dda..d87f9af3 100644 --- a/Documentation/Interface/Directory.Type.html +++ b/Documentation/Interface/Directory.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12
interface Type ((Path) => Promise<string>)

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13
interface Type ((Path) => Promise<string>)

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Image.Type-1.html b/Documentation/Interface/Image.Type-1.html index d340cbb8..a0bc5754 100644 --- a/Documentation/Interface/Image.Type-1.html +++ b/Documentation/Interface/Image.Type-1.html @@ -1,8 +1,8 @@ -Type | astro-compress - v2.2.12
interface Type {
    avif?: boolean | AvifOptions;
    gif?: boolean | GifOptions;
    heif?: boolean | HeifOptions;
    jpeg?: boolean | JpegOptions;
    png?: boolean | PngOptions;
    tiff?: boolean | TiffOptions;
    webp?: boolean | WebpOptions;
    [key: string]: undefined | boolean | AvifOptions | GifOptions | HeifOptions | JpegOptions | PngOptions | TiffOptions | WebpOptions;
}

Indexable

[key: string]: undefined | boolean | AvifOptions | GifOptions | HeifOptions | JpegOptions | PngOptions | TiffOptions | WebpOptions

Properties

avif? +Type | astro-compress - v2.2.13
interface Type {
    avif?: boolean | AvifOptions;
    gif?: boolean | GifOptions;
    heif?: boolean | HeifOptions;
    jpeg?: boolean | JpegOptions;
    png?: boolean | PngOptions;
    tiff?: boolean | TiffOptions;
    webp?: boolean | WebpOptions;
    [key: string]: undefined | boolean | AvifOptions | GifOptions | HeifOptions | JpegOptions | PngOptions | TiffOptions | WebpOptions;
}

Indexable

[key: string]: undefined | boolean | AvifOptions | GifOptions | HeifOptions | JpegOptions | PngOptions | TiffOptions | WebpOptions

Properties

avif?: boolean | AvifOptions
gif?: boolean | GifOptions
heif?: boolean | HeifOptions
jpeg?: boolean | JpegOptions
png?: boolean | PngOptions
tiff?: boolean | TiffOptions
webp?: boolean | WebpOptions

Generated using TypeDoc

\ No newline at end of file +

Properties

avif?: boolean | AvifOptions
gif?: boolean | GifOptions
heif?: boolean | HeifOptions
jpeg?: boolean | JpegOptions
png?: boolean | PngOptions
tiff?: boolean | TiffOptions
webp?: boolean | WebpOptions

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Image.Type-2.html b/Documentation/Interface/Image.Type-2.html index a61ee378..b8ccf5d1 100644 --- a/Documentation/Interface/Image.Type-2.html +++ b/Documentation/Interface/Image.Type-2.html @@ -1,4 +1,4 @@ -Type | astro-compress - v2.2.12
interface Type {
    After: number;
    Before: number;
    Buffer: {
        [key: string]: any;
    } & Sharp;
    Input: string;
    Output: string;
}

Hierarchy

  • Omit<File, "Buffer">
    • Type

Properties

After +Type | astro-compress - v2.2.13
interface Type {
    After: number;
    Before: number;
    Buffer: {
        [key: string]: any;
    } & Sharp;
    Input: string;
    Output: string;
}

Hierarchy

  • Omit<File, "Buffer">
    • Type

Properties

After Before Buffer Input @@ -8,4 +8,4 @@
Buffer: {
    [key: string]: any;
} & Sharp

Type declaration

  • [key: string]: any

    biome-ignore lint/suspicious/noExplicitAny:

Input: string

The input file.

Output: string

The output file.

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Image.Type.html b/Documentation/Interface/Image.Type.html index add2ea9a..97caacb7 100644 --- a/Documentation/Interface/Image.Type.html +++ b/Documentation/Interface/Image.Type.html @@ -1,2 +1,2 @@ -Type | astro-compress - v2.2.12
interface Type ((Option, On) => Promise<any>)

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13
interface Type ((Option, On) => Promise<any>)

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Integration.Type.html b/Documentation/Interface/Integration.Type.html index 0218750c..d05dcfb3 100644 --- a/Documentation/Interface/Integration.Type.html +++ b/Documentation/Interface/Integration.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12
interface Type ((Option?) => AstroIntegration)

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13
interface Type ((Option?) => AstroIntegration)

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Interface_Merge.Generic.html b/Documentation/Interface/Interface_Merge.Generic.html index 87182914..9a2df4a9 100644 --- a/Documentation/Interface/Interface_Merge.Generic.html +++ b/Documentation/Interface/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | astro-compress - v2.2.12
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file +Generic | astro-compress - v2.2.13
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Interface_Merge.Type.html b/Documentation/Interface/Interface_Merge.Type.html index 1ea1d37c..bd0cc155 100644 --- a/Documentation/Interface/Interface_Merge.Type.html +++ b/Documentation/Interface/Interface_Merge.Type.html @@ -1,2 +1,2 @@ -Type | astro-compress - v2.2.12
interface Type<PMF> (<Ts>(...Objects) => DeepMergeHKT<Ts, Readonly<{
    DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeArraysDefaultURI";
    DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeLeafURI";
    DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>)

Type Parameters

  • PMF extends Partial<DeepMergeMergeFunctionsURIs>
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    -

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeArraysDefaultURI";
        DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeLeafURI";
        DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13
interface Type<PMF> (<Ts>(...Objects) => DeepMergeHKT<Ts, Readonly<{
    DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeArraysDefaultURI";
    DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeLeafURI";
    DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>)

Type Parameters

  • PMF extends Partial<DeepMergeMergeFunctionsURIs>
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    +

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeArraysDefaultURI";
        DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeLeafURI";
        DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Map.Type.html b/Documentation/Interface/Map.Type.html index 6655631b..1b746a5f 100644 --- a/Documentation/Interface/Map.Type.html +++ b/Documentation/Interface/Map.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Interface Type

interface Type {
    [key: string]: string;
}

Indexable

[key: string]: string

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Interface Type

interface Type {
    [key: string]: string;
}

Indexable

[key: string]: string

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Option.Type.html b/Documentation/Interface/Option.Type.html index 66162b91..41ef124a 100644 --- a/Documentation/Interface/Option.Type.html +++ b/Documentation/Interface/Option.Type.html @@ -1,4 +1,4 @@ -Type | astro-compress - v2.2.12
interface Type {
    Action?: boolean | default;
    CSS?: boolean | {
        csso?: Type;
        lightningcss?: Type;
    };
    Cache?: boolean | default;
    Exclude?: boolean | Type | Type[] | Set<Type>;
    Files?: string | boolean | string[];
    HTML?: boolean | {
        html-minifier-terser?: Options;
    };
    Image?: boolean | {
        sharp?: Type;
    };
    JavaScript?: boolean | {
        terser?: MinifyOptions;
    };
    Logger?: boolean | Type;
    Map?: boolean | Type;
    Parser?: Type;
    Path?: boolean | Type | Type[] | Set<Type>;
    SVG?: boolean | {
        svgo?: Config;
    };
}

Hierarchy

  • default
    • Type

Properties

Action? +Type | astro-compress - v2.2.13
interface Type {
    Action?: boolean | default;
    CSS?: boolean | {
        csso?: Type;
        lightningcss?: Type;
    };
    Cache?: boolean | default;
    Exclude?: boolean | Type | Type[] | Set<Type>;
    Files?: string | boolean | string[];
    HTML?: boolean | {
        html-minifier-terser?: Options;
    };
    Image?: boolean | {
        sharp?: Type;
    };
    JavaScript?: boolean | {
        terser?: MinifyOptions;
    };
    Logger?: boolean | Type;
    Map?: boolean | Type;
    Parser?: Type;
    Path?: boolean | Type | Type[] | Set<Type>;
    SVG?: boolean | {
        svgo?: Config;
    };
}

Hierarchy

  • default
    • Type

Properties

Action? CSS? Cache? Exclude? @@ -30,4 +30,4 @@

Default

"./Target"
 
SVG?: boolean | {
    svgo?: Config;
}

svgo option properties

-

Type declaration

  • Optional svgo?: Config

Generated using TypeDoc

\ No newline at end of file +

Type declaration

  • Optional svgo?: Config

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Parser.Type.html b/Documentation/Interface/Parser.Type.html index f4865a44..640314a0 100644 --- a/Documentation/Interface/Parser.Type.html +++ b/Documentation/Interface/Parser.Type.html @@ -1,7 +1,7 @@ -Type | astro-compress - v2.2.12
interface Type {
    CSS?: Type | Type[];
    HTML?: "html-minifier-terser" | "html-minifier-terser"[];
    Image?: "sharp" | "sharp"[];
    JavaScript?: "terser" | "terser"[];
    SVG?: "svgo" | "svgo"[];
    [key: string]: any;
}

Indexable

[key: string]: any

biome-ignore lint/suspicious/noExplicitAny:

+Type | astro-compress - v2.2.13
interface Type {
    CSS?: Type | Type[];
    HTML?: "html-minifier-terser" | "html-minifier-terser"[];
    Image?: "sharp" | "sharp"[];
    JavaScript?: "terser" | "terser"[];
    SVG?: "svgo" | "svgo"[];
    [key: string]: any;
}

Indexable

[key: string]: any

biome-ignore lint/suspicious/noExplicitAny:

Properties

CSS?: Type | Type[]
HTML?: "html-minifier-terser" | "html-minifier-terser"[]
Image?: "sharp" | "sharp"[]
JavaScript?: "terser" | "terser"[]
SVG?: "svgo" | "svgo"[]

Generated using TypeDoc

\ No newline at end of file +

Properties

CSS?: Type | Type[]
HTML?: "html-minifier-terser" | "html-minifier-terser"[]
Image?: "sharp" | "sharp"[]
JavaScript?: "terser" | "terser"[]
SVG?: "svgo" | "svgo"[]

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/CSS.html b/Documentation/Module/CSS.html index 9931008c..1d6b22dd 100644 --- a/Documentation/Module/CSS.html +++ b/Documentation/Module/CSS.html @@ -1,5 +1,5 @@ -CSS | astro-compress - v2.2.12

Index

Interfaces

Type +CSS | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Directory.html b/Documentation/Module/Directory.html index 55e56c34..25bb9cee 100644 --- a/Documentation/Module/Directory.html +++ b/Documentation/Module/Directory.html @@ -1,3 +1,3 @@ -Directory | astro-compress - v2.2.12

Module Directory

Index

Interfaces

Type +Directory | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/File.html b/Documentation/Module/File.html index a998acc6..aafd0620 100644 --- a/Documentation/Module/File.html +++ b/Documentation/Module/File.html @@ -1,3 +1,3 @@ -File | astro-compress - v2.2.12

Index

Type Aliases

Type +File | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/HTML.html b/Documentation/Module/HTML.html index 006feb70..57b5bb54 100644 --- a/Documentation/Module/HTML.html +++ b/Documentation/Module/HTML.html @@ -1,3 +1,3 @@ -HTML | astro-compress - v2.2.12

Index

Type Aliases

Type +HTML | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Image.html b/Documentation/Module/Image.html index f9adad29..c293b35e 100644 --- a/Documentation/Module/Image.html +++ b/Documentation/Module/Image.html @@ -1,8 +1,8 @@ -Image | astro-compress - v2.2.12

Index

Interfaces

Type +Image | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Integration.html b/Documentation/Module/Integration.html index 7cce0300..a7b0c63b 100644 --- a/Documentation/Module/Integration.html +++ b/Documentation/Module/Integration.html @@ -1,4 +1,4 @@ -Integration | astro-compress - v2.2.12

Module Integration

Index

Interfaces

Type +Integration | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Interface_Merge.html b/Documentation/Module/Interface_Merge.html index 3a0b7e91..5e22b800 100644 --- a/Documentation/Module/Interface_Merge.html +++ b/Documentation/Module/Interface_Merge.html @@ -1,4 +1,4 @@ -Interface/Merge | astro-compress - v2.2.12

Module Interface/Merge

Template: PMF

A type parameter representing Partial.

+Interface/Merge | astro-compress - v2.2.13

Module Interface/Merge

Template: PMF

A type parameter representing Partial.

Index

Interfaces

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/JavaScript.html b/Documentation/Module/JavaScript.html index 7c84f1b0..60e4bb33 100644 --- a/Documentation/Module/JavaScript.html +++ b/Documentation/Module/JavaScript.html @@ -1,3 +1,3 @@ -JavaScript | astro-compress - v2.2.12

Module JavaScript

Index

Type Aliases

Type +JavaScript | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Map.html b/Documentation/Module/Map.html index b058bfe2..85a4db41 100644 --- a/Documentation/Module/Map.html +++ b/Documentation/Module/Map.html @@ -1,3 +1,3 @@ -Map | astro-compress - v2.2.12

Index

Interfaces

Type +Map | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Merge.html b/Documentation/Module/Merge.html index c6274da0..9f531232 100644 --- a/Documentation/Module/Merge.html +++ b/Documentation/Module/Merge.html @@ -1,2 +1,2 @@ -Merge | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Merge | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Middleware.html b/Documentation/Module/Middleware.html index 573414b0..e0032056 100644 --- a/Documentation/Module/Middleware.html +++ b/Documentation/Module/Middleware.html @@ -1 +1 @@ -Middleware | astro-compress - v2.2.12

Module Middleware

Generated using TypeDoc

\ No newline at end of file +Middleware | astro-compress - v2.2.13

Module Middleware

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Option.html b/Documentation/Module/Option.html index f84d4a0d..77bcf3b3 100644 --- a/Documentation/Module/Option.html +++ b/Documentation/Module/Option.html @@ -1,3 +1,3 @@ -Option | astro-compress - v2.2.12

Index

Interfaces

Type +Option | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Parser.html b/Documentation/Module/Parser.html index 1b760673..76d359d2 100644 --- a/Documentation/Module/Parser.html +++ b/Documentation/Module/Parser.html @@ -1,8 +1,8 @@ -Parser | astro-compress - v2.2.12

Index

Interfaces

Type +Parser | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/SVG.html b/Documentation/Module/SVG.html index 8aabe78f..1f909818 100644 --- a/Documentation/Module/SVG.html +++ b/Documentation/Module/SVG.html @@ -1,3 +1,3 @@ -SVG | astro-compress - v2.2.12

Index

Type Aliases

Type +SVG | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/File.Type.html b/Documentation/Type/File.Type.html index d88ae11b..bd4e9c6a 100644 --- a/Documentation/Type/File.Type.html +++ b/Documentation/Type/File.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/HTML.Type.html b/Documentation/Type/HTML.Type.html index d86606bc..bf2ed24e 100644 --- a/Documentation/Type/HTML.Type.html +++ b/Documentation/Type/HTML.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/JavaScript.Type.html b/Documentation/Type/JavaScript.Type.html index c2bca178..41aedd75 100644 --- a/Documentation/Type/JavaScript.Type.html +++ b/Documentation/Type/JavaScript.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Parser.Type-1.html b/Documentation/Type/Parser.Type-1.html index e734c156..6eb98398 100644 --- a/Documentation/Type/Parser.Type-1.html +++ b/Documentation/Type/Parser.Type-1.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Parser.Type-2.html b/Documentation/Type/Parser.Type-2.html index 224fe2ee..4ff2bd10 100644 --- a/Documentation/Type/Parser.Type-2.html +++ b/Documentation/Type/Parser.Type-2.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Parser.Type-3.html b/Documentation/Type/Parser.Type-3.html index a08a2211..12bfcd37 100644 --- a/Documentation/Type/Parser.Type-3.html +++ b/Documentation/Type/Parser.Type-3.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Parser.Type-4.html b/Documentation/Type/Parser.Type-4.html index b2b109ce..610d3490 100644 --- a/Documentation/Type/Parser.Type-4.html +++ b/Documentation/Type/Parser.Type-4.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Parser.Type-5.html b/Documentation/Type/Parser.Type-5.html index 78eca088..6b7f83ef 100644 --- a/Documentation/Type/Parser.Type-5.html +++ b/Documentation/Type/Parser.Type-5.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/SVG.Type.html b/Documentation/Type/SVG.Type.html index 33fe4339..352c09cd 100644 --- a/Documentation/Type/SVG.Type.html +++ b/Documentation/Type/SVG.Type.html @@ -1 +1 @@ -Type | astro-compress - v2.2.12

Generated using TypeDoc

\ No newline at end of file +Type | astro-compress - v2.2.13

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/CSS.CSS-1.html b/Documentation/Variable/CSS.CSS-1.html index a7038ad7..b4c28ec4 100644 --- a/Documentation/Variable/CSS.CSS-1.html +++ b/Documentation/Variable/CSS.CSS-1.html @@ -1 +1 @@ -CSS | astro-compress - v2.2.12
CSS: {
    comments: false;
    forceMediaMerge: true;
    restructure: false;
}

Type declaration

  • comments: false
  • forceMediaMerge: true
  • restructure: false

Generated using TypeDoc

\ No newline at end of file +CSS | astro-compress - v2.2.13
CSS: {
    comments: false;
    forceMediaMerge: true;
    restructure: false;
}

Type declaration

  • comments: false
  • forceMediaMerge: true
  • restructure: false

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/CSS.CSS.html b/Documentation/Variable/CSS.CSS.html index 6d51739d..3490ac19 100644 --- a/Documentation/Variable/CSS.CSS.html +++ b/Documentation/Variable/CSS.CSS.html @@ -1 +1 @@ -CSS | astro-compress - v2.2.12
CSS: {
    minify: true;
}

Type declaration

  • minify: true

Generated using TypeDoc

\ No newline at end of file +CSS | astro-compress - v2.2.13
CSS: {
    minify: true;
}

Type declaration

  • minify: true

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/File._Map.html b/Documentation/Variable/File._Map.html index 3ac587f8..12db7e6d 100644 --- a/Documentation/Variable/File._Map.html +++ b/Documentation/Variable/File._Map.html @@ -1 +1 @@ -_Map | astro-compress - v2.2.12
_Map: {
    apng: string;
    avci: string;
    avcs: string;
    avifs: string;
    heic: string;
    heics: string;
    heifs: string;
    jfif: string;
    jif: string;
    jpe: string;
    jpg: string;
}

Type declaration

  • apng: string
  • avci: string
  • avcs: string
  • avifs: string
  • heic: string
  • heics: string
  • heifs: string
  • jfif: string
  • jif: string
  • jpe: string
  • jpg: string

Generated using TypeDoc

\ No newline at end of file +_Map | astro-compress - v2.2.13
_Map: {
    apng: string;
    avci: string;
    avcs: string;
    avifs: string;
    heic: string;
    heics: string;
    heifs: string;
    jfif: string;
    jif: string;
    jpe: string;
    jpg: string;
}

Type declaration

  • apng: string
  • avci: string
  • avcs: string
  • avifs: string
  • heic: string
  • heics: string
  • heifs: string
  • jfif: string
  • jif: string
  • jpe: string
  • jpg: string

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/HTML.HTML.html b/Documentation/Variable/HTML.HTML.html index eadf32c2..2c56f089 100644 --- a/Documentation/Variable/HTML.HTML.html +++ b/Documentation/Variable/HTML.HTML.html @@ -1 +1 @@ -HTML | astro-compress - v2.2.12
HTML: {
    caseSensitive: true;
    collapseInlineTagWhitespace: false;
    collapseWhitespace: true;
    continueOnParseError: true;
    html5: true;
    ignoreCustomComments: RegExp[];
    includeAutoGeneratedTags: true;
    keepClosingSlash: true;
    minifyCSS: true;
    minifyJS: true;
    minifyURLs: false;
    noNewlinesBeforeTagClose: true;
    preventAttributesEscaping: false;
    processConditionalComments: false;
    processScripts: string[];
    quoteCharacter: string;
    removeAttributeQuotes: true;
    removeComments: true;
    removeScriptTypeAttributes: true;
    removeStyleLinkTypeAttributes: true;
    removeTagWhitespace: false;
    sortAttributes: true;
    sortClassName: true;
    trimCustomFragments: true;
    useShortDoctype: false;
}

Type declaration

  • caseSensitive: true
  • collapseInlineTagWhitespace: false
  • collapseWhitespace: true
  • continueOnParseError: true
  • html5: true
  • ignoreCustomComments: RegExp[]
  • includeAutoGeneratedTags: true
  • keepClosingSlash: true
  • minifyCSS: true
  • minifyJS: true
  • minifyURLs: false
  • noNewlinesBeforeTagClose: true
  • preventAttributesEscaping: false
  • processConditionalComments: false
  • processScripts: string[]
  • quoteCharacter: string
  • removeAttributeQuotes: true
  • removeComments: true
  • removeScriptTypeAttributes: true
  • removeStyleLinkTypeAttributes: true
  • removeTagWhitespace: false
  • sortAttributes: true
  • sortClassName: true
  • trimCustomFragments: true
  • useShortDoctype: false

Generated using TypeDoc

\ No newline at end of file +HTML | astro-compress - v2.2.13
HTML: {
    caseSensitive: true;
    collapseInlineTagWhitespace: false;
    collapseWhitespace: true;
    continueOnParseError: true;
    html5: true;
    ignoreCustomComments: RegExp[];
    includeAutoGeneratedTags: true;
    keepClosingSlash: true;
    minifyCSS: true;
    minifyJS: true;
    minifyURLs: false;
    noNewlinesBeforeTagClose: true;
    preventAttributesEscaping: false;
    processConditionalComments: false;
    processScripts: string[];
    quoteCharacter: string;
    removeAttributeQuotes: true;
    removeComments: true;
    removeScriptTypeAttributes: true;
    removeStyleLinkTypeAttributes: true;
    removeTagWhitespace: false;
    sortAttributes: true;
    sortClassName: true;
    trimCustomFragments: true;
    useShortDoctype: false;
}

Type declaration

  • caseSensitive: true
  • collapseInlineTagWhitespace: false
  • collapseWhitespace: true
  • continueOnParseError: true
  • html5: true
  • ignoreCustomComments: RegExp[]
  • includeAutoGeneratedTags: true
  • keepClosingSlash: true
  • minifyCSS: true
  • minifyJS: true
  • minifyURLs: false
  • noNewlinesBeforeTagClose: true
  • preventAttributesEscaping: false
  • processConditionalComments: false
  • processScripts: string[]
  • quoteCharacter: string
  • removeAttributeQuotes: true
  • removeComments: true
  • removeScriptTypeAttributes: true
  • removeStyleLinkTypeAttributes: true
  • removeTagWhitespace: false
  • sortAttributes: true
  • sortClassName: true
  • trimCustomFragments: true
  • useShortDoctype: false

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Image._Map.html b/Documentation/Variable/Image._Map.html index a6d04d6d..67c63f43 100644 --- a/Documentation/Variable/Image._Map.html +++ b/Documentation/Variable/Image._Map.html @@ -1 +1 @@ -_Map | astro-compress - v2.2.12
_Map: {
    apng: string;
    avci: string;
    avcs: string;
    avifs: string;
    heic: string;
    heics: string;
    heifs: string;
    jfif: string;
    jif: string;
    jpe: string;
    jpg: string;
}

Type declaration

  • apng: string
  • avci: string
  • avcs: string
  • avifs: string
  • heic: string
  • heics: string
  • heifs: string
  • jfif: string
  • jif: string
  • jpe: string
  • jpg: string

Generated using TypeDoc

\ No newline at end of file +_Map | astro-compress - v2.2.13
_Map: {
    apng: string;
    avci: string;
    avcs: string;
    avifs: string;
    heic: string;
    heics: string;
    heifs: string;
    jfif: string;
    jif: string;
    jpe: string;
    jpg: string;
}

Type declaration

  • apng: string
  • avci: string
  • avcs: string
  • avifs: string
  • heic: string
  • heics: string
  • heifs: string
  • jfif: string
  • jif: string
  • jpe: string
  • jpg: string

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Image.image-1.html b/Documentation/Variable/Image.image-1.html index 3d56530b..a41de7fb 100644 --- a/Documentation/Variable/Image.image-1.html +++ b/Documentation/Variable/Image.image-1.html @@ -1 +1 @@ -image | astro-compress - v2.2.12
image: {
    apng: string;
    avci: string;
    avcs: string;
    avifs: string;
    heic: string;
    heics: string;
    heifs: string;
    jfif: string;
    jif: string;
    jpe: string;
    jpg: string;
}

Type declaration

  • apng: string
  • avci: string
  • avcs: string
  • avifs: string
  • heic: string
  • heics: string
  • heifs: string
  • jfif: string
  • jif: string
  • jpe: string
  • jpg: string

Generated using TypeDoc

\ No newline at end of file +image | astro-compress - v2.2.13
image: {
    apng: string;
    avci: string;
    avcs: string;
    avifs: string;
    heic: string;
    heics: string;
    heifs: string;
    jfif: string;
    jif: string;
    jpe: string;
    jpg: string;
}

Type declaration

  • apng: string
  • avci: string
  • avcs: string
  • avifs: string
  • heic: string
  • heics: string
  • heifs: string
  • jfif: string
  • jif: string
  • jpe: string
  • jpg: string

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Image.image.html b/Documentation/Variable/Image.image.html index a63e81ba..cbd921e1 100644 --- a/Documentation/Variable/Image.image.html +++ b/Documentation/Variable/Image.image.html @@ -1 +1 @@ -image | astro-compress - v2.2.12
image: {
    avif: {
        chromaSubsampling: string;
        effort: number;
    };
    gif: {
        effort: number;
    };
    jpeg: {
        chromaSubsampling: string;
        mozjpeg: true;
        optimiseScans: true;
        overshootDeringing: true;
        trellisQuantisation: true;
    };
    png: {
        compressionLevel: number;
        palette: true;
    };
    raw: {};
    tiff: {
        compression: string;
    };
    webp: {
        effort: number;
    };
}

Type declaration

  • avif: {
        chromaSubsampling: string;
        effort: number;
    }
    • chromaSubsampling: string
    • effort: number
  • gif: {
        effort: number;
    }
    • effort: number
  • jpeg: {
        chromaSubsampling: string;
        mozjpeg: true;
        optimiseScans: true;
        overshootDeringing: true;
        trellisQuantisation: true;
    }
    • chromaSubsampling: string
    • mozjpeg: true
    • optimiseScans: true
    • overshootDeringing: true
    • trellisQuantisation: true
  • png: {
        compressionLevel: number;
        palette: true;
    }
    • compressionLevel: number
    • palette: true
  • raw: {}
    • tiff: {
          compression: string;
      }
      • compression: string
    • webp: {
          effort: number;
      }
      • effort: number

    Generated using TypeDoc

    \ No newline at end of file +image | astro-compress - v2.2.13
    image: {
        avif: {
            chromaSubsampling: string;
            effort: number;
        };
        gif: {
            effort: number;
        };
        jpeg: {
            chromaSubsampling: string;
            mozjpeg: true;
            optimiseScans: true;
            overshootDeringing: true;
            trellisQuantisation: true;
        };
        png: {
            compressionLevel: number;
            palette: true;
        };
        raw: {};
        tiff: {
            compression: string;
        };
        webp: {
            effort: number;
        };
    }

    Type declaration

    • avif: {
          chromaSubsampling: string;
          effort: number;
      }
      • chromaSubsampling: string
      • effort: number
    • gif: {
          effort: number;
      }
      • effort: number
    • jpeg: {
          chromaSubsampling: string;
          mozjpeg: true;
          optimiseScans: true;
          overshootDeringing: true;
          trellisQuantisation: true;
      }
      • chromaSubsampling: string
      • mozjpeg: true
      • optimiseScans: true
      • overshootDeringing: true
      • trellisQuantisation: true
    • png: {
          compressionLevel: number;
          palette: true;
      }
      • compressionLevel: number
      • palette: true
    • raw: {}
      • tiff: {
            compression: string;
        }
        • compression: string
      • webp: {
            effort: number;
        }
        • effort: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Integration.Default.html b/Documentation/Variable/Integration.Default.html index 6f1ef9dc..ee56a21d 100644 --- a/Documentation/Variable/Integration.Default.html +++ b/Documentation/Variable/Integration.Default.html @@ -1 +1 @@ -Default | astro-compress - v2.2.12
      Default: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Fulfilled: ((__namedParameters) => Promise<string | false>);
              Passed: ((On) => Promise<true>);
              Read: ((__namedParameters) => Promise<string>);
              Wrote: ((__namedParameters) => Promise<any>);
          };
          Cache: {
              Folder: string;
              Search: string;
          };
          Exclude: false;
          Files: string;
          Logger: 2;
          Path: string;
      }, {
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Passed: ((__namedParameters) => Promise<boolean>);
          };
          CSS: {
              csso: {
                  comments: false;
                  forceMediaMerge: true;
                  restructure: false;
              };
              lightningcss: {
                  minify: true;
              };
          };
          HTML: {
              html-minifier-terser: {
                  caseSensitive: true;
                  collapseInlineTagWhitespace: false;
                  collapseWhitespace: true;
                  continueOnParseError: true;
                  html5: true;
                  ignoreCustomComments: RegExp[];
                  includeAutoGeneratedTags: true;
                  keepClosingSlash: true;
                  minifyCSS: true;
                  minifyJS: true;
                  minifyURLs: false;
                  noNewlinesBeforeTagClose: true;
                  preventAttributesEscaping: false;
                  processConditionalComments: false;
                  processScripts: string[];
                  quoteCharacter: string;
                  removeAttributeQuotes: true;
                  removeComments: true;
                  removeScriptTypeAttributes: true;
                  removeStyleLinkTypeAttributes: true;
                  removeTagWhitespace: false;
                  sortAttributes: true;
                  sortClassName: true;
                  trimCustomFragments: true;
                  useShortDoctype: false;
              };
          };
          Image: {
              sharp: {
                  avif: {
                      chromaSubsampling: string;
                      effort: number;
                  };
                  gif: {
                      effort: number;
                  };
                  jpeg: {
                      chromaSubsampling: string;
                      mozjpeg: true;
                      optimiseScans: true;
                      overshootDeringing: true;
                      trellisQuantisation: true;
                  };
                  png: {
                      compressionLevel: number;
                      palette: true;
                  };
                  raw: {};
                  tiff: {
                      compression: string;
                  };
                  webp: {
                      effort: number;
                  };
              };
          };
          JavaScript: {
              terser: {
                  ecma: 5;
                  enclose: false;
                  format: {
                      comments: false;
                  };
                  ie8: false;
                  keep_classnames: false;
                  keep_fnames: false;
                  module: false;
                  safari10: false;
                  toplevel: false;
              };
          };
          Map: {
              CSS: string;
              HTML: string;
              Image: string;
              JavaScript: string;
              SVG: string;
          };
          Parser: {
              CSS: ("csso" | "lightningcss")[];
              HTML: "html-minifier-terser";
              Image: "sharp";
              JavaScript: "terser";
              SVG: "svgo";
          };
          Path: string[];
          SVG: {
              svgo: {
                  js2svg: {
                      indent: number;
                      pretty: false;
                  };
                  multipass: true;
                  plugins: "preset-default"[];
              };
          };
      }], Readonly<{
          DeepMergeArraysURI: "DeepMergeLeafURI";
          DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
          DeepMergeOthersURI: "DeepMergeLeafURI";
          DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
          DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
      }>, Readonly<{
          key: PropertyKey;
          parents: readonly Readonly<Record<PropertyKey, unknown>>[];
      }>>, "__proto__">

      Generated using TypeDoc

      \ No newline at end of file +Default | astro-compress - v2.2.13
      Default: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Fulfilled: ((__namedParameters) => Promise<string | false>);
              Passed: ((On) => Promise<true>);
              Read: ((__namedParameters) => Promise<string>);
              Wrote: ((__namedParameters) => Promise<any>);
          };
          Cache: {
              Folder: string;
              Search: string;
          };
          Exclude: false;
          Files: string;
          Logger: 2;
          Path: string;
      }, {
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Passed: ((__namedParameters) => Promise<boolean>);
          };
          CSS: {
              csso: {
                  comments: false;
                  forceMediaMerge: true;
                  restructure: false;
              };
              lightningcss: {
                  minify: true;
              };
          };
          HTML: {
              html-minifier-terser: {
                  caseSensitive: true;
                  collapseInlineTagWhitespace: false;
                  collapseWhitespace: true;
                  continueOnParseError: true;
                  html5: true;
                  ignoreCustomComments: RegExp[];
                  includeAutoGeneratedTags: true;
                  keepClosingSlash: true;
                  minifyCSS: true;
                  minifyJS: true;
                  minifyURLs: false;
                  noNewlinesBeforeTagClose: true;
                  preventAttributesEscaping: false;
                  processConditionalComments: false;
                  processScripts: string[];
                  quoteCharacter: string;
                  removeAttributeQuotes: true;
                  removeComments: true;
                  removeScriptTypeAttributes: true;
                  removeStyleLinkTypeAttributes: true;
                  removeTagWhitespace: false;
                  sortAttributes: true;
                  sortClassName: true;
                  trimCustomFragments: true;
                  useShortDoctype: false;
              };
          };
          Image: {
              sharp: {
                  avif: {
                      chromaSubsampling: string;
                      effort: number;
                  };
                  gif: {
                      effort: number;
                  };
                  jpeg: {
                      chromaSubsampling: string;
                      mozjpeg: true;
                      optimiseScans: true;
                      overshootDeringing: true;
                      trellisQuantisation: true;
                  };
                  png: {
                      compressionLevel: number;
                      palette: true;
                  };
                  raw: {};
                  tiff: {
                      compression: string;
                  };
                  webp: {
                      effort: number;
                  };
              };
          };
          JavaScript: {
              terser: {
                  ecma: 5;
                  enclose: false;
                  format: {
                      comments: false;
                  };
                  ie8: false;
                  keep_classnames: false;
                  keep_fnames: false;
                  module: false;
                  safari10: false;
                  toplevel: false;
              };
          };
          Map: {
              CSS: string;
              HTML: string;
              Image: string;
              JavaScript: string;
              SVG: string;
          };
          Parser: {
              CSS: ("csso" | "lightningcss")[];
              HTML: "html-minifier-terser";
              Image: "sharp";
              JavaScript: "terser";
              SVG: "svgo";
          };
          Path: string[];
          SVG: {
              svgo: {
                  js2svg: {
                      indent: number;
                      pretty: false;
                  };
                  multipass: true;
                  plugins: "preset-default"[];
              };
          };
      }], Readonly<{
          DeepMergeArraysURI: "DeepMergeLeafURI";
          DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
          DeepMergeOthersURI: "DeepMergeLeafURI";
          DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
          DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
      }>, Readonly<{
          key: PropertyKey;
          parents: readonly Readonly<Record<PropertyKey, unknown>>[];
      }>>, "__proto__">

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Integration.Search.html b/Documentation/Variable/Integration.Search.html index d4d7044e..6398547d 100644 --- a/Documentation/Variable/Integration.Search.html +++ b/Documentation/Variable/Integration.Search.html @@ -1 +1 @@ -Search | astro-compress - v2.2.12

      Generated using TypeDoc

      \ No newline at end of file +Search | astro-compress - v2.2.13

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Integration.System.html b/Documentation/Variable/Integration.System.html index 9df3c79d..17b60ac6 100644 --- a/Documentation/Variable/Integration.System.html +++ b/Documentation/Variable/Integration.System.html @@ -1,2 +1,2 @@ -System | astro-compress - v2.2.12
      System: string

      TODO: Test this for security

      -

      Generated using TypeDoc

      \ No newline at end of file +System | astro-compress - v2.2.13
      System: string

      TODO: Test this for security

      +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Integration._Action.html b/Documentation/Variable/Integration._Action.html index 4a332a63..50c7cd41 100644 --- a/Documentation/Variable/Integration._Action.html +++ b/Documentation/Variable/Integration._Action.html @@ -1 +1 @@ -_Action | astro-compress - v2.2.12

      Generated using TypeDoc

      \ No newline at end of file +_Action | astro-compress - v2.2.13

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/JavaScript.javaScript.html b/Documentation/Variable/JavaScript.javaScript.html index ba1e91eb..47f2accd 100644 --- a/Documentation/Variable/JavaScript.javaScript.html +++ b/Documentation/Variable/JavaScript.javaScript.html @@ -1 +1 @@ -javaScript | astro-compress - v2.2.12
      javaScript: {
          ecma: 5;
          enclose: false;
          format: {
              comments: false;
          };
          ie8: false;
          keep_classnames: false;
          keep_fnames: false;
          module: false;
          safari10: false;
          toplevel: false;
      }

      Type declaration

      • ecma: 5
      • enclose: false
      • format: {
            comments: false;
        }
        • comments: false
      • ie8: false
      • keep_classnames: false
      • keep_fnames: false
      • module: false
      • safari10: false
      • toplevel: false

      Generated using TypeDoc

      \ No newline at end of file +javaScript | astro-compress - v2.2.13
      javaScript: {
          ecma: 5;
          enclose: false;
          format: {
              comments: false;
          };
          ie8: false;
          keep_classnames: false;
          keep_fnames: false;
          module: false;
          safari10: false;
          toplevel: false;
      }

      Type declaration

      • ecma: 5
      • enclose: false
      • format: {
            comments: false;
        }
        • comments: false
      • ie8: false
      • keep_classnames: false
      • keep_fnames: false
      • module: false
      • safari10: false
      • toplevel: false

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Map.map.html b/Documentation/Variable/Map.map.html index 3a364770..7132868a 100644 --- a/Documentation/Variable/Map.map.html +++ b/Documentation/Variable/Map.map.html @@ -1 +1 @@ -map | astro-compress - v2.2.12
      map: {
          CSS: string;
          HTML: string;
          Image: string;
          JavaScript: string;
          SVG: string;
      }

      Type declaration

      • CSS: string
      • HTML: string
      • Image: string
      • JavaScript: string
      • SVG: string

      Generated using TypeDoc

      \ No newline at end of file +map | astro-compress - v2.2.13
      map: {
          CSS: string;
          HTML: string;
          Image: string;
          JavaScript: string;
          SVG: string;
      }

      Type declaration

      • CSS: string
      • HTML: string
      • Image: string
      • JavaScript: string
      • SVG: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Option.option.html b/Documentation/Variable/Option.option.html index 4eba5525..eec7ede9 100644 --- a/Documentation/Variable/Option.option.html +++ b/Documentation/Variable/Option.option.html @@ -1 +1 @@ -option | astro-compress - v2.2.12
      option: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Fulfilled: ((__namedParameters) => Promise<string | false>);
              Passed: ((On) => Promise<true>);
              Read: ((__namedParameters) => Promise<string>);
              Wrote: ((__namedParameters) => Promise<any>);
          };
          Cache: {
              Folder: string;
              Search: string;
          };
          Exclude: false;
          Files: string;
          Logger: 2;
          Path: string;
      }, {
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Passed: ((__namedParameters) => Promise<boolean>);
          };
          CSS: {
              csso: {
                  comments: false;
                  forceMediaMerge: true;
                  restructure: false;
              };
              lightningcss: {
                  minify: true;
              };
          };
          HTML: {
              html-minifier-terser: {
                  caseSensitive: true;
                  collapseInlineTagWhitespace: false;
                  collapseWhitespace: true;
                  continueOnParseError: true;
                  html5: true;
                  ignoreCustomComments: RegExp[];
                  includeAutoGeneratedTags: true;
                  keepClosingSlash: true;
                  minifyCSS: true;
                  minifyJS: true;
                  minifyURLs: false;
                  noNewlinesBeforeTagClose: true;
                  preventAttributesEscaping: false;
                  processConditionalComments: false;
                  processScripts: string[];
                  quoteCharacter: string;
                  removeAttributeQuotes: true;
                  removeComments: true;
                  removeScriptTypeAttributes: true;
                  removeStyleLinkTypeAttributes: true;
                  removeTagWhitespace: false;
                  sortAttributes: true;
                  sortClassName: true;
                  trimCustomFragments: true;
                  useShortDoctype: false;
              };
          };
          Image: {
              sharp: {
                  avif: {
                      chromaSubsampling: string;
                      effort: number;
                  };
                  gif: {
                      effort: number;
                  };
                  jpeg: {
                      chromaSubsampling: string;
                      mozjpeg: true;
                      optimiseScans: true;
                      overshootDeringing: true;
                      trellisQuantisation: true;
                  };
                  png: {
                      compressionLevel: number;
                      palette: true;
                  };
                  raw: {};
                  tiff: {
                      compression: string;
                  };
                  webp: {
                      effort: number;
                  };
              };
          };
          JavaScript: {
              terser: {
                  ecma: 5;
                  enclose: false;
                  format: {
                      comments: false;
                  };
                  ie8: false;
                  keep_classnames: false;
                  keep_fnames: false;
                  module: false;
                  safari10: false;
                  toplevel: false;
              };
          };
          Map: {
              CSS: string;
              HTML: string;
              Image: string;
              JavaScript: string;
              SVG: string;
          };
          Parser: {
              CSS: ("csso" | "lightningcss")[];
              HTML: "html-minifier-terser";
              Image: "sharp";
              JavaScript: "terser";
              SVG: "svgo";
          };
          Path: string[];
          SVG: {
              svgo: {
                  js2svg: {
                      indent: number;
                      pretty: false;
                  };
                  multipass: true;
                  plugins: "preset-default"[];
              };
          };
      }], Readonly<{
          DeepMergeArraysURI: "DeepMergeLeafURI";
          DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
          DeepMergeOthersURI: "DeepMergeLeafURI";
          DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
          DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
      }>, Readonly<{
          key: PropertyKey;
          parents: readonly Readonly<Record<PropertyKey, unknown>>[];
      }>>, "__proto__">

      Generated using TypeDoc

      \ No newline at end of file +option | astro-compress - v2.2.13
      option: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Fulfilled: ((__namedParameters) => Promise<string | false>);
              Passed: ((On) => Promise<true>);
              Read: ((__namedParameters) => Promise<string>);
              Wrote: ((__namedParameters) => Promise<any>);
          };
          Cache: {
              Folder: string;
              Search: string;
          };
          Exclude: false;
          Files: string;
          Logger: 2;
          Path: string;
      }, {
          Action: {
              Accomplished: ((__namedParameters) => Promise<string>);
              Changed: ((Plan) => Promise<any>);
              Failed: ((__namedParameters) => Promise<string>);
              Passed: ((__namedParameters) => Promise<boolean>);
          };
          CSS: {
              csso: {
                  comments: false;
                  forceMediaMerge: true;
                  restructure: false;
              };
              lightningcss: {
                  minify: true;
              };
          };
          HTML: {
              html-minifier-terser: {
                  caseSensitive: true;
                  collapseInlineTagWhitespace: false;
                  collapseWhitespace: true;
                  continueOnParseError: true;
                  html5: true;
                  ignoreCustomComments: RegExp[];
                  includeAutoGeneratedTags: true;
                  keepClosingSlash: true;
                  minifyCSS: true;
                  minifyJS: true;
                  minifyURLs: false;
                  noNewlinesBeforeTagClose: true;
                  preventAttributesEscaping: false;
                  processConditionalComments: false;
                  processScripts: string[];
                  quoteCharacter: string;
                  removeAttributeQuotes: true;
                  removeComments: true;
                  removeScriptTypeAttributes: true;
                  removeStyleLinkTypeAttributes: true;
                  removeTagWhitespace: false;
                  sortAttributes: true;
                  sortClassName: true;
                  trimCustomFragments: true;
                  useShortDoctype: false;
              };
          };
          Image: {
              sharp: {
                  avif: {
                      chromaSubsampling: string;
                      effort: number;
                  };
                  gif: {
                      effort: number;
                  };
                  jpeg: {
                      chromaSubsampling: string;
                      mozjpeg: true;
                      optimiseScans: true;
                      overshootDeringing: true;
                      trellisQuantisation: true;
                  };
                  png: {
                      compressionLevel: number;
                      palette: true;
                  };
                  raw: {};
                  tiff: {
                      compression: string;
                  };
                  webp: {
                      effort: number;
                  };
              };
          };
          JavaScript: {
              terser: {
                  ecma: 5;
                  enclose: false;
                  format: {
                      comments: false;
                  };
                  ie8: false;
                  keep_classnames: false;
                  keep_fnames: false;
                  module: false;
                  safari10: false;
                  toplevel: false;
              };
          };
          Map: {
              CSS: string;
              HTML: string;
              Image: string;
              JavaScript: string;
              SVG: string;
          };
          Parser: {
              CSS: ("csso" | "lightningcss")[];
              HTML: "html-minifier-terser";
              Image: "sharp";
              JavaScript: "terser";
              SVG: "svgo";
          };
          Path: string[];
          SVG: {
              svgo: {
                  js2svg: {
                      indent: number;
                      pretty: false;
                  };
                  multipass: true;
                  plugins: "preset-default"[];
              };
          };
      }], Readonly<{
          DeepMergeArraysURI: "DeepMergeLeafURI";
          DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
          DeepMergeOthersURI: "DeepMergeLeafURI";
          DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
          DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
      }>, Readonly<{
          key: PropertyKey;
          parents: readonly Readonly<Record<PropertyKey, unknown>>[];
      }>>, "__proto__">

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/Parser.parser.html b/Documentation/Variable/Parser.parser.html index febd6ccd..586a861f 100644 --- a/Documentation/Variable/Parser.parser.html +++ b/Documentation/Variable/Parser.parser.html @@ -1 +1 @@ -parser | astro-compress - v2.2.12
      parser: {
          CSS: ("csso" | "lightningcss")[];
          HTML: "html-minifier-terser";
          Image: "sharp";
          JavaScript: "terser";
          SVG: "svgo";
      }

      Type declaration

      • CSS: ("csso" | "lightningcss")[]
      • HTML: "html-minifier-terser"
      • Image: "sharp"
      • JavaScript: "terser"
      • SVG: "svgo"

      Generated using TypeDoc

      \ No newline at end of file +parser | astro-compress - v2.2.13
      parser: {
          CSS: ("csso" | "lightningcss")[];
          HTML: "html-minifier-terser";
          Image: "sharp";
          JavaScript: "terser";
          SVG: "svgo";
      }

      Type declaration

      • CSS: ("csso" | "lightningcss")[]
      • HTML: "html-minifier-terser"
      • Image: "sharp"
      • JavaScript: "terser"
      • SVG: "svgo"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/Variable/SVG.SVG.html b/Documentation/Variable/SVG.SVG.html index b2b768f3..b5a896bc 100644 --- a/Documentation/Variable/SVG.SVG.html +++ b/Documentation/Variable/SVG.SVG.html @@ -1 +1 @@ -SVG | astro-compress - v2.2.12
      SVG: {
          js2svg: {
              indent: number;
              pretty: false;
          };
          multipass: true;
          plugins: "preset-default"[];
      }

      Type declaration

      • js2svg: {
            indent: number;
            pretty: false;
        }
        • indent: number
        • pretty: false
      • multipass: true
      • plugins: "preset-default"[]

      Generated using TypeDoc

      \ No newline at end of file +SVG | astro-compress - v2.2.13
      SVG: {
          js2svg: {
              indent: number;
              pretty: false;
          };
          multipass: true;
          plugins: "preset-default"[];
      }

      Type declaration

      • js2svg: {
            indent: number;
            pretty: false;
        }
        • indent: number
        • pretty: false
      • multipass: true
      • plugins: "preset-default"[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/Documentation/assets/search.js b/Documentation/assets/search.js index ba56e5c1..359c20ee 100644 --- a/Documentation/assets/search.js +++ b/Documentation/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index 8e51c1a4..ae25a73e 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,4 +1,4 @@ -astro-compress - v2.2.12

      astro-compress - v2.2.12

      Astro
      Related:


      Stars
      Critters
      AstroJS GoogleChromeLabs Critters integration.
      🦔 Inline your critical CSS with Astro.


      Build
      Dependencies
      Version
      Downloads


      Stars
      Biome
      AstroJS Biome tools.
      🗻 Format, lint and check your Astro website with Biome.


      Build
      Dependencies
      Version
      Downloads

      +astro-compress - v2.2.13

      astro-compress - v2.2.13

      Astro
      Related:


      Stars
      Critters
      🦔 AstroJS GoogleChromeLabs Critters integration.


      Build
      Dependencies
      Version
      Downloads


      Stars
      Biome
      🗻 AstroJS Biome tools.


      Build
      Dependencies
      Version
      Downloads

      🗜️ AstroCompress

      This Astro integration brings compression utilities to your Astro project.

      @@ -110,4 +110,4 @@
      export default {
      integrations: [
      (await import("astro-compress")).default({
      Logger: 0,
      }),
      ],
      };

      Changelog

      See CHANGELOG.md for a history of changes to this integration.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/README.md b/README.md index 8fa0ea25..d8218448 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

      Astro
      Related:


      Stars
      Critters
      AstroJS GoogleChromeLabs Critters integration.
      🦔 Inline your critical CSS with Astro.


      Build
      Dependencies
      Version
      Downloads


      Stars
      Biome
      AstroJS Biome tools.
      🗻 Format, lint and check your Astro website with Biome.


      Build
      Dependencies
      Version
      Downloads

      +

      Astro
      Related:


      Stars
      Critters
      🦔 AstroJS GoogleChromeLabs Critters integration.


      Build
      Dependencies
      Version
      Downloads


      Stars
      Biome
      🗻 AstroJS Biome tools.


      Build
      Dependencies
      Version
      Downloads

      # 🗜️ [AstroCompress] diff --git a/package.json b/package.json index f911c4be..e3fa6f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-compress", - "version": "2.2.12", + "version": "2.2.13", "private": false, "description": "🗜️ AstroJS compression utilities.", "keywords": [ @@ -50,7 +50,7 @@ "terser": "5.29.1" }, "devDependencies": { - "astro": "4.4.13", + "astro": "4.4.15", "typescript-esbuild": "0.3.11" }, "publishConfig": {