From 16f49980f471564856e5afe874a3f2907cff391d Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Tue, 26 Mar 2024 23:46:13 +0200 Subject: [PATCH] 0.4.6 --- CHANGELOG.md | 4 ++++ Documentation/functions/Build.Exec.html | 4 ++-- Documentation/functions/Build.Merge.html | 4 ++-- Documentation/functions/Build.build.html | 4 ++-- Documentation/functions/Build.resolve.html | 4 ++-- Documentation/functions/Exec.exec.html | 4 ++-- Documentation/functions/File.file.html | 4 ++-- Documentation/functions/JSON.JSON.html | 4 ++-- Documentation/functions/Merge.merge.html | 4 ++-- Documentation/index.html | 4 ++-- Documentation/interfaces/Build.Type.html | 4 ++-- Documentation/interfaces/Exec.Type.html | 4 ++-- Documentation/interfaces/File.Type.html | 4 ++-- Documentation/interfaces/Interface_Merge.Generic.html | 4 ++-- Documentation/interfaces/Interface_Merge.Type.html | 4 ++-- Documentation/interfaces/JSON.Type.html | 4 ++-- Documentation/modules/Build.html | 4 ++-- Documentation/modules/ESBuild.html | 4 ++-- Documentation/modules/Exec.html | 4 ++-- Documentation/modules/File.html | 4 ++-- Documentation/modules/Interface_Merge.html | 6 +++--- Documentation/modules/JSON.html | 4 ++-- Documentation/modules/Merge.html | 4 ++-- Documentation/modules/TypeScriptESBuild.html | 4 ++-- Documentation/variables/Build.Current.html | 2 +- Documentation/variables/Build.Pipe.html | 2 +- Documentation/variables/ESBuild.ESBuild.html | 2 +- .../variables/TypeScriptESBuild.typeScriptESBuild.html | 2 +- Target/Class/TypeScriptESBuild.js | 2 +- package.json | 4 ++-- 30 files changed, 58 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6414090..0d813c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.6 + +- Cleanup + ## 0.4.5 - Cleanup diff --git a/Documentation/functions/Build.Exec.html b/Documentation/functions/Build.Exec.html index 4f46b469..9637207e 100644 --- a/Documentation/functions/Build.Exec.html +++ b/Documentation/functions/Build.Exec.html @@ -1,4 +1,4 @@ -Exec | typescript-esbuild - v0.4.5
  • The 'Exec' function is an asynchronous function that executes a command and logs the +Exec | typescript-esbuild - v0.4.6

    • The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr of the child process.

      Parameters

      • Command: string

        The 'Command' parameter is a string that represents the command you want to execute. It can be any valid command that can be executed in a @@ -7,4 +7,4 @@ of the child process should be logged. If set to 'false', no logging will occur. If set to a function, the function will be called with the stdout and stderr data as a parameter for custom logging. If not provided, stdout and stderr will be logged to the console by default.

        -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/Build.Merge.html b/Documentation/functions/Build.Merge.html index 745b9285..3fe191cc 100644 --- a/Documentation/functions/Build.Merge.html +++ b/Documentation/functions/Build.Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.4.5
  • 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 | typescript-esbuild - v0.4.6
  • 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/functions/Build.build.html b/Documentation/functions/Build.build.html index 78c93e4e..480ac4a1 100644 --- a/Documentation/functions/Build.build.html +++ b/Documentation/functions/Build.build.html @@ -1,6 +1,6 @@ -build | typescript-esbuild - v0.4.5
  • Represents a function that processes file patterns.

    +build | typescript-esbuild - v0.4.6
    • Represents a function that processes file patterns.

      Parameters

      • File: string[]

        An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.

      • Optional Option: {
            ESBuild?: string;
            TypeScript?: string;
        }

        An optional object that can contain two properties.

        • Optional ESBuild?: string

          A string representing the ESBuild option.

        • Optional TypeScript?: string

          A string representing the TypeScript option.

          -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/Build.resolve.html b/Documentation/functions/Build.resolve.html index df6c9719..5606ff4b 100644 --- a/Documentation/functions/Build.resolve.html +++ b/Documentation/functions/Build.resolve.html @@ -1,4 +1,4 @@ -resolve | typescript-esbuild - v0.4.5
  • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

    +resolve | typescript-esbuild - v0.4.6
    • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

      Starting from leftmost {from} parameter, resolves {to} to an absolute path.

      If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, @@ -6,4 +6,4 @@ and trailing slashes are removed unless the path gets resolved to the root directory.

      Parameters

      • Rest ...paths: string[]

        A sequence of paths or path segments.

      Returns string

      Throws

      if any of the arguments is not a string.

      -

    Generated using TypeDoc

    \ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/Exec.exec.html b/Documentation/functions/Exec.exec.html index 32c68834..e89ed0bf 100644 --- a/Documentation/functions/Exec.exec.html +++ b/Documentation/functions/Exec.exec.html @@ -1,4 +1,4 @@ -exec | typescript-esbuild - v0.4.5
  • The 'Exec' function is an asynchronous function that executes a command and logs the +exec | typescript-esbuild - v0.4.6

    • The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr of the child process.

      Parameters

      • Command: string

        The 'Command' parameter is a string that represents the command you want to execute. It can be any valid command that can be executed in a @@ -7,4 +7,4 @@ of the child process should be logged. If set to 'false', no logging will occur. If set to a function, the function will be called with the stdout and stderr data as a parameter for custom logging. If not provided, stdout and stderr will be logged to the console by default.

        -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/File.file.html b/Documentation/functions/File.file.html index 68938047..7966ddbc 100644 --- a/Documentation/functions/File.file.html +++ b/Documentation/functions/File.file.html @@ -1,2 +1,2 @@ -file | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +file | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/JSON.JSON.html b/Documentation/functions/JSON.JSON.html index 0bb9a40a..4a5b104f 100644 --- a/Documentation/functions/JSON.JSON.html +++ b/Documentation/functions/JSON.JSON.html @@ -1,4 +1,4 @@ -JSON | typescript-esbuild - v0.4.5
  • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +JSON | typescript-esbuild - v0.4.6

    • The function 'JSON' is a TypeScript function that reads a JSON file and returns its parsed content.

      Parameters

      • File: string

        The File parameter is a string that represents the name or path of the JSON file that you want to parse.

        @@ -6,4 +6,4 @@ the directory path from which the JSON file should be loaded. If From is provided, it will be used as the base directory path. If From is not provided, the current directory will be used as the base directory path.

        -

      Returns Promise<any>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/Merge.merge.html b/Documentation/functions/Merge.merge.html index 9a3ac0bb..03e83a5f 100644 --- a/Documentation/functions/Merge.merge.html +++ b/Documentation/functions/Merge.merge.html @@ -1,2 +1,2 @@ -merge | typescript-esbuild - v0.4.5
  • 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 | typescript-esbuild - v0.4.6
  • 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/index.html b/Documentation/index.html index a004fd4e..f932428d 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,4 +1,4 @@ -typescript-esbuild - v0.4.5

typescript-esbuild - v0.4.5

🌀 TypeScriptESBuild

Build all your TypeScript files into JavaScript.

+typescript-esbuild - v0.4.6

typescript-esbuild - v0.4.6

🌀 TypeScriptESBuild

Build all your TypeScript files into JavaScript.

Installation

Add configuration and setup scripts:

npm install -D -E typescript-esbuild
 
@@ -17,4 +17,4 @@

TypeScript Configuration

tsconfig.json

{
"compilerOptions": {
"outDir": "Target"
},
"extends": "typescript-esbuild/Target/Notation/TypeScript",
"include": ["Source"]
}
-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Build.Type.html b/Documentation/interfaces/Build.Type.html index 42f51f4b..88a5ebd6 100644 --- a/Documentation/interfaces/Build.Type.html +++ b/Documentation/interfaces/Build.Type.html @@ -1,6 +1,6 @@ -Type | typescript-esbuild - v0.4.5
interface Type ((File, Option?) => Promise<void>)
  • Represents a function that processes file patterns.

    +Type | typescript-esbuild - v0.4.6
    interface Type ((File, Option?) => Promise<void>)
    • Represents a function that processes file patterns.

      Parameters

      • File: string[]

        An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.

      • Optional Option: {
            ESBuild?: string;
            TypeScript?: string;
        }

        An optional object that can contain two properties.

        • Optional ESBuild?: string

          A string representing the ESBuild option.

        • Optional TypeScript?: string

          A string representing the TypeScript option.

          -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Exec.Type.html b/Documentation/interfaces/Exec.Type.html index d03e8f43..f333e70b 100644 --- a/Documentation/interfaces/Exec.Type.html +++ b/Documentation/interfaces/Exec.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.4.5
interface Type ((Command, Echo?) => Promise<void>)
  • The 'Exec' function is an asynchronous function that executes a command and logs the +Type | typescript-esbuild - v0.4.6

    interface Type ((Command, Echo?) => Promise<void>)
    • The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr of the child process.

      Parameters

      • Command: string

        The 'Command' parameter is a string that represents the command you want to execute. It can be any valid command that can be executed in a @@ -7,4 +7,4 @@ of the child process should be logged. If set to 'false', no logging will occur. If set to a function, the function will be called with the stdout and stderr data as a parameter for custom logging. If not provided, stdout and stderr will be logged to the console by default.

        -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/File.Type.html b/Documentation/interfaces/File.Type.html index ae9004d7..c9cc92df 100644 --- a/Documentation/interfaces/File.Type.html +++ b/Documentation/interfaces/File.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.4.5
interface Type ((Path) => Promise<any>)

Generated using TypeDoc

\ No newline at end of file +Type | typescript-esbuild - v0.4.6
interface Type ((Path) => Promise<any>)

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Interface_Merge.Generic.html b/Documentation/interfaces/Interface_Merge.Generic.html index 36c02bcc..e0744b16 100644 --- a/Documentation/interfaces/Interface_Merge.Generic.html +++ b/Documentation/interfaces/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | typescript-esbuild - v0.4.5
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file +Generic | typescript-esbuild - v0.4.6
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Interface_Merge.Type.html b/Documentation/interfaces/Interface_Merge.Type.html index 054d0d26..b829109f 100644 --- a/Documentation/interfaces/Interface_Merge.Type.html +++ b/Documentation/interfaces/Interface_Merge.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.4.5
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 | typescript-esbuild - v0.4.6
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/interfaces/JSON.Type.html b/Documentation/interfaces/JSON.Type.html index 875b558c..7caad6b0 100644 --- a/Documentation/interfaces/JSON.Type.html +++ b/Documentation/interfaces/JSON.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.4.5
interface Type ((File, From?) => Promise<any>)
  • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +Type | typescript-esbuild - v0.4.6

    interface Type ((File, From?) => Promise<any>)
    • The function 'JSON' is a TypeScript function that reads a JSON file and returns its parsed content.

      Parameters

      • File: string

        The File parameter is a string that represents the name or path of the JSON file that you want to parse.

        @@ -6,4 +6,4 @@ the directory path from which the JSON file should be loaded. If From is provided, it will be used as the base directory path. If From is not provided, the current directory will be used as the base directory path.

        -

      Returns Promise<any>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Build.html b/Documentation/modules/Build.html index 9e251e3f..95c4813c 100644 --- a/Documentation/modules/Build.html +++ b/Documentation/modules/Build.html @@ -1,8 +1,8 @@ -Build | typescript-esbuild - v0.4.5

Index

Interfaces

Type +Build | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/ESBuild.html b/Documentation/modules/ESBuild.html index 54afed96..6ebcba3d 100644 --- a/Documentation/modules/ESBuild.html +++ b/Documentation/modules/ESBuild.html @@ -1,2 +1,2 @@ -ESBuild | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +ESBuild | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Exec.html b/Documentation/modules/Exec.html index be480f34..75127c40 100644 --- a/Documentation/modules/Exec.html +++ b/Documentation/modules/Exec.html @@ -1,3 +1,3 @@ -Exec | typescript-esbuild - v0.4.5

Index

Interfaces

Type +Exec | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/File.html b/Documentation/modules/File.html index f790dc01..71803da6 100644 --- a/Documentation/modules/File.html +++ b/Documentation/modules/File.html @@ -1,3 +1,3 @@ -File | typescript-esbuild - v0.4.5

Index

Interfaces

Type +File | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Interface_Merge.html b/Documentation/modules/Interface_Merge.html index a95f3c36..49bc210e 100644 --- a/Documentation/modules/Interface_Merge.html +++ b/Documentation/modules/Interface_Merge.html @@ -1,4 +1,4 @@ -Interface/Merge | typescript-esbuild - v0.4.5

Module Interface/Merge

Template: PMF

A type parameter representing Partial.

-

Index

Interfaces

Generic +Interface/Merge | typescript-esbuild - v0.4.6

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/modules/JSON.html b/Documentation/modules/JSON.html index bb4e6f9d..8c82b5e5 100644 --- a/Documentation/modules/JSON.html +++ b/Documentation/modules/JSON.html @@ -1,3 +1,3 @@ -JSON | typescript-esbuild - v0.4.5

Index

Interfaces

Type +JSON | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Merge.html b/Documentation/modules/Merge.html index 50f67aab..7f6ddb76 100644 --- a/Documentation/modules/Merge.html +++ b/Documentation/modules/Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +Merge | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/TypeScriptESBuild.html b/Documentation/modules/TypeScriptESBuild.html index 138126f2..9b2f23a3 100644 --- a/Documentation/modules/TypeScriptESBuild.html +++ b/Documentation/modules/TypeScriptESBuild.html @@ -1,2 +1,2 @@ -TypeScriptESBuild | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +TypeScriptESBuild | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/Build.Current.html b/Documentation/variables/Build.Current.html index 5fef7c9d..ed043820 100644 --- a/Documentation/variables/Build.Current.html +++ b/Documentation/variables/Build.Current.html @@ -1 +1 @@ -Current | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +Current | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/Build.Pipe.html b/Documentation/variables/Build.Pipe.html index 054d11ba..d08ed70d 100644 --- a/Documentation/variables/Build.Pipe.html +++ b/Documentation/variables/Build.Pipe.html @@ -1 +1 @@ -Pipe | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +Pipe | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/ESBuild.ESBuild.html b/Documentation/variables/ESBuild.ESBuild.html index 20b74a9f..e57dc0fd 100644 --- a/Documentation/variables/ESBuild.ESBuild.html +++ b/Documentation/variables/ESBuild.ESBuild.html @@ -1 +1 @@ -ESBuild | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +ESBuild | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/TypeScriptESBuild.typeScriptESBuild.html b/Documentation/variables/TypeScriptESBuild.typeScriptESBuild.html index 9ddbb27f..ab5eefb8 100644 --- a/Documentation/variables/TypeScriptESBuild.typeScriptESBuild.html +++ b/Documentation/variables/TypeScriptESBuild.typeScriptESBuild.html @@ -1 +1 @@ -typeScriptESBuild | typescript-esbuild - v0.4.5

Generated using TypeDoc

\ No newline at end of file +typeScriptESBuild | typescript-esbuild - v0.4.6

Generated using TypeDoc

\ No newline at end of file diff --git a/Target/Class/TypeScriptESBuild.js b/Target/Class/TypeScriptESBuild.js index 80d93b11..1be6dc26 100644 --- a/Target/Class/TypeScriptESBuild.js +++ b/Target/Class/TypeScriptESBuild.js @@ -1,2 +1,2 @@ #!/usr/bin/env node -var i=new(await import("commander")).Command().name("TypeScriptESBuild").version("0.4.5").description("\u{1F300} Build TypeScript.").argument("","Build File.").option("-ES, --ESBuild ","ESBuild Configuration.").option("-TS, --TypeScript ","TypeScript Configuration.").action((await import("../Function/Build.js")).default).parse();export{i as default}; +var i=new(await import("commander")).Command().name("TypeScriptESBuild").version("0.4.6").description("\u{1F300} Build TypeScript.").argument("","Build File.").option("-ES, --ESBuild ","ESBuild Configuration.").option("-TS, --TypeScript ","TypeScript Configuration.").action((await import("../Function/Build.js")).default).parse();export{i as default}; diff --git a/package.json b/package.json index 22985896..2ebaebbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-esbuild", - "version": "0.4.5", + "version": "0.4.6", "private": false, "description": "🌀 ESBuild Wrapper.", "keywords": [ @@ -45,7 +45,7 @@ "ts-node": "10.9.2" }, "peerDependencies": { - "typescript-document": "0.0.5" + "typescript-document": "0.0.6" }, "publishConfig": { "access": "public"