From f4a6ba5fddaab180d220485e36ddc06673c1c784 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Fri, 5 Apr 2024 00:18:46 +0300 Subject: [PATCH] Build/v0.0.5 --- Documentation/functions/Build.Exec.html | 2 +- Documentation/functions/Build.Merge.html | 2 +- Documentation/functions/Build.build-1.html | 2 +- Documentation/functions/Build.resolve.html | 2 +- Documentation/functions/Exec.exec.html | 2 +- Documentation/functions/File.file.html | 2 +- Documentation/functions/JSON.JSON.html | 2 +- Documentation/functions/Merge.merge.html | 2 +- Documentation/interfaces/Build.Interface.html | 2 +- Documentation/interfaces/Exec.Interface.html | 2 +- Documentation/interfaces/File.Interface.html | 2 +- Documentation/interfaces/Interface_Merge.Generic.html | 4 ++-- Documentation/interfaces/Interface_Merge.Type.html | 2 +- Documentation/interfaces/JSON.Interface.html | 2 +- Documentation/modules/Build.html | 2 +- Documentation/modules/ESBuild.html | 2 +- Documentation/modules/Exec.html | 2 +- Documentation/modules/File.html | 2 +- Documentation/modules/Interface_Merge.html | 2 +- Documentation/modules/JSON.html | 2 +- Documentation/modules/Merge.html | 2 +- Documentation/variables/Build.Current.html | 2 +- Documentation/variables/Build.Pipe.html | 2 +- Documentation/variables/Build.build.html | 2 +- Documentation/variables/ESBuild.ESBuild.html | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Documentation/functions/Build.Exec.html b/Documentation/functions/Build.Exec.html index 381bc1a9..e7d7b953 100644 --- a/Documentation/functions/Build.Exec.html +++ b/Documentation/functions/Build.Exec.html @@ -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 dd28a12f..0f15b6e8 100644 --- a/Documentation/functions/Build.Merge.html +++ b/Documentation/functions/Build.Merge.html @@ -1,2 +1,2 @@ Merge | @playform/build - v0.0.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 +

Type Parameters

Parameters

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-1.html b/Documentation/functions/Build.build-1.html index 28d1686f..0d736385 100644 --- a/Documentation/functions/Build.build-1.html +++ b/Documentation/functions/Build.build-1.html @@ -3,4 +3,4 @@
  • Optional Option: {
        ESBuild?: string;
        TypeScript?: string;
    }

    An optional object that can contain two properties.

  • 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 2aa9e573..751d1c3c 100644 --- a/Documentation/functions/Build.resolve.html +++ b/Documentation/functions/Build.resolve.html @@ -6,4 +6,4 @@ and trailing slashes are removed unless the path gets resolved to the root directory.

    Parameters

    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 67c3b43c..f29094f3 100644 --- a/Documentation/functions/Exec.exec.html +++ b/Documentation/functions/Exec.exec.html @@ -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 ccfd92cc..3816ab30 100644 --- a/Documentation/functions/File.file.html +++ b/Documentation/functions/File.file.html @@ -1,2 +1,2 @@ file | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Promise<any>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/functions/JSON.JSON.html b/Documentation/functions/JSON.JSON.html index 91ceb7af..71f25f66 100644 --- a/Documentation/functions/JSON.JSON.html +++ b/Documentation/functions/JSON.JSON.html @@ -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 4c5cb6ff..4f1a38ed 100644 --- a/Documentation/functions/Merge.merge.html +++ b/Documentation/functions/Merge.merge.html @@ -1,2 +1,2 @@ merge | @playform/build - v0.0.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 +

    Type Parameters

    Parameters

    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/interfaces/Build.Interface.html b/Documentation/interfaces/Build.Interface.html index 166e6bc8..17bd6a0a 100644 --- a/Documentation/interfaces/Build.Interface.html +++ b/Documentation/interfaces/Build.Interface.html @@ -3,4 +3,4 @@
  • Optional Option: {
        ESBuild?: string;
        TypeScript?: string;
    }

    An optional object that can contain two properties.

  • 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.Interface.html b/Documentation/interfaces/Exec.Interface.html index f61a8b7f..c9171eb1 100644 --- a/Documentation/interfaces/Exec.Interface.html +++ b/Documentation/interfaces/Exec.Interface.html @@ -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.Interface.html b/Documentation/interfaces/File.Interface.html index 942937ce..380d3efd 100644 --- a/Documentation/interfaces/File.Interface.html +++ b/Documentation/interfaces/File.Interface.html @@ -1,2 +1,2 @@ Interface | @playform/build - v0.0.5

    Interface Interface

    interface Interface ((Path) => Promise<any>)

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns 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 c22508a5..e8266d56 100644 --- a/Documentation/interfaces/Interface_Merge.Generic.html +++ b/Documentation/interfaces/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | @playform/build - v0.0.5
    interface Generic {
        DeepMergeArraysURI: "DeepMergeLeafURI";
    }

    Properties

    Properties

    DeepMergeArraysURI: "DeepMergeLeafURI"

    Generated using TypeDoc

    \ No newline at end of file +Generic | @playform/build - v0.0.5
    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 10dc5988..37c57061 100644 --- a/Documentation/interfaces/Interface_Merge.Type.html +++ b/Documentation/interfaces/Interface_Merge.Type.html @@ -1,2 +1,2 @@ Type | @playform/build - v0.0.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 Parameters

    Parameters

    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.Interface.html b/Documentation/interfaces/JSON.Interface.html index 02cd2c62..5f1cc5e1 100644 --- a/Documentation/interfaces/JSON.Interface.html +++ b/Documentation/interfaces/JSON.Interface.html @@ -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 c3dfa549..af6e9a14 100644 --- a/Documentation/modules/Build.html +++ b/Documentation/modules/Build.html @@ -1,4 +1,4 @@ -Build | @playform/build - v0.0.5

    Index

    Interfaces

    Interface +Build | @playform/build - v0.0.5

    Index

    Interfaces

    Variables

    Current Pipe build diff --git a/Documentation/modules/ESBuild.html b/Documentation/modules/ESBuild.html index 3bd22f84..e9ec8107 100644 --- a/Documentation/modules/ESBuild.html +++ b/Documentation/modules/ESBuild.html @@ -1,2 +1,2 @@ -ESBuild | @playform/build - v0.0.5

    Index

    Variables

    ESBuild +ESBuild | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Exec.html b/Documentation/modules/Exec.html index e1211a65..5977d8a9 100644 --- a/Documentation/modules/Exec.html +++ b/Documentation/modules/Exec.html @@ -1,3 +1,3 @@ -Exec | @playform/build - v0.0.5

    Index

    Interfaces

    Interface +Exec | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/File.html b/Documentation/modules/File.html index 18738342..2a744717 100644 --- a/Documentation/modules/File.html +++ b/Documentation/modules/File.html @@ -1,3 +1,3 @@ -File | @playform/build - v0.0.5

    Index

    Interfaces

    Interface +File | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Interface_Merge.html b/Documentation/modules/Interface_Merge.html index 7bb92b27..3c550eac 100644 --- a/Documentation/modules/Interface_Merge.html +++ b/Documentation/modules/Interface_Merge.html @@ -1,4 +1,4 @@ Interface/Merge | @playform/build - v0.0.5

    Module Interface/Merge

    Template: PMF

    A type parameter representing Partial.

    -

    Index

    Interfaces

    Index

    Interfaces

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/JSON.html b/Documentation/modules/JSON.html index 213b8b91..b0f293c5 100644 --- a/Documentation/modules/JSON.html +++ b/Documentation/modules/JSON.html @@ -1,3 +1,3 @@ -JSON | @playform/build - v0.0.5

    Index

    Interfaces

    Interface +JSON | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Merge.html b/Documentation/modules/Merge.html index ca20317f..d1cce96a 100644 --- a/Documentation/modules/Merge.html +++ b/Documentation/modules/Merge.html @@ -1,2 +1,2 @@ -Merge | @playform/build - v0.0.5

    Index

    Functions

    merge +Merge | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Build.Current.html b/Documentation/variables/Build.Current.html index b24006a0..b7d20519 100644 --- a/Documentation/variables/Build.Current.html +++ b/Documentation/variables/Build.Current.html @@ -1 +1 @@ -Current | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file +Current | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Build.Pipe.html b/Documentation/variables/Build.Pipe.html index 390c8a3b..6ad1d763 100644 --- a/Documentation/variables/Build.Pipe.html +++ b/Documentation/variables/Build.Pipe.html @@ -1 +1 @@ -Pipe | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file +Pipe | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Build.build.html b/Documentation/variables/Build.build.html index d8c04abc..aee896e1 100644 --- a/Documentation/variables/Build.build.html +++ b/Documentation/variables/Build.build.html @@ -1 +1 @@ -build | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file +build | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/ESBuild.ESBuild.html b/Documentation/variables/ESBuild.ESBuild.html index ab184617..db242115 100644 --- a/Documentation/variables/ESBuild.ESBuild.html +++ b/Documentation/variables/ESBuild.ESBuild.html @@ -1 +1 @@ -ESBuild | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file +ESBuild | @playform/build - v0.0.5

    Generated using TypeDoc

    \ No newline at end of file