From cfdaba3b2cd99fe12e9a2b6f829165c277df9e83 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 30 Sep 2023 22:26:58 +0300 Subject: [PATCH] 0.2.5 --- Documentation/Class/TypeDoc.TypeDoc-1.html | 6 +++--- Documentation/Class/TypeDoc.TypeDoc.html | 6 +++--- Documentation/Function/Build.Build.html | 6 +++--- Documentation/Function/Build.Exec.html | 6 +++--- Documentation/Function/Build.deepmerge.html | 6 +++--- Documentation/Function/Build.resolve.html | 6 +++--- Documentation/Function/Exec.Exec.html | 6 +++--- Documentation/Function/File.File.html | 6 +++--- Documentation/Function/JSON.JSON.html | 6 +++--- Documentation/Function/TypeDoc.load.html | 6 +++--- Documentation/Interface/Build.Type.html | 6 +++--- Documentation/Interface/Exec.Type.html | 6 +++--- Documentation/Interface/File.Type.html | 6 +++--- Documentation/Interface/JSON.Type.html | 6 +++--- Documentation/Interface/TypeDoc.Type-1.html | 6 +++--- Documentation/Interface/TypeDoc.Type-2.html | 6 +++--- Documentation/Interface/TypeDoc.Type-3.html | 6 +++--- Documentation/Interface/TypeDoc.Type.html | 6 +++--- Documentation/Module/Build.html | 6 +++--- Documentation/Module/ESBuild.html | 6 +++--- Documentation/Module/Exec.html | 6 +++--- Documentation/Module/File.html | 6 +++--- Documentation/Module/JSON.html | 6 +++--- Documentation/Module/TypeDoc.html | 6 +++--- Documentation/Module/TypeScriptESBuild.html | 6 +++--- Documentation/Variable/Build.Current.html | 6 +++--- Documentation/Variable/Build.Pipe.html | 6 +++--- Documentation/Variable/ESBuild.ESBuild.html | 6 +++--- Documentation/Variable/TypeDoc._Context.html | 6 +++--- .../Variable/TypeScriptESBuild.TypeScriptESBuild.html | 6 +++--- Documentation/index.html | 10 +++++----- Target/Class/TypeScriptESBuild.js | 2 +- 32 files changed, 96 insertions(+), 96 deletions(-) diff --git a/Documentation/Class/TypeDoc.TypeDoc-1.html b/Documentation/Class/TypeDoc.TypeDoc-1.html index 2e5219b6..69835fd5 100644 --- a/Documentation/Class/TypeDoc.TypeDoc-1.html +++ b/Documentation/Class/TypeDoc.TypeDoc-1.html @@ -1,4 +1,4 @@ -TypeDoc | typescript-esbuild - v0.2.4
+TypeDoc | typescript-esbuild - v0.2.5
  • Preparing search index...
  • -
  • The search index is not available
typescript-esbuild - v0.2.4
+
  • The search index is not available
  • typescript-esbuild - v0.2.5
    @@ -728,7 +728,7 @@

    applyAnchorUrl
  • getUrl
  • @@ -1010,7 +1010,7 @@

    iconsCache
  • init
  • @@ -66,7 +66,7 @@

    Member Visibility

    Theme

    @@ -61,7 +61,7 @@

    Member Visibility

    Theme

    @@ -55,7 +55,7 @@

    Member Visibility

    Theme

    @@ -57,7 +57,7 @@

    Member Visibility

    Theme

    @@ -61,7 +61,7 @@

    Member Visibility

    Theme

    @@ -47,7 +47,7 @@

    Member Visibility

    Theme

    @@ -60,7 +60,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -70,7 +70,7 @@

    Member Visibility

    Theme

    @@ -65,7 +65,7 @@

    Member Visibility

    Theme

    @@ -51,7 +51,7 @@

    Member Visibility

    Theme

    @@ -64,7 +64,7 @@

    Member Visibility

    Theme

    @@ -72,7 +72,7 @@

    load

    @@ -945,7 +945,7 @@

    icons
  • iconsCache
  • @@ -128,7 +128,7 @@

    buildUrls
  • getRenderContext
  • @@ -82,7 +82,7 @@

    Kind
  • Template
  • @@ -52,7 +52,7 @@

    Member Visibility

    Theme

    @@ -40,7 +40,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -61,7 +61,7 @@

    Member Visibility

    Theme

    @@ -40,7 +40,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    -

    typescript-esbuild - v0.2.4

    +

    typescript-esbuild - v0.2.5

    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'"
    },
    "devDependencies": {
    "typescript-esbuild": "0.2.4"
    }
    } +
    {
    "name": "package",
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
    },
    "devDependencies": {
    "typescript-esbuild": "0.2.5"
    }
    }

    ESBuild Configuration

    Or with a custom esbuild config file:

    {
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es ESBuild.ts"
    }
    } @@ -58,7 +58,7 @@

    ESBuild Configuration
  • TypeScript Configuration