diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dd74ea..85088f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.3 + +- Cleanup + ## 0.3.2 - Cleanup diff --git a/Documentation/Class/Theme.Theme.html b/Documentation/Class/Theme.Theme.html index ca71f50d..33d76aac 100644 --- a/Documentation/Class/Theme.Theme.html +++ b/Documentation/Class/Theme.Theme.html @@ -1,4 +1,4 @@ -theme | typescript-esbuild - v0.3.2

Hierarchy

  • DefaultTheme
    • theme

Implements

Constructors

constructor +theme | typescript-esbuild - v0.3.3

Hierarchy

  • DefaultTheme
    • theme

Implements

Constructors

Properties

Constructors

  • Create a new DefaultTheme instance.

    Parameters

    • renderer: Renderer

      The renderer this theme is attached to.

      -

    Returns theme

Properties

Mapping: Type[] = ...

An array of Mappings representing the theme's mapping configuration.

+

Returns theme

Properties

Mapping: Type[] = ...

An array of Mappings representing the theme's mapping configuration.

componentName: string

The name of this component as set by the @Component decorator.

-
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

URL_PREFIX: RegExp

Accessors

  • get _listenId(): any
  • A unique id that identifies this instance.

    -

    Returns any

  • get application(): Application
  • Return the application / root component instance.

    -

    Returns Application

  • get owner(): O
  • Return the owner of this component.

    -

    Returns O

Methods

  • A function that maps a DeclarationReflection to a Mapping or returns undefined.

    +
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

URL_PREFIX: RegExp

Accessors

  • get _listenId(): any
  • A unique id that identifies this instance.

    +

    Returns any

  • get application(): Application
  • Return the application / root component instance.

    +

    Returns Application

  • get owner(): O
  • Return the owner of this component.

    +

    Returns O

Methods

  • Parameters

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

    Returns theme

  • Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • A function that builds URLs for a given DeclarationReflection and an array of URLs mappings.

    +

Returns undefined | Type

Returns void

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Build.Build.html b/Documentation/Function/Build.Build.html index efc71436..8e024bf4 100644 --- a/Documentation/Function/Build.Build.html +++ b/Documentation/Function/Build.Build.html @@ -1,6 +1,6 @@ -build | typescript-esbuild - v0.3.2

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Build.Exec.html b/Documentation/Function/Build.Exec.html index f962bff4..041013ff 100644 --- a/Documentation/Function/Build.Exec.html +++ b/Documentation/Function/Build.Exec.html @@ -1,4 +1,4 @@ -Exec | typescript-esbuild - v0.3.2

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 d87795cd..b2184c44 100644 --- a/Documentation/Function/Build.Merge.html +++ b/Documentation/Function/Build.Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.3.2
  • 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.3.3
  • 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.resolve.html b/Documentation/Function/Build.resolve.html index 0f183f9b..b4a0f87e 100644 --- a/Documentation/Function/Build.resolve.html +++ b/Documentation/Function/Build.resolve.html @@ -1,4 +1,4 @@ -resolve | typescript-esbuild - v0.3.2
  • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

    +resolve | typescript-esbuild - v0.3.3
    • 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 3c478ade..89c961b7 100644 --- a/Documentation/Function/Exec.Exec.html +++ b/Documentation/Function/Exec.Exec.html @@ -1,4 +1,4 @@ -exec | typescript-esbuild - v0.3.2

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 23b76186..ccc399ed 100644 --- a/Documentation/Function/File.File.html +++ b/Documentation/Function/File.File.html @@ -1,2 +1,2 @@ -file | typescript-esbuild - v0.3.2

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/JSON.JSON.html b/Documentation/Function/JSON.JSON.html index 1f6d06f3..e0dc2464 100644 --- a/Documentation/Function/JSON.JSON.html +++ b/Documentation/Function/JSON.JSON.html @@ -1,4 +1,4 @@ -JSON | typescript-esbuild - v0.3.2

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 4add437c..b4b3082f 100644 --- a/Documentation/Function/Load.load-1.html +++ b/Documentation/Function/Load.load-1.html @@ -1 +1 @@ -load | typescript-esbuild - v0.3.2

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Merge.Merge.html b/Documentation/Function/Merge.Merge.html index 57100643..603befb5 100644 --- a/Documentation/Function/Merge.Merge.html +++ b/Documentation/Function/Merge.Merge.html @@ -1,2 +1,2 @@ -merge | typescript-esbuild - v0.3.2
  • 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.3.3
  • 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 0eadb99b..2492c401 100644 --- a/Documentation/Function/Theme.applyAnchorUrl.html +++ b/Documentation/Function/Theme.applyAnchorUrl.html @@ -1,4 +1,4 @@ -applyAnchorUrl | typescript-esbuild - v0.3.2
  • Generate an anchor url for the given reflection and all of its children.

    +applyAnchorUrl | typescript-esbuild - v0.3.3
    • 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 b3a9fad5..43d89277 100644 --- a/Documentation/Function/Theme.getUrl.html +++ b/Documentation/Function/Theme.getUrl.html @@ -1,6 +1,6 @@ -getUrl | typescript-esbuild - v0.3.2
  • Return a url for the given reflection.

    +getUrl | typescript-esbuild - v0.3.3
    • 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 a218e217..f64e1187 100644 --- a/Documentation/Interface/Build.Type.html +++ b/Documentation/Interface/Build.Type.html @@ -1,6 +1,6 @@ -Type | typescript-esbuild - v0.3.2
interface Type ((File, Option?) => Promise<void>)

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 3b53063b..3e17c0bc 100644 --- a/Documentation/Interface/Exec.Type.html +++ b/Documentation/Interface/Exec.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.2
interface Type ((Command, Echo?) => Promise<void>)

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 cb277247..46ccf61d 100644 --- a/Documentation/Interface/File.Type.html +++ b/Documentation/Interface/File.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.3.2
interface Type ((Path) => Promise<any>)

Generated using TypeDoc

\ No newline at end of file +Type | typescript-esbuild - v0.3.3
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 da6419e6..c182e9d4 100644 --- a/Documentation/Interface/Interface_Mapping.Type.html +++ b/Documentation/Interface/Interface_Mapping.Type.html @@ -1,5 +1,5 @@ -Type | typescript-esbuild - v0.3.2
interface Type {
    Directory: string;
    Kind: ReflectionKind[];
}

Properties

Directory +Type | typescript-esbuild - v0.3.3
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 1999a813..1f48e8bc 100644 --- a/Documentation/Interface/Interface_Merge.Generic.html +++ b/Documentation/Interface/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | typescript-esbuild - v0.3.2
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file +Generic | typescript-esbuild - v0.3.3
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 3605560c..ceddc3ef 100644 --- a/Documentation/Interface/Interface_Merge.Type.html +++ b/Documentation/Interface/Interface_Merge.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.3.2
interface Type (<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.3.3
interface Type (<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 0b25b4e2..404d8e31 100644 --- a/Documentation/Interface/Interface_Theme.Type.html +++ b/Documentation/Interface/Interface_Theme.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.2
interface Type {
    Mapping: Type[];
    _Mapping: ((Reflection) => undefined | Type);
    buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
    componentName: string;
    defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
    indexTemplate: ((pageEvent) => JsxElement);
    markedPlugin: MarkedPlugin;
    reflectionTemplate: ((pageEvent) => JsxElement);
    get _listenId(): any;
    get application(): Application;
    get owner(): O;
    bubble(name, ...args): Type;
    buildNavigation(project): NavigationElement[];
    getNavigation(project): NavigationElement[];
    getReflectionClasses(reflection): string;
    getRenderContext(pageEvent): DefaultThemeRenderContext;
    getUrls(project): UrlMapping<any>[];
    initialize(): void;
    listenTo(obj, name, callback?, priority?): Type;
    listenToOnce(obj, eventMap): Type;
    listenToOnce(obj, name, callback, priority?): Type;
    off(): Type;
    off(eventMap, context?): Type;
    off(name, callback?, context?): Type;
    on(eventMap, context?): Type;
    on(eventMap, callback?, context?, priority?): Type;
    on(name, callback, context?, priority?): Type;
    once(eventMap, context?): Type;
    once(name, callback, context?, priority?): Type;
    render(page, template): string;
    stopListening(obj?, name?, callback?): Type;
    trigger(name, ...args): Type;
}

Hierarchy

  • DefaultTheme
    • Type

Implemented by

Properties

Mapping +Type | typescript-esbuild - v0.3.3
interface Type {
    Mapping: Type[];
    _Mapping: ((Reflection) => undefined | Type);
    buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
    componentName: string;
    defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
    indexTemplate: ((pageEvent) => JsxElement);
    markedPlugin: MarkedPlugin;
    reflectionTemplate: ((pageEvent) => JsxElement);
    get _listenId(): any;
    get application(): Application;
    get owner(): O;
    bubble(name, ...args): Type;
    buildNavigation(project): NavigationElement[];
    getNavigation(project): NavigationElement[];
    getReflectionClasses(reflection): string;
    getRenderContext(pageEvent): DefaultThemeRenderContext;
    getUrls(project): UrlMapping<any>[];
    initialize(): void;
    listenTo(obj, name, callback?, priority?): Type;
    listenToOnce(obj, eventMap): Type;
    listenToOnce(obj, name, callback, priority?): Type;
    off(): Type;
    off(eventMap, context?): Type;
    off(name, callback?, context?): Type;
    on(eventMap, context?): Type;
    on(eventMap, callback?, context?, priority?): Type;
    on(name, callback, context?, priority?): Type;
    once(eventMap, context?): Type;
    once(name, callback, context?, priority?): Type;
    render(page, template): string;
    stopListening(obj?, name?, callback?): Type;
    trigger(name, ...args): Type;
}

Hierarchy

  • DefaultTheme
    • Type

Implemented by

Properties

Parameters

  • Reflection: DeclarationReflection

    The DeclarationReflection for which URLs are being built.

  • URLs: UrlMapping<any>[]

    An array of URLs mappings with any data type.

Returns UrlMapping<any>[]

componentName: string

The name of this component as set by the @Component decorator.

-
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

Accessors

  • get _listenId(): any
  • A unique id that identifies this instance.

    -

    Returns any

  • get application(): Application
  • Return the application / root component instance.

    -

    Returns Application

  • get owner(): O
  • Return the owner of this component.

    -

    Returns O

Methods

  • Parameters

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

    Returns Type

  • Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • If implementing a custom theme, it is recommended to override buildNavigation instead.

    -

    Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • Parameters

    • reflection: DeclarationReflection

    Returns string

  • Parameters

    • pageEvent: PageEvent<Reflection>

    Returns DefaultThemeRenderContext

  • Map the models of the given project to the desired output files.

    +
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

Accessors

  • get _listenId(): any
  • A unique id that identifies this instance.

    +

    Returns any

  • get application(): Application
  • Return the application / root component instance.

    +

    Returns Application

  • get owner(): O
  • Return the owner of this component.

    +

    Returns O

Methods

  • Parameters

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

    Returns Type

  • Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • If implementing a custom theme, it is recommended to override buildNavigation instead.

    +

    Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • Parameters

    • reflection: DeclarationReflection

    Returns string

  • Parameters

    • pageEvent: PageEvent<Reflection>

    Returns DefaultThemeRenderContext

  • Map the models of the given project to the desired output files.

    Parameters

    • project: ProjectReflection

      The project whose urls should be generated.

    Returns UrlMapping<any>[]

    A list of UrlMapping instances defining which models should be rendered to which files.

    -
  • Initialize this component.

    -

    Returns void

  • Inversion-of-control versions of on. Tell this object to listen to +

  • Initialize this component.

    +

    Returns void

  • Inversion-of-control versions of on. Tell this object to listen to an event in another object... keeping track of what it's listening to for easier unbinding later.

    -

    Parameters

    • obj: EventDispatcher
    • name: string | EventMap
    • Optional callback: EventCallback
    • Optional priority: number

    Returns Type

  • Inversion-of-control versions of once.

    -

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns Type

  • Parameters

    • obj: EventDispatcher
    • name: string
    • callback: EventCallback
    • Optional priority: number

    Returns Type

  • Remove one or many callbacks. If context is null, removes all +

    Parameters

    • obj: EventDispatcher
    • name: string | EventMap
    • Optional callback: EventCallback
    • Optional priority: number

    Returns Type

  • Inversion-of-control versions of once.

    +

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns Type

  • Parameters

    • obj: EventDispatcher
    • name: string
    • callback: EventCallback
    • Optional priority: number

    Returns Type

  • Remove one or many callbacks. If context is null, removes all callbacks with that function. If callback is null, removes all callbacks for the event. If name is null, removes all bound callbacks for all events.

    -

    Returns Type

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns Type

  • Parameters

    • name: undefined | string
    • Optional callback: EventCallback
    • Optional context: any

    Returns Type

  • Bind an event to a callback function. Passing "all" will bind +

    Returns Type

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns Type

  • Parameters

    • name: undefined | string
    • Optional callback: EventCallback
    • Optional context: any

    Returns Type

  • Bind an event to a callback function. Passing "all" will bind the callback to all events fired.

    -

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns Type

  • Parameters

    • eventMap: EventMap
    • Optional callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns Type

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns Type

  • Bind an event to only be triggered a single time. After the first time +

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns Type

  • Parameters

    • eventMap: EventMap
    • Optional callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns Type

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns Type

  • Bind an event to only be triggered a single time. After the first time the callback is invoked, its listener will be removed. If multiple events are passed in using the space-separated syntax, the handler will fire once for each event, not once for a combination of all events.

    -

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns Type

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: any

    Returns Type

  • Parameters

    • page: PageEvent<Reflection>
    • template: RenderTemplate<PageEvent<Reflection>>

    Returns string

  • Tell this object to stop listening to either specific events ... or +

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns Type

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: any

    Returns Type

  • Parameters

    • page: PageEvent<Reflection>
    • template: RenderTemplate<PageEvent<Reflection>>

    Returns string

  • Tell this object to stop listening to either specific events ... or to every object it's currently listening to.

    -

    Parameters

    • Optional obj: EventDispatcher
    • Optional name: string | EventMap
    • Optional callback: EventCallback

    Returns Type

  • Trigger one or many events, firing all bound callbacks. Callbacks are +

    Parameters

    • Optional obj: EventDispatcher
    • Optional name: string | EventMap
    • Optional callback: EventCallback

    Returns Type

  • Trigger one or many events, firing all bound callbacks. Callbacks are 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 Type

Generated using TypeDoc

\ No newline at end of file +

Parameters

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

Returns Type

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/JSON.Type.html b/Documentation/Interface/JSON.Type.html index 308374ba..9c1b9225 100644 --- a/Documentation/Interface/JSON.Type.html +++ b/Documentation/Interface/JSON.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.2
interface Type ((File, From?) => Promise<any>)

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

Properties

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

Properties

Properties

load: ((Application) => void)

Type declaration

    • (Application): void
    • The Load function is responsible for loading a plugin into the TypeDoc instance.

      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 c8c674f7..48a08c6a 100644 --- a/Documentation/Module/Build.html +++ b/Documentation/Module/Build.html @@ -1,8 +1,8 @@ -Build | typescript-esbuild - v0.3.2

Index

Interfaces

Type +Build | typescript-esbuild - v0.3.3

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 9c63b0e9..e5c225b8 100644 --- a/Documentation/Module/ESBuild.html +++ b/Documentation/Module/ESBuild.html @@ -1,2 +1,2 @@ -ESBuild | typescript-esbuild - v0.3.2

Index

Variables

Generated using TypeDoc

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

Index

Variables

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Exec.html b/Documentation/Module/Exec.html index 2eed235f..2c2150f4 100644 --- a/Documentation/Module/Exec.html +++ b/Documentation/Module/Exec.html @@ -1,3 +1,3 @@ -Exec | typescript-esbuild - v0.3.2

Index

Interfaces

Type +Exec | typescript-esbuild - v0.3.3

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

Index

Interfaces

Type +File | typescript-esbuild - v0.3.3

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 a77d2501..31e47ff4 100644 --- a/Documentation/Module/Interface_Mapping.html +++ b/Documentation/Module/Interface_Mapping.html @@ -1,2 +1,2 @@ -Interface/Mapping | typescript-esbuild - v0.3.2

Module Interface/Mapping

Index

Interfaces

Generated using TypeDoc

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

Module Interface/Mapping

Index

Interfaces

Generated using TypeDoc

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

Module Interface/Merge

Template: PMF

A type parameter representing Partial.

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

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 a527e543..81db1bb3 100644 --- a/Documentation/Module/Interface_Theme.html +++ b/Documentation/Module/Interface_Theme.html @@ -1,2 +1,2 @@ -Interface/Theme | typescript-esbuild - v0.3.2

Module Interface/Theme

Index

Interfaces

Generated using TypeDoc

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

Module Interface/Theme

Index

Interfaces

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/JSON.html b/Documentation/Module/JSON.html index b4917356..8316aaa1 100644 --- a/Documentation/Module/JSON.html +++ b/Documentation/Module/JSON.html @@ -1,3 +1,3 @@ -JSON | typescript-esbuild - v0.3.2

Index

Interfaces

Type +JSON | typescript-esbuild - v0.3.3

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 c3b3c9f0..9bfcc60a 100644 --- a/Documentation/Module/Load.html +++ b/Documentation/Module/Load.html @@ -1,5 +1,5 @@ -Load | typescript-esbuild - v0.3.2

Index

Interfaces

Type +Load | typescript-esbuild - v0.3.3

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

Index

Functions

Generated using TypeDoc

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

Index

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Theme.html b/Documentation/Module/Theme.html index ed041b2c..025c70e7 100644 --- a/Documentation/Module/Theme.html +++ b/Documentation/Module/Theme.html @@ -1,4 +1,4 @@ -Theme | typescript-esbuild - v0.3.2

Index

Classes

theme +Theme | typescript-esbuild - v0.3.3

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 49cad30b..3b532d1e 100644 --- a/Documentation/Module/TypeScriptESBuild.html +++ b/Documentation/Module/TypeScriptESBuild.html @@ -1,2 +1,2 @@ -TypeScriptESBuild | typescript-esbuild - v0.3.2

Module TypeScriptESBuild

Index

Variables

Generated using TypeDoc

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

Module TypeScriptESBuild

Index

Variables

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Value.html b/Documentation/Module/Value.html index c395218b..234d6c1a 100644 --- a/Documentation/Module/Value.html +++ b/Documentation/Module/Value.html @@ -1,2 +1,2 @@ -Value | typescript-esbuild - v0.3.2

Index

Type Aliases

Generated using TypeDoc

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

Index

Type Aliases

Generated using TypeDoc

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

Type alias Type<T>

Type<T>: T[keyof T]

Type Parameters

  • T

Generated using TypeDoc

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

Type alias Type<T>

Type<T>: T[keyof T]

Type Parameters

  • T

Generated using TypeDoc

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

Variable CurrentConst

Current: string = ...

Generated using TypeDoc

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

Variable CurrentConst

Current: string = ...

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Build.Pipe.html b/Documentation/Variable/Build.Pipe.html index 0027dd37..b332ed5a 100644 --- a/Documentation/Variable/Build.Pipe.html +++ b/Documentation/Variable/Build.Pipe.html @@ -1 +1 @@ -Pipe | typescript-esbuild - v0.3.2

Variable PipeConst

Pipe: string[] = []

Generated using TypeDoc

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

Variable PipeConst

Pipe: string[] = []

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/ESBuild.ESBuild.html b/Documentation/Variable/ESBuild.ESBuild.html index 3532ddb7..63c52d6f 100644 --- a/Documentation/Variable/ESBuild.ESBuild.html +++ b/Documentation/Variable/ESBuild.ESBuild.html @@ -1 +1 @@ -ESBuild | typescript-esbuild - v0.3.2
ESBuild: BuildOptions

Generated using TypeDoc

\ No newline at end of file +ESBuild | typescript-esbuild - v0.3.3
ESBuild: BuildOptions

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Load.Load.html b/Documentation/Variable/Load.Load.html index e611a03d..209bdddc 100644 --- a/Documentation/Variable/Load.Load.html +++ b/Documentation/Variable/Load.Load.html @@ -1 +1 @@ -load | typescript-esbuild - v0.3.2
load: Type

Generated using TypeDoc

\ No newline at end of file +load | typescript-esbuild - v0.3.3
load: Type

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Load.Theme.html b/Documentation/Variable/Load.Theme.html index 0303a2bb..09413053 100644 --- a/Documentation/Variable/Load.Theme.html +++ b/Documentation/Variable/Load.Theme.html @@ -1 +1 @@ -Theme | typescript-esbuild - v0.3.2
Theme: typeof theme

Generated using TypeDoc

\ No newline at end of file +Theme | typescript-esbuild - v0.3.3
Theme: typeof theme

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Class.html b/Documentation/Variable/Theme.Class.html index 1a5796d8..94fb09c3 100644 --- a/Documentation/Variable/Theme.Class.html +++ b/Documentation/Variable/Theme.Class.html @@ -1 +1 @@ -Class | typescript-esbuild - v0.3.2
Class: Class

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.DeclarationReflection.html b/Documentation/Variable/Theme.DeclarationReflection.html index 0d4fa12c..24fb568c 100644 --- a/Documentation/Variable/Theme.DeclarationReflection.html +++ b/Documentation/Variable/Theme.DeclarationReflection.html @@ -1 +1 @@ -DeclarationReflection | typescript-esbuild - v0.3.2

Variable DeclarationReflection

DeclarationReflection: typeof DeclarationReflection

Generated using TypeDoc

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

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 f919a8e0..783bade9 100644 --- a/Documentation/Variable/Theme.Enum.html +++ b/Documentation/Variable/Theme.Enum.html @@ -1 +1 @@ -Enum | typescript-esbuild - v0.3.2
Enum: Enum

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Interface.html b/Documentation/Variable/Theme.Interface.html index 3f5c1cec..d6da3e98 100644 --- a/Documentation/Variable/Theme.Interface.html +++ b/Documentation/Variable/Theme.Interface.html @@ -1 +1 @@ -Interface | typescript-esbuild - v0.3.2
Interface: Interface

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Module.html b/Documentation/Variable/Theme.Module.html index ff57dc04..0a7807c7 100644 --- a/Documentation/Variable/Theme.Module.html +++ b/Documentation/Variable/Theme.Module.html @@ -1 +1 @@ -Module | typescript-esbuild - v0.3.2
Module: Module

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Namespace.html b/Documentation/Variable/Theme.Namespace.html index 263c3f64..7e44d4a5 100644 --- a/Documentation/Variable/Theme.Namespace.html +++ b/Documentation/Variable/Theme.Namespace.html @@ -1 +1 @@ -Namespace | typescript-esbuild - v0.3.2
Namespace: Namespace

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.TypeAlias.html b/Documentation/Variable/Theme.TypeAlias.html index 0672d553..8225a818 100644 --- a/Documentation/Variable/Theme.TypeAlias.html +++ b/Documentation/Variable/Theme.TypeAlias.html @@ -1 +1 @@ -TypeAlias | typescript-esbuild - v0.3.2
TypeAlias: TypeAlias

Generated using TypeDoc

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

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 822abc97..a37d69e3 100644 --- a/Documentation/Variable/Theme.URL_PREFIX.html +++ b/Documentation/Variable/Theme.URL_PREFIX.html @@ -1 +1 @@ -URL_PREFIX | typescript-esbuild - v0.3.2
URL_PREFIX: RegExp

Generated using TypeDoc

\ No newline at end of file +URL_PREFIX | typescript-esbuild - v0.3.3
URL_PREFIX: RegExp

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.UrlMapping.html b/Documentation/Variable/Theme.UrlMapping.html index 855ec639..b09ddd34 100644 --- a/Documentation/Variable/Theme.UrlMapping.html +++ b/Documentation/Variable/Theme.UrlMapping.html @@ -1 +1 @@ -UrlMapping | typescript-esbuild - v0.3.2
UrlMapping: typeof UrlMapping

Generated using TypeDoc

\ No newline at end of file +UrlMapping | typescript-esbuild - v0.3.3
UrlMapping: typeof UrlMapping

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Variable.html b/Documentation/Variable/Theme.Variable.html index 2445ee6e..e607d068 100644 --- a/Documentation/Variable/Theme.Variable.html +++ b/Documentation/Variable/Theme.Variable.html @@ -1 +1 @@ -Variable | typescript-esbuild - v0.3.2
Variable: Variable

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme._Function.html b/Documentation/Variable/Theme._Function.html index 685e5e87..84520362 100644 --- a/Documentation/Variable/Theme._Function.html +++ b/Documentation/Variable/Theme._Function.html @@ -1 +1 @@ -_Function | typescript-esbuild - v0.3.2
_Function: Function

Generated using TypeDoc

\ No newline at end of file +_Function | typescript-esbuild - v0.3.3
_Function: Function

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/TypeScriptESBuild.TypeScriptESBuild.html b/Documentation/Variable/TypeScriptESBuild.TypeScriptESBuild.html index 9739331a..e9896e6b 100644 --- a/Documentation/Variable/TypeScriptESBuild.TypeScriptESBuild.html +++ b/Documentation/Variable/TypeScriptESBuild.TypeScriptESBuild.html @@ -1 +1 @@ -typeScriptESBuild | typescript-esbuild - v0.3.2
typeScriptESBuild: Command

Generated using TypeDoc

\ No newline at end of file +typeScriptESBuild | typescript-esbuild - v0.3.3
typeScriptESBuild: Command

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/assets/search.js b/Documentation/assets/search.js index d0844894..e1455c66 100644 --- a/Documentation/assets/search.js +++ b/Documentation/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAACs1cbY/jNpL+L8qH/cJoxDeJauyX3CY55G6TXSSXYIHGoKGx1d3alS1DkiczO5j/fiAlylU0y5Z9wSVfxmyT9bBYrJeHlDyfkr77dUgeHj8l/2r22+RBsGRf7erkIflrV20Tlhz7NnlIvu+2x7Z+Y79LX8ddm7Bk01bDUA/JQ5J8Zl48V4t8C+W/Pe43Y9PtJwTb9SWPALHkUPX1fvTTn4DlSbH/ea139YL8S9U31Tuvm+u7FxhpjHHb+MJp2BPqNz/9x7Fpz0w5f33RmpJGWdTzODQeUNKjxPT8pWqPdail+/KijiIrC67B7nw8nFDsHzOGbV5WblIgptr3df9yppr7cq0z7hDC4o0Txo5AArpNGsR0+6+f/vZDqJr9bq1mSH5RzCEQMEAtJxzT6tumPTOY/W6tVs9QftHKITzHYYBWbvJoKHyoN2dx8KHerNWqhvKLVg6hjsNA37fCMa2i4Xk9OIFe30T1muPyqmJhSALg7+NuOyFTAbAOuq+Hrn1Pgs/dt8GDfPX35hDJ0RO27bsb+C/H3g0isOfuu83yDjlDYJR31zMsnV+/2491/1xt6je4gM0Ot3Q/UTUMgOo8nm9Pc4Rw19NvqN9pOp6JwEA/9+1wy6RfQKlV0ztZuEVay9Oin57GG5d90iCdhL8UN6mSnlZAGObp++pwaPYvN2kFhH4fs3gF0kX2Bpss2hMmucci/0eDxOItSh9OGlwnEjDe/rPe132zubimCXEeuTbqQoqBLPl1XR/cgK/6vvo4/Pzjdzcq8EUUYZVOHufeBDSB3JKAaLYFxgS+db6ts2P/ZonUA960kssB8t/2q5vm/GIWWTlxGB7YqZq+3oxd//FGFaDcnXqsMPx0nrtq6+DchRaIDnQU8hfzKBr+zqQbmeZalj2JtMFx8rq93Gnhur3CI8N1YMf6rwOHrP86sKPG14FD4n4deGJr15FpsmZlf9r0zWEkju9nA9Ye5EcSeWGy59hnQpfXda59dI0xGnqdfIK1fF1v2qqvLEP+sX5ua8eVI+txmNHBV9YREFEw9c8//vXp7z9+8+13/6DmO424bRJwGHipx5/79vw0ME0w9d4NXh0O7cev9pvXrr8wCR51t7mW2KCstQy4e4q/WAEK3nXeDf3N/rijkG3f3cA/VLt6OFwwyzLg7immuKLwp967wW2gf9U2FWn3ZcDdUzx5h6SmWAbcPYUHpGbwf96fLPo2pIthslhG3DYJF+aU2VE+dR4/o4/Xb6VDYJGpE/L5mTuOvuKYDUSo2c4OssRkV8+u8bkunhCJqW6a6S1Lmv22/pA8fEre1/1gffchEalMy4Qlz03dbu0Tj0kFlmy63c6ivJ37fnHc1o6YhrzJEvaYMaFSo8q3b9mjl3Ad7gs3jFPDOBomEvbImShTmeNhAg2TFJpEw1TCHgWTIi2kQsMUGqapYRoNyxP2KJksUqMEGpajYUXCHhXjOjUFGlWgUSZhj5oJmfICr8CgYSU1rHSzZGmZF0wzniouWc54WpSsmD7M9FHOg3g2/c0542kuC8YFy1JjJONy7lHzp8XL7F8zIC+8yIQJdtVuMi+ZyFOjc7yvwf5zeqTrctrYSbVVWGpmB6cqk0xYzZUpmbCqC8GZELZR5kxY1Y00TDhbGM6E9t9Y5WUmmLDa68wwYbXPVclEOY+R2dQAalo/E3nM4hy7IJf0SNslOVNpZgomhW/IqQEwrB9KFcXALso1PdJ22V02dsnWMvb85cxo8ny2XsYn63EprPWytNBqNhpn0m68yAom3c5nJbMAqRYlk4VvGN8o54bKfIP7hpgaQG0bGkrGYovjqOEFvcDiD7xAMo5dzx8gQl2iULG05brs5MrCcJalstDTpKW1pTWwkMKCT13OwNLMBhaZsPbM0kIw5YK2lEzlLEu1MExZIaNLpozvcnYtSqazeYzmviHcFmqmpZ1KFcxuXsrtN9qP8ci68A231kIxXc6D82zGyT1yLnxDzmrkyn/jkXOPnHvk3Oucl/M3hdVZ6YIVHrnwyIX0DeXHeOTCIhcFZ4VHLoxveGTjrWE8svHIxiMbr7PxyMbrbDyy8cjGI5ceuZyRQZm1ybkUMa8QOG8Lm5wLFYtgEZRuQca663JxavfVbrZU3EYnT3Ne2FQtUq40KyWTaSZKVirf0FMDTGOTa5lHVcfVXyiiEgucW4VLoEVUccwAhM1ZpYnyk3wOJhfJPj7dml3DLdrIadFZrqdUxI2wPs9TzTUrbYCUpWY8y5hMuS1lGZ87eSZ8iGdy+U5N3wENba60oRBbDGYgwtCLMX6/eC4n3Y02k+6u/tp0Y4piiuliUWpq2d0UxjCeuawkGLfFd/6qnFpAjdJpXMRyqJgyFE/llPe5mVO4NsbaTaSZTeSZTRZins9YM/LMcQeb1jgTaW4E41xMLcAiHXvhUU7n+px5TTFZQCub1GSqimkCu0MWVtmqLiCs4zNcR2FxzEjHd3nUm2VAeSXhzXPH711opHJLKaJLwQEnNbUUHG4yd5AmCumYhfWm3JZnXk67wLjIlhZfWuJsj2wsFHnM+WUxO511Vu59f/F0K5RmNmiFdLPbkqmWll5a+dIqlpaZWkAPQ5kCnwNkSZ54SnzkycioVtNRjae5nnmUsrU8m5fqqruyJnUMIPfZZxptLa2tLWW2tPjSEktLLi01tYBqnFir+gMdAJSglBQrSb2iAtV1/EF5rKJqpev4jUq3suHNZbQ4KRz6Kr8wFJ8cVEHdGShc8JRxlUbGokjhcFOuKMloXlY44LQrIjKa96Y+V7jzyXg2aUxhVYqpqIs0M5xx67Bpadm2LJlMC80ZVy7U7BZbk9teMK2LGRWlcK7P7n5mKfISzdoHuvWQUs9eJEph2a1IuVXjFPGOb9iML0vfqZZhaglzpZaWDgNeu+qmolbUuLpp6YbGrYhpnXaFRkWrgg4udpzDqTI6FDucdg6ns+hQ7HDaOZzm0aHY5bRzOR3fJexy2rmcjpIRjV0ud26lo4e6HNP3nFPBkWMmkguSBE9dvzu1zSVNbV3f/xNhzRVNWF3fb09Y3Z3t+7of6+13093t4+PyZP1T8jRf6JbLLfWnROTJw6fPLBFm+lSZ/fx8utC1f1nVn56XJxgnJPDK8qdEG0p05y+egWSmgRLFNHkuCYQKiorTnGhowvn0Fdfz5wzLy3mNYv4M1iwzuHaWqBlHyflTTZ967s8FUnfS8N3QtccR2VkbStESCD6PdQ+l8nKNVNtCmSK7KMMSzaFsX1fbj2hO0qRwTrT1UlMilPW91UtsXc0Dqyo4pX1ki/xGKWJetET7dg90U0JmVoV0HBNfgvSOwS8txauCLG1W7e7h0Db1gJZAer3MseDHyWj2SRCyG4xUTsVZjx14lVv0L0f7PVI3l6sk+woZR1+WOvehqM8gRYpVMTh83G9e+27fHZHw6f2kKz6uQCZ4V+N9K6h9K4BM0+2QmOTUzN71gIvNb1ufpNXJjgn3JhPEnjtptOyS8lFv/jyc/OgelgKEAiR3jYTiCozIZpTZfbj6vA2svnkNbUBa8MLeOZS+xjVOUdkDZpzN9N4GFAM20FRhs38HyUqSHntJ8W7/3LwcpxeDkBqciuElhhSCGZpt3dfYlGtiaNPtR/eLArASsir5vAkN6H+RAGJXAS86T1lo+u3pvagevEQFCQcICnVOVc5YQazKR2dJ3RN5ZHMqgGCu3tb1wf1myqXB4dg3GOMUBImkQmd7eocUmA1KFpTZGEpAtXs3CHov4IhaEdPXw1nqAVXGsyZK2P3cB3gL2G2uYgV5fThY7OOIK6ikEvEloOkXXGB5wLZ8dhB+HtyLh3vKuTAFhbGDGk9lGrhVzwEhyqhE5x3a01pPX2Ms5bk7Yh/O18T8c98hr9EUN0NCkXOEuJYpwj2iqPw1Ch8Laq9QkL5vr0Ev9g3/Cp8BuKI4DaweXhKnEbKETTsJRJsNzh3gbCUprvdSY8pmSLJTwtnGkFhKWOeo0+NL8z6oqhlZl/Lr7to8I1+9fPqZRV72HWa3kmS3EY7VYO2pXBJ4x5JqJUQaxmq/wV4iKXdTGZRcXj+FXgJSkqYKxSL6JnYWB8tJJJXsAcT0SyAIAGqrpHzgBDC/4wf4IliDoLhSsx87bDRqA5HRkJMLkhVeuTuIJxY/xf5PiLjk5CzQIXH4CTLhcjwzzBv/HAKSU4LyNGvMY8wpQsDOWQygADNxOd+Utn7GSyevBcDSrdCuG5CgXpN+2mY/vhmOw6HZNN1xeLPv6g+Httk0Y3DMluRJMhLb009XTsKndJJ4G85hPH+U5xaFLmfxwhAjuTAWfMGUhbwsuEBZopdt8DyGeT/OvXPeWsZINBbi42qZUflrzYl9Vx0CNMoXFm4O1xtmI1D85uEoK68u5w4Y32rczgl29VhtqxFdYHIq1C/hzC/Aw0st4Keais8wzNSaMNsd27E54OlWVjyosxuP+C0VlZDf7k+/JoBVDmQ2TR0p9qg+FGvuoPZdv6va5t+Yepk1CXzfIcuWa1hI9+6f9SbgXbcbtkP0h0oSHmDlpaZAXMUfD9fd04ZHEmpNsfjt+m1wAb7GRbvxFUvpVeY/jocjvmsSVOaCPnmo+mpXBxf1ijxQektmEQS093qNnx2qfsDuKci6EKnrh6ofm6r983Lf4P5ZDj3HHjMkTp588HLGV7SQNdfaVghfzq5b/jjWPT6dlRTLWM7bwDkPTfD4C9xRCIqsHtrjS8D5yTtZWMIPfX2o91u8X/mac/Gh7zY1vkNU5AnlQv2fcXDlKsn6HDNY371vgiVwKpleSFP2MRPmuCQ5jPgtcY2nqDjH50WPseveB6l9zV709aGvh3o/np2UqNkFinmcHRc0vCWURWNbsvw/M8A54H3ZOSNFctgCl/MWEsTZaqXgwd4ivwvYCpmzYPT09WCpBza6WZPZe3sxEcQrVYV0FsphLyWX6S/1DPRWXM365uUVE641B6K+w1zCrLl960NCSB5u4bXz8Nod8ZUtF1TBhSVwaKvhFfuDWUOwhtHWH7yjeo1NhnHb4VpNhv6ldDiMTfCsfM1DzWHsA53LNbVqfK2QxiS5uPle84b7zPE1cIvf6OE3xQ+JK9ez+zuFVAyOBqAkzzD+nRDq/tJh/CngLuRdeORh1/gaMB/yFhrGD76DUpd5D3jHJMdWQxvWV00bJr01XjoGx+bbS3T4ahCoKd4jVbDts5vI0DMF3n4VuV4IFcniClXTb7HhURf4hz5/FnQS3Xb4Jpy8B4JVxwoO7j96QLFLZrcIWTlBRJ6JcfCuTKJm+ynqxH7cb+vnZh/Qr4x8Jh85Uh33bcAkzZqMe9yPDUqV+ZqCf/Y8gNI0RtCOfft06Ovn5gPGAPfBiuI2x76N3XWBh1BJTtH78IUF+77h+ncejsF5rFhlp+GMTN7/EOH99N+MgqtCsGhize+X/yAAWgsIasrSv9ZBCV1z2vu16/8VrLhY44W/9s04Bg+LyMvxhaG8Ze6c1zb7Onl4fPv58/8CmNkYlZRXAAA="; \ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index 7f261510..a9ef39ff 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,10 +1,10 @@ -typescript-esbuild - v0.3.2

typescript-esbuild - v0.3.2

TypeScriptESBuild 🌀

Builds all your TypeScript files into JavaScript and generates documentation for +typescript-esbuild - v0.3.3

typescript-esbuild - v0.3.3

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

ESBuild Configuration

Or with a custom esbuild config file:

{
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es ESBuild.ts"
}
} @@ -13,4 +13,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/README.md b/README.md index 9e216a14..2744742f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install -D -E typescript-esbuild "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "devDependencies": { - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.3" } } ``` diff --git a/Target/Class/TypeScriptESBuild.js b/Target/Class/TypeScriptESBuild.js index 3ed8fda5..c84b62f0 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.3.2").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.3.3").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 0f62be3c..1e251a23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-esbuild", - "version": "0.3.2", + "version": "0.3.3", "private": false, "description": "🌀 Builds all your TypeScript files into JavaScript and generates documentation for it using TypeDoc.", "keywords": [