From 98c3555777e8cbf1ce8c3e020e2534eab67d13a5 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Fri, 15 Mar 2024 11:49:14 +0200 Subject: [PATCH] 0.4.1 --- CHANGELOG.md | 4 ++++ CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- Documentation/Class/Theme.theme.html | 4 ++-- Documentation/Function/Build.Exec.html | 4 ++-- Documentation/Function/Build.Merge.html | 4 ++-- Documentation/Function/Build.build.html | 4 ++-- Documentation/Function/Build.resolve.html | 4 ++-- Documentation/Function/Exec.exec.html | 4 ++-- Documentation/Function/File.file.html | 4 ++-- Documentation/Function/JSON.JSON.html | 4 ++-- Documentation/Function/Load.load-1.html | 2 +- Documentation/Function/Merge.merge.html | 4 ++-- Documentation/Function/Theme.applyAnchorUrl.html | 4 ++-- Documentation/Function/Theme.getUrl.html | 4 ++-- Documentation/Interface/Build.Type.html | 4 ++-- Documentation/Interface/Exec.Type.html | 4 ++-- Documentation/Interface/File.Type.html | 4 ++-- Documentation/Interface/Interface_Mapping.Type.html | 4 ++-- Documentation/Interface/Interface_Merge.Generic.html | 4 ++-- Documentation/Interface/Interface_Merge.Type.html | 4 ++-- Documentation/Interface/Interface_Theme.Type.html | 4 ++-- Documentation/Interface/JSON.Type.html | 4 ++-- Documentation/Interface/Load.Type.html | 4 ++-- Documentation/Module/Build.html | 4 ++-- Documentation/Module/ESBuild.html | 4 ++-- Documentation/Module/Exec.html | 4 ++-- Documentation/Module/File.html | 4 ++-- Documentation/Module/Interface_Mapping.html | 4 ++-- Documentation/Module/Interface_Merge.html | 4 ++-- Documentation/Module/Interface_Theme.html | 4 ++-- Documentation/Module/JSON.html | 4 ++-- Documentation/Module/Load.html | 4 ++-- Documentation/Module/Merge.html | 4 ++-- Documentation/Module/Theme.html | 4 ++-- Documentation/Module/TypeScriptESBuild.html | 4 ++-- Documentation/Module/Value.html | 4 ++-- Documentation/Type/Value.Type.html | 2 +- Documentation/Variable/Build.Current.html | 2 +- Documentation/Variable/Build.Pipe.html | 2 +- Documentation/Variable/ESBuild.ESBuild.html | 2 +- Documentation/Variable/Load.Theme.html | 2 +- Documentation/Variable/Load.load.html | 2 +- Documentation/Variable/Theme.Class.html | 2 +- Documentation/Variable/Theme.DeclarationReflection.html | 2 +- Documentation/Variable/Theme.Enum.html | 2 +- Documentation/Variable/Theme.Interface.html | 2 +- Documentation/Variable/Theme.Module.html | 2 +- Documentation/Variable/Theme.Namespace.html | 2 +- Documentation/Variable/Theme.TypeAlias.html | 2 +- Documentation/Variable/Theme.URL_PREFIX.html | 2 +- Documentation/Variable/Theme.UrlMapping.html | 2 +- Documentation/Variable/Theme.Variable.html | 2 +- Documentation/Variable/Theme._Function.html | 2 +- .../Variable/TypeScriptESBuild.typeScriptESBuild.html | 2 +- Documentation/hierarchy.html | 2 +- Documentation/index.html | 4 ++-- Target/Class/TypeScriptESBuild.js | 2 +- package.json | 4 ++-- 59 files changed, 97 insertions(+), 93 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814dc01f..41dddf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +- Cleanup + ## 0.4.0 - Cleanup diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fb17b912..0e092d3a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -74,7 +74,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Nikola@Playform.Cloud. All complaints will be reviewed and investigated +Community@Playform.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd109553..b8ceeae7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Nikola@Playform.Cloud. All complaints will be reviewed and investigated +Community@Playform.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/Documentation/Class/Theme.theme.html b/Documentation/Class/Theme.theme.html index 38e73789..f4e3cbcb 100644 --- a/Documentation/Class/Theme.theme.html +++ b/Documentation/Class/Theme.theme.html @@ -1,4 +1,4 @@ -theme | typescript-esbuild - v0.4.0

Hierarchy

  • DefaultTheme
    • theme

Implements

Constructors

constructor +theme | typescript-esbuild - v0.4.1

Hierarchy

  • DefaultTheme
    • theme

Implements

Constructors

Properties

  • Optional relative: Reflection

    The parent reflection the url generation should stop on.

  • Optional separator: string

    The separator used to generate the url.

  • Returns string

    The generated url.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Function/Build.Exec.html b/Documentation/Function/Build.Exec.html index 88526efc..8e83893d 100644 --- a/Documentation/Function/Build.Exec.html +++ b/Documentation/Function/Build.Exec.html @@ -1,4 +1,4 @@ -Exec | typescript-esbuild - v0.4.0
    • The 'Exec' function is an asynchronous function that executes a command and logs the +Exec | typescript-esbuild - v0.4.1

      • The 'Exec' function is an asynchronous function that executes a command and logs the stdout 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 data as a parameter for custom logging. If not provided, stdout 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/Function/Build.Merge.html b/Documentation/Function/Build.Merge.html index dd7ee5cd..1666851e 100644 --- a/Documentation/Function/Build.Merge.html +++ b/Documentation/Function/Build.Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.4.0
    • 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.1
    • 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/Build.build.html b/Documentation/Function/Build.build.html index d84f4c92..e44306ef 100644 --- a/Documentation/Function/Build.build.html +++ b/Documentation/Function/Build.build.html @@ -1,6 +1,6 @@ -build | typescript-esbuild - v0.4.0
    • Represents a function that processes file patterns.

      +build | typescript-esbuild - v0.4.1
      • 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/Function/Build.resolve.html b/Documentation/Function/Build.resolve.html index 7862248d..91c81c95 100644 --- a/Documentation/Function/Build.resolve.html +++ b/Documentation/Function/Build.resolve.html @@ -1,4 +1,4 @@ -resolve | typescript-esbuild - v0.4.0
    • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

      +resolve | typescript-esbuild - v0.4.1
      • 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/Function/Exec.exec.html b/Documentation/Function/Exec.exec.html index c8aee611..b1d57d04 100644 --- a/Documentation/Function/Exec.exec.html +++ b/Documentation/Function/Exec.exec.html @@ -1,4 +1,4 @@ -exec | typescript-esbuild - v0.4.0
    • The 'Exec' function is an asynchronous function that executes a command and logs the +exec | typescript-esbuild - v0.4.1

      • The 'Exec' function is an asynchronous function that executes a command and logs the stdout 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 data as a parameter for custom logging. If not provided, stdout 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/Function/File.file.html b/Documentation/Function/File.file.html index 2688c276..c433df8b 100644 --- a/Documentation/Function/File.file.html +++ b/Documentation/Function/File.file.html @@ -1,2 +1,2 @@ -file | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Function/JSON.JSON.html b/Documentation/Function/JSON.JSON.html index f2d0117b..31cd5c34 100644 --- a/Documentation/Function/JSON.JSON.html +++ b/Documentation/Function/JSON.JSON.html @@ -1,4 +1,4 @@ -JSON | typescript-esbuild - v0.4.0
    • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +JSON | typescript-esbuild - v0.4.1

      • 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/Function/Load.load-1.html b/Documentation/Function/Load.load-1.html index 89ba5709..abd04430 100644 --- a/Documentation/Function/Load.load-1.html +++ b/Documentation/Function/Load.load-1.html @@ -1 +1 @@ -load | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Function/Merge.merge.html b/Documentation/Function/Merge.merge.html index 2eb1ff25..d0a74b4c 100644 --- a/Documentation/Function/Merge.merge.html +++ b/Documentation/Function/Merge.merge.html @@ -1,2 +1,2 @@ -merge | typescript-esbuild - v0.4.0
    • 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.1
    • 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/Theme.applyAnchorUrl.html b/Documentation/Function/Theme.applyAnchorUrl.html index d497c051..c95b733e 100644 --- a/Documentation/Function/Theme.applyAnchorUrl.html +++ b/Documentation/Function/Theme.applyAnchorUrl.html @@ -1,4 +1,4 @@ -applyAnchorUrl | typescript-esbuild - v0.4.0
    • Generate an anchor url for the given reflection and all of its children.

      +applyAnchorUrl | typescript-esbuild - v0.4.1
      • Generate an anchor url for the given reflection and all of its children.

        Parameters

        • reflection: Reflection

          The reflection an anchor url should be created for.

        • container: Reflection

          The nearest reflection having an own document.

          -

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

    Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Function/Theme.getUrl.html b/Documentation/Function/Theme.getUrl.html index 4cb7846d..16d99001 100644 --- a/Documentation/Function/Theme.getUrl.html +++ b/Documentation/Function/Theme.getUrl.html @@ -1,6 +1,6 @@ -getUrl | typescript-esbuild - v0.4.0
    • Return a url for the given reflection.

      +getUrl | typescript-esbuild - v0.4.1
      • Return a url for the given reflection.

        Parameters

        • reflection: Reflection

          The reflection the url should be generated for.

        • Optional relative: Reflection

          The parent reflection the url generation should stop on.

        • Optional separator: string

          The separator used to generate the url.

        Returns string

        The generated url.

        -

      Generated using TypeDoc

      \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Interface/Build.Type.html b/Documentation/Interface/Build.Type.html index 80e0da26..25baad3d 100644 --- a/Documentation/Interface/Build.Type.html +++ b/Documentation/Interface/Build.Type.html @@ -1,6 +1,6 @@ -Type | typescript-esbuild - v0.4.0
    interface Type ((File, Option?) => Promise<void>)
    • Represents a function that processes file patterns.

      +Type | typescript-esbuild - v0.4.1
      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/Interface/Exec.Type.html b/Documentation/Interface/Exec.Type.html index 34f91f53..439c3a6b 100644 --- a/Documentation/Interface/Exec.Type.html +++ b/Documentation/Interface/Exec.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.4.0
    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.1

      interface Type ((Command, Echo?) => Promise<void>)
      • The 'Exec' function is an asynchronous function that executes a command and logs the stdout 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 data as a parameter for custom logging. If not provided, stdout 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/Interface/File.Type.html b/Documentation/Interface/File.Type.html index 600d317c..c981f5b3 100644 --- a/Documentation/Interface/File.Type.html +++ b/Documentation/Interface/File.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.4.0
    interface Type ((Path) => Promise<any>)

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Interface/Interface_Mapping.Type.html b/Documentation/Interface/Interface_Mapping.Type.html index 0bd15143..0bee2f75 100644 --- a/Documentation/Interface/Interface_Mapping.Type.html +++ b/Documentation/Interface/Interface_Mapping.Type.html @@ -1,5 +1,5 @@ -Type | typescript-esbuild - v0.4.0
    interface Type {
        Directory: string;
        Kind: ReflectionKind[];
    }

    Properties

    Directory +Type | typescript-esbuild - v0.4.1
    interface Type {
        Directory: string;
        Kind: ReflectionKind[];
    }

    Properties

    Properties

    Directory: string

    The name of the directory the output files should be written to.

    Kind: ReflectionKind[]

    DeclarationReflection.kind this rule applies to.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    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 a9f17654..bdba82ed 100644 --- a/Documentation/Interface/Interface_Merge.Generic.html +++ b/Documentation/Interface/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | typescript-esbuild - v0.4.0
    interface Generic {
        DeepMergeArraysURI: "DeepMergeLeafURI";
    }

    Properties

    Properties

    DeepMergeArraysURI: "DeepMergeLeafURI"

    Generated using TypeDoc

    \ No newline at end of file +Generic | typescript-esbuild - v0.4.1
    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 e30faac9..a294ec89 100644 --- a/Documentation/Interface/Interface_Merge.Type.html +++ b/Documentation/Interface/Interface_Merge.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.4.0
    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.1
    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/Interface_Theme.Type.html b/Documentation/Interface/Interface_Theme.Type.html index 31c95b51..901afa0e 100644 --- a/Documentation/Interface/Interface_Theme.Type.html +++ b/Documentation/Interface/Interface_Theme.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.4.0
    interface Type {
        Mapping: Type[];
        _Mapping: ((Reflection) => undefined | Type);
        buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
        componentName: string;
        defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
        hierarchyTemplate: ((pageEvent) => JsxElement);
        icons: {
            1: (() => JsxElement);
            1024: (() => JsxElement);
            1048576: (() => JsxElement);
            128: (() => JsxElement);
            131072: (() => JsxElement);
            16: (() => JsxElement);
            16384: (() => JsxElement);
            2: (() => JsxElement);
            2048: (() => JsxElement);
            2097152: (() => JsxElement);
            256: (() => JsxElement);
            262144: (() => JsxElement);
            32: (() => JsxElement);
            32768: (() => JsxElement);
            4: (() => JsxElement);
            4096: (() => JsxElement);
            4194304: (() => JsxElement);
            512: (() => JsxElement);
            524288: (() => JsxElement);
            64: (() => JsxElement);
            65536: (() => JsxElement);
            8: (() => JsxElement);
            8192: (() => JsxElement);
            anchor: (() => JsxElement);
            checkbox: (() => JsxElement);
            chevronDown: (() => JsxElement);
            chevronSmall: (() => JsxElement);
            menu: (() => JsxElement);
            search: (() => JsxElement);
        };
        indexTemplate: ((pageEvent) => JsxElement);
        markedPlugin: MarkedPlugin;
        reflectionTemplate: ((pageEvent) => JsxElement);
        get _listenId(): any;
        get application(): Application;
        get owner(): O;
        bubble(name, ...args): this;
        buildNavigation(project): NavigationElement[];
        getNavigation(project): NavigationElement[];
        getReflectionClasses(reflection): string;
        getRenderContext(pageEvent): DefaultThemeRenderContext;
        getUrls(project): UrlMapping<any>[];
        initialize(): void;
        listenTo(obj, name, callback?, priority?): this;
        listenToOnce(obj, eventMap): this;
        listenToOnce(obj, name, callback, priority?): this;
        off(): this;
        off(eventMap, context?): this;
        off(name, callback?, context?): this;
        on(eventMap, context?): this;
        on(eventMap, callback?, context?, priority?): this;
        on(name, callback, context?, priority?): this;
        once(eventMap, context?): this;
        once(name, callback, context?, priority?): this;
        render(page, template): string;
        stopListening(obj?, name?, callback?): this;
        trigger(name, ...args): this;
    }

    Hierarchy

    • DefaultTheme
      • Type

    Implemented by

    Properties

    Mapping +Type | typescript-esbuild - v0.4.1
    interface Type {
        Mapping: Type[];
        _Mapping: ((Reflection) => undefined | Type);
        buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
        componentName: string;
        defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
        hierarchyTemplate: ((pageEvent) => JsxElement);
        icons: {
            1: (() => JsxElement);
            1024: (() => JsxElement);
            1048576: (() => JsxElement);
            128: (() => JsxElement);
            131072: (() => JsxElement);
            16: (() => JsxElement);
            16384: (() => JsxElement);
            2: (() => JsxElement);
            2048: (() => JsxElement);
            2097152: (() => JsxElement);
            256: (() => JsxElement);
            262144: (() => JsxElement);
            32: (() => JsxElement);
            32768: (() => JsxElement);
            4: (() => JsxElement);
            4096: (() => JsxElement);
            4194304: (() => JsxElement);
            512: (() => JsxElement);
            524288: (() => JsxElement);
            64: (() => JsxElement);
            65536: (() => JsxElement);
            8: (() => JsxElement);
            8192: (() => JsxElement);
            anchor: (() => JsxElement);
            checkbox: (() => JsxElement);
            chevronDown: (() => JsxElement);
            chevronSmall: (() => JsxElement);
            menu: (() => JsxElement);
            search: (() => JsxElement);
        };
        indexTemplate: ((pageEvent) => JsxElement);
        markedPlugin: MarkedPlugin;
        reflectionTemplate: ((pageEvent) => JsxElement);
        get _listenId(): any;
        get application(): Application;
        get owner(): O;
        bubble(name, ...args): this;
        buildNavigation(project): NavigationElement[];
        getNavigation(project): NavigationElement[];
        getReflectionClasses(reflection): string;
        getRenderContext(pageEvent): DefaultThemeRenderContext;
        getUrls(project): UrlMapping<any>[];
        initialize(): void;
        listenTo(obj, name, callback?, priority?): this;
        listenToOnce(obj, eventMap): this;
        listenToOnce(obj, name, callback, priority?): this;
        off(): this;
        off(eventMap, context?): this;
        off(name, callback?, context?): this;
        on(eventMap, context?): this;
        on(eventMap, callback?, context?, priority?): this;
        on(name, callback, context?, priority?): this;
        once(eventMap, context?): this;
        once(name, callback, context?, priority?): this;
        render(page, template): string;
        stopListening(obj?, name?, callback?): this;
        trigger(name, ...args): this;
    }

    Hierarchy

    • DefaultTheme
      • Type

    Implemented by

    Properties

    Mapping _Mapping buildUrls componentName @@ -71,4 +71,4 @@ passed the same arguments as trigger is, apart from the event name (unless you're listening on "all", which will cause your callback to receive the true name of the event as the first argument).

    -

    Parameters

    • name: string | Event | EventMap
    • Rest ...args: any[]

    Returns this

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    • name: string | Event | EventMap
    • Rest ...args: any[]

    Returns this

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Interface/JSON.Type.html b/Documentation/Interface/JSON.Type.html index 21c8ad65..9d98b346 100644 --- a/Documentation/Interface/JSON.Type.html +++ b/Documentation/Interface/JSON.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.4.0
    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.1

      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/Interface/Load.Type.html b/Documentation/Interface/Load.Type.html index fa3cbee9..62c150ce 100644 --- a/Documentation/Interface/Load.Type.html +++ b/Documentation/Interface/Load.Type.html @@ -1,5 +1,5 @@ -Type | typescript-esbuild - v0.4.0
    interface Type {
        load: ((Application) => void);
    }

    Properties

    load +Type | typescript-esbuild - v0.4.1
    interface Type {
        load: ((Application) => void);
    }

    Properties

    Properties

    load: ((Application) => void)

    The Load function is responsible for loading a plugin into the TypeDoc instance.

    Type declaration

      • (Application): void
      • Parameters

        • Application: Application

          The Application parameter is an instance of TypeDoc's Application class, representing the TypeDoc application to which the plugin should be loaded.

          -

        Returns void

    Generated using TypeDoc

    \ No newline at end of file +

    Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Build.html b/Documentation/Module/Build.html index 04390598..789dd9ab 100644 --- a/Documentation/Module/Build.html +++ b/Documentation/Module/Build.html @@ -1,8 +1,8 @@ -Build | typescript-esbuild - v0.4.0

    Index

    Interfaces

    Type +Build | typescript-esbuild - v0.4.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/ESBuild.html b/Documentation/Module/ESBuild.html index b3a5497a..e47b2bb7 100644 --- a/Documentation/Module/ESBuild.html +++ b/Documentation/Module/ESBuild.html @@ -1,2 +1,2 @@ -ESBuild | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Exec.html b/Documentation/Module/Exec.html index a27e6575..08528b15 100644 --- a/Documentation/Module/Exec.html +++ b/Documentation/Module/Exec.html @@ -1,3 +1,3 @@ -Exec | typescript-esbuild - v0.4.0

    Index

    Interfaces

    Type +Exec | typescript-esbuild - v0.4.1

    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 7ac8af1d..ae313c71 100644 --- a/Documentation/Module/File.html +++ b/Documentation/Module/File.html @@ -1,3 +1,3 @@ -File | typescript-esbuild - v0.4.0

    Index

    Interfaces

    Type +File | typescript-esbuild - v0.4.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Interface_Mapping.html b/Documentation/Module/Interface_Mapping.html index d634152e..fb4b5b7f 100644 --- a/Documentation/Module/Interface_Mapping.html +++ b/Documentation/Module/Interface_Mapping.html @@ -1,2 +1,2 @@ -Interface/Mapping | typescript-esbuild - v0.4.0

    Generated using TypeDoc

    \ No newline at end of file +Interface/Mapping | typescript-esbuild - v0.4.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Interface_Merge.html b/Documentation/Module/Interface_Merge.html index 9a19dfaf..1a6a0a1a 100644 --- a/Documentation/Module/Interface_Merge.html +++ b/Documentation/Module/Interface_Merge.html @@ -1,4 +1,4 @@ -Interface/Merge | typescript-esbuild - v0.4.0

    Module Interface/Merge

    Template: PMF

    A type parameter representing Partial.

    +Interface/Merge | typescript-esbuild - v0.4.1

    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/Interface_Theme.html b/Documentation/Module/Interface_Theme.html index e40f9d0c..769f2ebf 100644 --- a/Documentation/Module/Interface_Theme.html +++ b/Documentation/Module/Interface_Theme.html @@ -1,2 +1,2 @@ -Interface/Theme | typescript-esbuild - v0.4.0

    Generated using TypeDoc

    \ No newline at end of file +Interface/Theme | typescript-esbuild - v0.4.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/JSON.html b/Documentation/Module/JSON.html index f2a265bf..89bec445 100644 --- a/Documentation/Module/JSON.html +++ b/Documentation/Module/JSON.html @@ -1,3 +1,3 @@ -JSON | typescript-esbuild - v0.4.0

    Index

    Interfaces

    Type +JSON | typescript-esbuild - v0.4.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Load.html b/Documentation/Module/Load.html index 07634abc..d7b8b293 100644 --- a/Documentation/Module/Load.html +++ b/Documentation/Module/Load.html @@ -1,5 +1,5 @@ -Load | typescript-esbuild - v0.4.0

    Index

    Interfaces

    Type +Load | typescript-esbuild - v0.4.1

    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 7b25418b..b3423309 100644 --- a/Documentation/Module/Merge.html +++ b/Documentation/Module/Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Theme.html b/Documentation/Module/Theme.html index 050dd436..313585f0 100644 --- a/Documentation/Module/Theme.html +++ b/Documentation/Module/Theme.html @@ -1,4 +1,4 @@ -Theme | typescript-esbuild - v0.4.0

    Index

    Classes

    theme +Theme | typescript-esbuild - v0.4.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/TypeScriptESBuild.html b/Documentation/Module/TypeScriptESBuild.html index d6bac845..0237d5d2 100644 --- a/Documentation/Module/TypeScriptESBuild.html +++ b/Documentation/Module/TypeScriptESBuild.html @@ -1,2 +1,2 @@ -TypeScriptESBuild | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Module/Value.html b/Documentation/Module/Value.html index 1bc0d12a..367401d8 100644 --- a/Documentation/Module/Value.html +++ b/Documentation/Module/Value.html @@ -1,2 +1,2 @@ -Value | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Type/Value.Type.html b/Documentation/Type/Value.Type.html index d9ded202..e6f772d0 100644 --- a/Documentation/Type/Value.Type.html +++ b/Documentation/Type/Value.Type.html @@ -1 +1 @@ -Type | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Build.Current.html b/Documentation/Variable/Build.Current.html index cd93bb2a..799d9e3a 100644 --- a/Documentation/Variable/Build.Current.html +++ b/Documentation/Variable/Build.Current.html @@ -1 +1 @@ -Current | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Build.Pipe.html b/Documentation/Variable/Build.Pipe.html index 0bc2566d..32a8af7b 100644 --- a/Documentation/Variable/Build.Pipe.html +++ b/Documentation/Variable/Build.Pipe.html @@ -1 +1 @@ -Pipe | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/ESBuild.ESBuild.html b/Documentation/Variable/ESBuild.ESBuild.html index de119c55..75c55999 100644 --- a/Documentation/Variable/ESBuild.ESBuild.html +++ b/Documentation/Variable/ESBuild.ESBuild.html @@ -1 +1 @@ -ESBuild | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Load.Theme.html b/Documentation/Variable/Load.Theme.html index b8174758..e28b1483 100644 --- a/Documentation/Variable/Load.Theme.html +++ b/Documentation/Variable/Load.Theme.html @@ -1 +1 @@ -Theme | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Load.load.html b/Documentation/Variable/Load.load.html index 8dd8a101..248e0cc2 100644 --- a/Documentation/Variable/Load.load.html +++ b/Documentation/Variable/Load.load.html @@ -1 +1 @@ -load | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.Class.html b/Documentation/Variable/Theme.Class.html index 8dc08ff9..06f67d47 100644 --- a/Documentation/Variable/Theme.Class.html +++ b/Documentation/Variable/Theme.Class.html @@ -1 +1 @@ -Class | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.DeclarationReflection.html b/Documentation/Variable/Theme.DeclarationReflection.html index a50e7cc4..45a06114 100644 --- a/Documentation/Variable/Theme.DeclarationReflection.html +++ b/Documentation/Variable/Theme.DeclarationReflection.html @@ -1 +1 @@ -DeclarationReflection | typescript-esbuild - v0.4.0

    Variable DeclarationReflection

    DeclarationReflection: typeof DeclarationReflection

    Generated using TypeDoc

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

    Variable DeclarationReflection

    DeclarationReflection: typeof DeclarationReflection

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.Enum.html b/Documentation/Variable/Theme.Enum.html index 530af64c..8a03621a 100644 --- a/Documentation/Variable/Theme.Enum.html +++ b/Documentation/Variable/Theme.Enum.html @@ -1 +1 @@ -Enum | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.Interface.html b/Documentation/Variable/Theme.Interface.html index 7d1245e6..04847625 100644 --- a/Documentation/Variable/Theme.Interface.html +++ b/Documentation/Variable/Theme.Interface.html @@ -1 +1 @@ -Interface | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.Module.html b/Documentation/Variable/Theme.Module.html index 94401ce9..86793438 100644 --- a/Documentation/Variable/Theme.Module.html +++ b/Documentation/Variable/Theme.Module.html @@ -1 +1 @@ -Module | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.Namespace.html b/Documentation/Variable/Theme.Namespace.html index 9a72c394..2d61dd29 100644 --- a/Documentation/Variable/Theme.Namespace.html +++ b/Documentation/Variable/Theme.Namespace.html @@ -1 +1 @@ -Namespace | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.TypeAlias.html b/Documentation/Variable/Theme.TypeAlias.html index a00213d8..0aa46837 100644 --- a/Documentation/Variable/Theme.TypeAlias.html +++ b/Documentation/Variable/Theme.TypeAlias.html @@ -1 +1 @@ -TypeAlias | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.URL_PREFIX.html b/Documentation/Variable/Theme.URL_PREFIX.html index c5873d01..c9f8fd98 100644 --- a/Documentation/Variable/Theme.URL_PREFIX.html +++ b/Documentation/Variable/Theme.URL_PREFIX.html @@ -1 +1 @@ -URL_PREFIX | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.UrlMapping.html b/Documentation/Variable/Theme.UrlMapping.html index add38577..84fc7093 100644 --- a/Documentation/Variable/Theme.UrlMapping.html +++ b/Documentation/Variable/Theme.UrlMapping.html @@ -1 +1 @@ -UrlMapping | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme.Variable.html b/Documentation/Variable/Theme.Variable.html index 0bcef61c..54315f9c 100644 --- a/Documentation/Variable/Theme.Variable.html +++ b/Documentation/Variable/Theme.Variable.html @@ -1 +1 @@ -Variable | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/Theme._Function.html b/Documentation/Variable/Theme._Function.html index c4c6c93d..6e9bfc53 100644 --- a/Documentation/Variable/Theme._Function.html +++ b/Documentation/Variable/Theme._Function.html @@ -1 +1 @@ -_Function | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html b/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html index 4d51850f..ceed09d9 100644 --- a/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html +++ b/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html @@ -1 +1 @@ -typeScriptESBuild | typescript-esbuild - v0.4.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/hierarchy.html b/Documentation/hierarchy.html index 6109dc7d..48576800 100644 --- a/Documentation/hierarchy.html +++ b/Documentation/hierarchy.html @@ -1 +1 @@ -typescript-esbuild - v0.4.0

    typescript-esbuild - v0.4.0

    Class Hierarchy

    Generated using TypeDoc

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

    typescript-esbuild - v0.4.1

    Class Hierarchy

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index aa239d14..b8674855 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,4 +1,4 @@ -typescript-esbuild - v0.4.0

    typescript-esbuild - v0.4.0

    🌀 TypeScriptESBuild

    Builds all your TypeScript files into JavaScript.

    +typescript-esbuild - v0.4.1

    typescript-esbuild - v0.4.1

    🌀 TypeScriptESBuild

    Builds all your TypeScript files into JavaScript.

    Installation

    Add configuration and setup scripts:

    npm install -D -E typescript-esbuild
     
    @@ -14,4 +14,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/Target/Class/TypeScriptESBuild.js b/Target/Class/TypeScriptESBuild.js index 58bbed18..416c2805 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.0").description("Builds files").argument("","Files to build").option("-es, --ESBuild ","esbuild configuration file").option("-ts, --TypeScript ","TypeScript configuration file").action((await import("../Function/Build.js")).default).parse();export{i as default}; +var i=new(await import("commander")).Command().name("TypeScriptESBuild").version("0.4.1").description("Builds files").argument("","Files to build").option("-es, --ESBuild ","esbuild configuration file").option("-ts, --TypeScript ","TypeScript configuration file").action((await import("../Function/Build.js")).default).parse();export{i as default}; diff --git a/package.json b/package.json index b881a0aa..5921753f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-esbuild", - "version": "0.4.0", + "version": "0.4.1", "private": false, "description": "🌀 Builds all your TypeScript files into JavaScript.", "keywords": ["javascript", "typescript", "esbuild", "typedoc"], @@ -28,7 +28,7 @@ "prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/TypeScriptESBuild.ts 'Source/**/*.ts'" }, "dependencies": { - "@types/node": "20.11.27", + "@types/node": "20.11.28", "commander": "12.0.0", "deepmerge-ts": "5.1.0", "esbuild": "0.20.2",