diff --git a/Documentation/Function/Build.Build.html.bak b/Documentation/Function/Build.Build.html.bak deleted file mode 100644 index 2a13b468..00000000 --- a/Documentation/Function/Build.Build.html.bak +++ /dev/null @@ -1,151 +0,0 @@ -Build | typescript-esbuild - v0.1.16
-
- -
-
-
-
- -

Function Build

-
-
    - -
  • -

    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>

    A promise that resolves when the processing is complete.

    - -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/Documentation/Function/Build.Exec.html.bak b/Documentation/Function/Build.Exec.html.bak deleted file mode 100644 index 6457b56c..00000000 --- a/Documentation/Function/Build.Exec.html.bak +++ /dev/null @@ -1,146 +0,0 @@ -Exec | typescript-esbuild - v0.1.16
-
- -
-
-
-
- -

Function Exec

-
-
    - -
  • -

    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 -terminal or command prompt.

      -
      -
    • -
    • -
      Optional Echo: false | ((Return) => void)
      -

      An optional parameter that controls whether the stdout -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>

    A promise that resolves when the command execution is complete.

    - -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/Documentation/Function/Build.deepmerge.html.bak b/Documentation/Function/Build.deepmerge.html.bak deleted file mode 100644 index a8c81732..00000000 --- a/Documentation/Function/Build.deepmerge.html.bak +++ /dev/null @@ -1,139 +0,0 @@ -deepmerge | typescript-esbuild - v0.1.16
-
- -
-
-
-
- -

Function deepmerge

-
-
    - -
  • -

    Deeply merge objects.

    -
    -
    -

    Type Parameters

    -
      -
    • -

      Ts extends readonly unknown[]

    -
    -

    Parameters

    -
      -
    • -
      Rest ...objects: readonly [Ts]
      -

      The objects to merge.

      -
      -
    -

    Returns DeepMergeHKT<Ts, DeepMergeMergeFunctionsDefaultURIs, DeepMergeBuiltInMetaData>

    -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/Documentation/Function/Build.resolve.html.bak b/Documentation/Function/Build.resolve.html.bak deleted file mode 100644 index ba039152..00000000 --- a/Documentation/Function/Build.resolve.html.bak +++ /dev/null @@ -1,141 +0,0 @@ -resolve | typescript-esbuild - v0.1.16
-
- -
-
-
-
- -

Function resolve

-
-
    - -
  • -

    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, -the current working directory is used as well. The resulting path is normalized, -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 diff --git a/Documentation/Function/Exec.Exec.html.bak b/Documentation/Function/Exec.Exec.html.bak deleted file mode 100644 index cdb79dfd..00000000 --- a/Documentation/Function/Exec.Exec.html.bak +++ /dev/null @@ -1,146 +0,0 @@ -Exec | typescript-esbuild - v0.1.16
-
- -
-
-
-
- -

Function Exec

-
-
    - -
  • -

    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 -terminal or command prompt.

      -
      -
    • -
    • -
      Optional Echo: false | ((Return) => void)
      -

      An optional parameter that controls whether the stdout -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>

    A promise that resolves when the command execution is complete.

    - -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/Documentation/Function/File.File.html.bak b/Documentation/Function/File.File.html.bak deleted file mode 100644 index c07f6dba..00000000 --- a/Documentation/Function/File.File.html.bak +++ /dev/null @@ -1,131 +0,0 @@ -File | typescript-esbuild - v0.1.16
-
- -
-
-
-
- -

Function File

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/Documentation/Function/Function_JSON.JSON.html.bak b/Documentation/Function/Function_JSON.JSON.html.bak deleted file mode 100644 index 8475d4e7..00000000 --- a/Documentation/Function/Function_JSON.JSON.html.bak +++ /dev/null @@ -1,144 +0,0 @@ -JSON | typescript-esbuild - v0.1.16
-
- -
-
-
- -
-
    - -
  • -

    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.

      -
      -
    • -
    • -
      Optional From: string
      -

      The From parameter is an optional string that represents -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 diff --git a/Documentation/Function/Function_TypeDoc.load.html.bak b/Documentation/Function/Function_TypeDoc.load.html.bak deleted file mode 100644 index bfaf672c..00000000 --- a/Documentation/Function/Function_TypeDoc.load.html.bak +++ /dev/null @@ -1,132 +0,0 @@ -load | typescript-esbuild - v0.1.16
-
- -
-
-
- -
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index e7028380..0866c55b 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -73,16 +73,16 @@

Pipe
-
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -93,7 +93,7 @@

    Type

  • -
  • +
  • Exec
  • @@ -104,7 +104,7 @@

    Type

  • -
  • +
  • File
  • @@ -112,7 +112,7 @@

  • @@ -120,7 +120,7 @@

  • diff --git a/Documentation/index.html.bak b/Documentation/index.html.bak deleted file mode 100644 index 0866c55b..00000000 --- a/Documentation/index.html.bak +++ /dev/null @@ -1,142 +0,0 @@ -typescript-esbuild - v0.1.16
    -
    - -
    -
    -
    -
    -

    typescript-esbuild - v0.1.16

    -

    TypeScriptESBuild 🌀

    Builds all your TypeScript files into JavaScript.

    -

    Installation

    Add configuration and setup scripts:

    -
    npm install -D -E typescript-esbuild
    -
    -

    Usage

    package.json

    -
    {
    "name": "package",
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
    },
    "dependencies": {
    "typescript-esbuild": "0.1.16"
    }
    } -
    -

    or with a custom esbuild config file:

    {
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es ESBuild.ts"
    }
    } -
    -

    See an example of a configuration file in Configuration.ts

    tsconfig.json

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

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/interfaces/Build.Type.html b/Documentation/interfaces/Build.Type.html index bbbf5f3b..82d1f2cc 100644 --- a/Documentation/interfaces/Build.Type.html +++ b/Documentation/interfaces/Build.Type.html @@ -86,16 +86,16 @@

    Returns
    Pipe

  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -106,7 +106,7 @@

    Returns
    Type

  • -
  • +
  • Exec
  • @@ -117,7 +117,7 @@

    Returns
    Type

  • -
  • +
  • File
  • @@ -125,7 +125,7 @@

    Returns

  • @@ -133,7 +133,7 @@

    Returns

  • diff --git a/Documentation/interfaces/Build.Type.html.bak b/Documentation/interfaces/Build.Type.html.bak deleted file mode 100644 index 82d1f2cc..00000000 --- a/Documentation/interfaces/Build.Type.html.bak +++ /dev/null @@ -1,155 +0,0 @@ -Type | typescript-esbuild - v0.1.16
    -
    - -
    -
    -
    -
    - -

    Interface Type

    -
    -

    Hierarchy

    -
      -
    • Type
    -
    -
      - -
    • -

      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>

      A promise that resolves when the processing is complete.

      - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/interfaces/Exec.Type.html b/Documentation/interfaces/Exec.Type.html index 9e050ea2..d5c1eb68 100644 --- a/Documentation/interfaces/Exec.Type.html +++ b/Documentation/interfaces/Exec.Type.html @@ -81,16 +81,16 @@

    Returns
    Pipe

  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -101,7 +101,7 @@

    Returns
    Type

  • -
  • +
  • Exec
  • @@ -112,7 +112,7 @@

    Returns
    Type

  • -
  • +
  • File
  • @@ -120,7 +120,7 @@

    Returns

  • @@ -128,7 +128,7 @@

    Returns

  • diff --git a/Documentation/interfaces/Exec.Type.html.bak b/Documentation/interfaces/Exec.Type.html.bak deleted file mode 100644 index d5c1eb68..00000000 --- a/Documentation/interfaces/Exec.Type.html.bak +++ /dev/null @@ -1,150 +0,0 @@ -Type | typescript-esbuild - v0.1.16
    -
    - -
    -
    -
    -
    - -

    Interface Type

    -
    -

    Hierarchy

    -
      -
    • Type
    -
    -
      - -
    • -

      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 -terminal or command prompt.

        -
        -
      • -
      • -
        Optional Echo: false | ((Return) => void)
        -

        An optional parameter that controls whether the stdout -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>

      A promise that resolves when the command execution is complete.

      - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/interfaces/File.Type.html b/Documentation/interfaces/File.Type.html index 327118c0..c74cad17 100644 --- a/Documentation/interfaces/File.Type.html +++ b/Documentation/interfaces/File.Type.html @@ -66,16 +66,16 @@

    Returns
    Pipe

  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -86,7 +86,7 @@

    Returns
    Type

  • -
  • +
  • Exec
  • @@ -97,7 +97,7 @@

    Returns
    Type

  • -
  • +
  • File
  • @@ -105,7 +105,7 @@

    Returns

  • @@ -113,7 +113,7 @@

    Returns

  • diff --git a/Documentation/interfaces/File.Type.html.bak b/Documentation/interfaces/File.Type.html.bak deleted file mode 100644 index c74cad17..00000000 --- a/Documentation/interfaces/File.Type.html.bak +++ /dev/null @@ -1,135 +0,0 @@ -Type | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/Build.html b/Documentation/modules/Build.html index 14c9d3fe..b2cac60c 100644 --- a/Documentation/modules/Build.html +++ b/Documentation/modules/Build.html @@ -44,10 +44,10 @@

    Variables

    Functions

    -
    @@ -67,16 +67,16 @@

    Functions

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -87,7 +87,7 @@

    Functions

  • Type
  • -
  • +
  • Exec
  • @@ -98,7 +98,7 @@

    Functions

  • Type
  • -
  • +
  • File
  • @@ -106,7 +106,7 @@

    Functions

    Function/JSON
  • @@ -114,7 +114,7 @@

    Functions

    Function/TypeDoc
  • diff --git a/Documentation/modules/Build.html.bak b/Documentation/modules/Build.html.bak deleted file mode 100644 index b2cac60c..00000000 --- a/Documentation/modules/Build.html.bak +++ /dev/null @@ -1,136 +0,0 @@ -Build | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/Exec.html b/Documentation/modules/Exec.html index 3e1fd520..8ebec032 100644 --- a/Documentation/modules/Exec.html +++ b/Documentation/modules/Exec.html @@ -39,7 +39,7 @@

    Interfaces

    Functions

    -
    @@ -59,16 +59,16 @@

    Functions

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -79,7 +79,7 @@

    Functions

  • Type
  • -
  • +
  • Exec
  • @@ -90,7 +90,7 @@

    Functions

  • Type
  • -
  • +
  • File
  • @@ -98,7 +98,7 @@

    Functions

    Function/JSON
  • @@ -106,7 +106,7 @@

    Functions

    Function/TypeDoc
  • diff --git a/Documentation/modules/Exec.html.bak b/Documentation/modules/Exec.html.bak deleted file mode 100644 index 8ebec032..00000000 --- a/Documentation/modules/Exec.html.bak +++ /dev/null @@ -1,128 +0,0 @@ -Exec | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/File.html b/Documentation/modules/File.html index a9228d1b..5b366cd6 100644 --- a/Documentation/modules/File.html +++ b/Documentation/modules/File.html @@ -39,7 +39,7 @@

    Interfaces

    Functions

    -
    @@ -59,16 +59,16 @@

    Functions

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -79,7 +79,7 @@

    Functions

  • Type
  • -
  • +
  • Exec
  • @@ -90,7 +90,7 @@

    Functions

  • Type
  • -
  • +
  • File
  • @@ -98,7 +98,7 @@

    Functions

    Function/JSON
  • @@ -106,7 +106,7 @@

    Functions

    Function/TypeDoc
  • diff --git a/Documentation/modules/File.html.bak b/Documentation/modules/File.html.bak deleted file mode 100644 index 5b366cd6..00000000 --- a/Documentation/modules/File.html.bak +++ /dev/null @@ -1,128 +0,0 @@ -File | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/Function_JSON.html b/Documentation/modules/Function_JSON.html index 3d531e14..1c1169b0 100644 --- a/Documentation/modules/Function_JSON.html +++ b/Documentation/modules/Function_JSON.html @@ -35,7 +35,7 @@

    Module Function/JSON

  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -75,7 +75,7 @@

    Functions

  • Type
  • -
  • +
  • Exec
  • @@ -86,7 +86,7 @@

    Functions

  • Type
  • -
  • +
  • File
  • @@ -94,7 +94,7 @@

    Functions

    Function/JSON
  • @@ -102,7 +102,7 @@

    Functions

    Function/TypeDoc
  • diff --git a/Documentation/modules/Function_JSON.html.bak b/Documentation/modules/Function_JSON.html.bak deleted file mode 100644 index 1c1169b0..00000000 --- a/Documentation/modules/Function_JSON.html.bak +++ /dev/null @@ -1,124 +0,0 @@ -Function/JSON | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/Function_TypeDoc.html b/Documentation/modules/Function_TypeDoc.html index 68f18cba..ebff0aa9 100644 --- a/Documentation/modules/Function_TypeDoc.html +++ b/Documentation/modules/Function_TypeDoc.html @@ -35,7 +35,7 @@

    Module Function/TypeDoc

  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -75,7 +75,7 @@

    Functions

  • Type
  • -
  • +
  • Exec
  • @@ -86,7 +86,7 @@

    Functions

  • Type
  • -
  • +
  • File
  • @@ -94,7 +94,7 @@

    Functions

    Function/JSON
  • @@ -102,7 +102,7 @@

    Functions

    Function/TypeDoc
  • diff --git a/Documentation/modules/Function_TypeDoc.html.bak b/Documentation/modules/Function_TypeDoc.html.bak deleted file mode 100644 index ebff0aa9..00000000 --- a/Documentation/modules/Function_TypeDoc.html.bak +++ /dev/null @@ -1,124 +0,0 @@ -Function/TypeDoc | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/Object_ESBuild.html b/Documentation/modules/Object_ESBuild.html index 8207d17a..15148a98 100644 --- a/Documentation/modules/Object_ESBuild.html +++ b/Documentation/modules/Object_ESBuild.html @@ -55,16 +55,16 @@

    Variables

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -75,7 +75,7 @@

    Variables

  • Type
  • -
  • +
  • Exec
  • @@ -86,7 +86,7 @@

    Variables

  • Type
  • -
  • +
  • File
  • @@ -94,7 +94,7 @@

    Variables

    Function/JSON
  • @@ -102,7 +102,7 @@

    Variables

    Function/TypeDoc
  • diff --git a/Documentation/modules/Object_ESBuild.html.bak b/Documentation/modules/Object_ESBuild.html.bak deleted file mode 100644 index 15148a98..00000000 --- a/Documentation/modules/Object_ESBuild.html.bak +++ /dev/null @@ -1,124 +0,0 @@ -Object/ESBuild | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/modules/TypeScriptESBuild.html b/Documentation/modules/TypeScriptESBuild.html index a239a140..6b50e42b 100644 --- a/Documentation/modules/TypeScriptESBuild.html +++ b/Documentation/modules/TypeScriptESBuild.html @@ -55,16 +55,16 @@

    Variables

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -75,7 +75,7 @@

    Variables

  • Type
  • -
  • +
  • Exec
  • @@ -86,7 +86,7 @@

    Variables

  • Type
  • -
  • +
  • File
  • @@ -94,7 +94,7 @@

    Variables

    Function/JSON
  • @@ -102,7 +102,7 @@

    Variables

    Function/TypeDoc
  • diff --git a/Documentation/modules/TypeScriptESBuild.html.bak b/Documentation/modules/TypeScriptESBuild.html.bak deleted file mode 100644 index 6b50e42b..00000000 --- a/Documentation/modules/TypeScriptESBuild.html.bak +++ /dev/null @@ -1,124 +0,0 @@ -TypeScriptESBuild | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/variables/Build.Current.html b/Documentation/variables/Build.Current.html index 1c4ceccd..fa3d0f39 100644 --- a/Documentation/variables/Build.Current.html +++ b/Documentation/variables/Build.Current.html @@ -50,16 +50,16 @@

    Variable CurrentConst

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -70,7 +70,7 @@

    Variable CurrentConst

  • Type
  • -
  • +
  • Exec
  • @@ -81,7 +81,7 @@

    Variable CurrentConst

  • Type
  • -
  • +
  • File
  • @@ -89,7 +89,7 @@

    Variable CurrentConst

    Function/JSON
  • @@ -97,7 +97,7 @@

    Variable CurrentConst

    Function/TypeDoc
  • diff --git a/Documentation/variables/Build.Current.html.bak b/Documentation/variables/Build.Current.html.bak deleted file mode 100644 index fa3d0f39..00000000 --- a/Documentation/variables/Build.Current.html.bak +++ /dev/null @@ -1,119 +0,0 @@ -Current | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/variables/Build.Pipe.html b/Documentation/variables/Build.Pipe.html index f90d01b6..41901b3e 100644 --- a/Documentation/variables/Build.Pipe.html +++ b/Documentation/variables/Build.Pipe.html @@ -50,16 +50,16 @@

    Variable PipeConst

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -70,7 +70,7 @@

    Variable PipeConst

  • Type
  • -
  • +
  • Exec
  • @@ -81,7 +81,7 @@

    Variable PipeConst

  • Type
  • -
  • +
  • File
  • @@ -89,7 +89,7 @@

    Variable PipeConst

    Function/JSON
  • @@ -97,7 +97,7 @@

    Variable PipeConst

    Function/TypeDoc
  • diff --git a/Documentation/variables/Build.Pipe.html.bak b/Documentation/variables/Build.Pipe.html.bak deleted file mode 100644 index 41901b3e..00000000 --- a/Documentation/variables/Build.Pipe.html.bak +++ /dev/null @@ -1,119 +0,0 @@ -Pipe | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/variables/Object_ESBuild.ESBuild.html b/Documentation/variables/Object_ESBuild.ESBuild.html index 17d1c0fb..97d50867 100644 --- a/Documentation/variables/Object_ESBuild.ESBuild.html +++ b/Documentation/variables/Object_ESBuild.ESBuild.html @@ -50,16 +50,16 @@

    Variable ESBuild

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -70,7 +70,7 @@

    Variable ESBuild

  • Type
  • -
  • +
  • Exec
  • @@ -81,7 +81,7 @@

    Variable ESBuild

  • Type
  • -
  • +
  • File
  • @@ -89,7 +89,7 @@

    Variable ESBuild

    Function/JSON
  • @@ -97,7 +97,7 @@

    Variable ESBuild

    Function/TypeDoc
  • diff --git a/Documentation/variables/Object_ESBuild.ESBuild.html.bak b/Documentation/variables/Object_ESBuild.ESBuild.html.bak deleted file mode 100644 index 97d50867..00000000 --- a/Documentation/variables/Object_ESBuild.ESBuild.html.bak +++ /dev/null @@ -1,119 +0,0 @@ -ESBuild | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html b/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html index bf0db0c2..4ac608dc 100644 --- a/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html +++ b/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html @@ -50,16 +50,16 @@

    Variable TypeScriptESBuild

    Current
  • Pipe
  • -
  • +
  • Build
  • -
  • +
  • Exec
  • -
  • +
  • deepmerge
  • -
  • +
  • resolve
  • @@ -70,7 +70,7 @@

    Variable TypeScriptESBuild

  • Type
  • -
  • +
  • Exec
  • @@ -81,7 +81,7 @@

    Variable TypeScriptESBuild

  • Type
  • -
  • +
  • File
  • @@ -89,7 +89,7 @@

    Variable TypeScriptESBuild

    Function/JSON
  • @@ -97,7 +97,7 @@

    Variable TypeScriptESBuild

    Function/TypeDoc
  • diff --git a/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html.bak b/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html.bak deleted file mode 100644 index 4ac608dc..00000000 --- a/Documentation/variables/TypeScriptESBuild.TypeScriptESBuild.html.bak +++ /dev/null @@ -1,119 +0,0 @@ -TypeScriptESBuild | typescript-esbuild - v0.1.16
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/Source/Function/Build.ts b/Source/Function/Build.ts index e3066a50..be2ef964 100644 --- a/Source/Function/Build.ts +++ b/Source/Function/Build.ts @@ -85,7 +85,7 @@ export default (async (...[File, Option]: Parameters) => { Exec( `find ./Documentation -type f -name '*.html' \ - | xargs sed -i.bak --regexp-extended 's:(href="([^"]+)?)functions/:\\1Function/:g'` + | xargs sed -i '' -e --regexp-extended 's:(href="([^"]+)?)functions/:\\1Function/:g'` ); }, 5000); }) satisfies Type as Type; diff --git a/Target/Function/Build.js b/Target/Function/Build.js index c902f69e..e6a97c51 100644 --- a/Target/Function/Build.js +++ b/Target/Function/Build.js @@ -1 +1 @@ -var u=async(...[l,t])=>{l.forEach(async i=>(await(await import("fast-glob")).default(i.replaceAll("'","").replaceAll('"',""))).forEach(c=>a.push(c))),a.reverse();const o=r((await import("../Object/ESBuild.js")).default,{entryPoints:Object.fromEntries(a.map(i=>[i.replace("Source/","").split(".").slice(0,-1).join("."),i]))}),n=await(await import("esbuild")).build(t?.ESBuild?r(o,await(await import("../Function/File.js")).default(t?.ESBuild)):o);console.log(n.metafile?await(await import("esbuild")).analyzeMetafile(n.metafile,{verbose:!0}):{}),t?.TypeScript?e(`tsc -p ${t?.TypeScript}`):e("tsc"),e(`typedoc --commentStyle all --gitRevision main --customCss ${p(`${s}/../Sheet/TypeDoc.css`)} --includeVersion --out ./Documentation --plugin typedoc-plugin-remove-references --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --plugin typedoc-plugin-zod --plugin @mxssfd/typedoc-theme --plugin typedoc-plugin-merge-modules --plugin ${p(`${s}/../../Target/Function/TypeDoc.js`)} --theme my-theme --entryPointStrategy expand --mergeModulesRenameDefaults --mergeModulesMergeMode module --entryPoints ${Object.values(o.entryPoints).join(" --entryPoints ")}`),setTimeout(()=>{e("mv ./Documentation/functions ./Documentation/Function"),e(`find ./Documentation -type f -name '*.html' | xargs sed -i.bak --regexp-extended 's:(href="([^"]+)?)functions/:\\1Function/:g'`)},5e3)};const{default:e}=await import("../Function/Exec.js"),{deepmerge:r}=await import("deepmerge-ts"),{resolve:p}=await import("path"),a=[],s=(await import("url")).fileURLToPath((await import("path")).dirname(import.meta.url));export{s as Current,e as Exec,a as Pipe,r as deepmerge,u as default,p as resolve}; +var u=async(...[l,t])=>{l.forEach(async i=>(await(await import("fast-glob")).default(i.replaceAll("'","").replaceAll('"',""))).forEach(c=>a.push(c))),a.reverse();const o=r((await import("../Object/ESBuild.js")).default,{entryPoints:Object.fromEntries(a.map(i=>[i.replace("Source/","").split(".").slice(0,-1).join("."),i]))}),n=await(await import("esbuild")).build(t?.ESBuild?r(o,await(await import("../Function/File.js")).default(t?.ESBuild)):o);console.log(n.metafile?await(await import("esbuild")).analyzeMetafile(n.metafile,{verbose:!0}):{}),t?.TypeScript?e(`tsc -p ${t?.TypeScript}`):e("tsc"),e(`typedoc --commentStyle all --gitRevision main --customCss ${p(`${s}/../Sheet/TypeDoc.css`)} --includeVersion --out ./Documentation --plugin typedoc-plugin-remove-references --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --plugin typedoc-plugin-zod --plugin @mxssfd/typedoc-theme --plugin typedoc-plugin-merge-modules --plugin ${p(`${s}/../../Target/Function/TypeDoc.js`)} --theme my-theme --entryPointStrategy expand --mergeModulesRenameDefaults --mergeModulesMergeMode module --entryPoints ${Object.values(o.entryPoints).join(" --entryPoints ")}`),setTimeout(()=>{e("mv ./Documentation/functions ./Documentation/Function"),e(`find ./Documentation -type f -name '*.html' | xargs sed -i '' -e --regexp-extended 's:(href="([^"]+)?)functions/:\\1Function/:g'`)},5e3)};const{default:e}=await import("../Function/Exec.js"),{deepmerge:r}=await import("deepmerge-ts"),{resolve:p}=await import("path"),a=[],s=(await import("url")).fileURLToPath((await import("path")).dirname(import.meta.url));export{s as Current,e as Exec,a as Pipe,r as deepmerge,u as default,p as resolve};