diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aff84e0..9f2ce0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.8 + +- Cleanup + ## 0.2.7 - Bug fix diff --git a/Documentation/Class/TypeDoc.TypeDoc.html b/Documentation/Class/TypeDoc.TypeDoc.html index 9993435d..32cc3c0f 100644 --- a/Documentation/Class/TypeDoc.TypeDoc.html +++ b/Documentation/Class/TypeDoc.TypeDoc.html @@ -1,4 +1,4 @@ -TypeDoc | typescript-esbuild - v0.2.7
+TypeDoc | typescript-esbuild - v0.2.8
  • Preparing search index...
  • -
  • The search index is not available
typescript-esbuild - v0.2.7
+
  • The search index is not available
  • typescript-esbuild - v0.2.8
    @@ -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

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

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

    Directory
  • Kind
  • @@ -128,7 +128,7 @@

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

    load

    @@ -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

    @@ -18,7 +18,7 @@

    Variable CurrentConst

    Current: string = ...
    +
  • Defined in Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Build.ts:102
  • @@ -18,7 +18,7 @@

    Variable PipeConst

    Pipe: string[] = []
    +
  • Defined in Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Build.ts:100
  • @@ -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.7

    +

    typescript-esbuild - v0.2.8

    TypeScriptESBuild 🌀

    Builds all your TypeScript files into JavaScript and generates documentation for it using TypeDoc.

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

    ESBuild Configuration

    Or with a custom esbuild config file:

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

    ESBuild Configuration
  • TypeScript Configuration