From 88f67caed3cce9bd18b5517cdb5fafa437c40750 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Mon, 11 Mar 2024 10:38:01 +0200 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 4 ++ Documentation/Class/Theme.theme.html | 38 +++++++++---------- Documentation/Function/Build.Exec.html | 4 +- Documentation/Function/Build.Merge.html | 4 +- Documentation/Function/Build.build.html | 4 +- Documentation/Function/Build.resolve.html | 4 +- Documentation/Function/Exec.exec.html | 4 +- Documentation/Function/File.file.html | 4 +- Documentation/Function/JSON.JSON.html | 4 +- Documentation/Function/Load.load-1.html | 2 +- Documentation/Function/Merge.merge.html | 4 +- .../Function/Theme.applyAnchorUrl.html | 4 +- Documentation/Function/Theme.getUrl.html | 4 +- Documentation/Interface/Build.Type.html | 4 +- Documentation/Interface/Exec.Type.html | 4 +- Documentation/Interface/File.Type.html | 4 +- .../Interface/Interface_Mapping.Type.html | 4 +- .../Interface/Interface_Merge.Generic.html | 4 +- .../Interface/Interface_Merge.Type.html | 4 +- .../Interface/Interface_Theme.Type.html | 32 ++++++++-------- Documentation/Interface/JSON.Type.html | 4 +- Documentation/Interface/Load.Type.html | 4 +- Documentation/Module/Build.html | 4 +- Documentation/Module/ESBuild.html | 4 +- Documentation/Module/Exec.html | 4 +- Documentation/Module/File.html | 4 +- Documentation/Module/Interface_Mapping.html | 4 +- Documentation/Module/Interface_Merge.html | 4 +- Documentation/Module/Interface_Theme.html | 4 +- Documentation/Module/JSON.html | 4 +- Documentation/Module/Load.html | 4 +- Documentation/Module/Merge.html | 4 +- Documentation/Module/Theme.html | 4 +- Documentation/Module/TypeScriptESBuild.html | 4 +- Documentation/Module/Value.html | 4 +- Documentation/Type/Value.Type.html | 2 +- Documentation/Variable/Build.Current.html | 2 +- Documentation/Variable/Build.Pipe.html | 2 +- Documentation/Variable/ESBuild.ESBuild.html | 2 +- Documentation/Variable/Load.Theme.html | 2 +- Documentation/Variable/Load.load.html | 2 +- Documentation/Variable/Theme.Class.html | 2 +- .../Variable/Theme.DeclarationReflection.html | 2 +- Documentation/Variable/Theme.Enum.html | 2 +- Documentation/Variable/Theme.Interface.html | 2 +- Documentation/Variable/Theme.Module.html | 2 +- Documentation/Variable/Theme.Namespace.html | 2 +- Documentation/Variable/Theme.TypeAlias.html | 2 +- Documentation/Variable/Theme.URL_PREFIX.html | 2 +- Documentation/Variable/Theme.UrlMapping.html | 2 +- Documentation/Variable/Theme.Variable.html | 2 +- Documentation/Variable/Theme._Function.html | 2 +- .../TypeScriptESBuild.typeScriptESBuild.html | 2 +- Documentation/assets/search.js | 2 +- Documentation/assets/style.css | 3 +- Documentation/hierarchy.html | 2 +- Documentation/index.html | 4 +- Target/Class/TypeScriptESBuild.js | 2 +- package.json | 6 +-- 59 files changed, 130 insertions(+), 125 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 967336df..814dc01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0 + +- Cleanup + ## 0.3.12 - Cleanup diff --git a/Documentation/Class/Theme.theme.html b/Documentation/Class/Theme.theme.html index b7ac80cf..f8805a65 100644 --- a/Documentation/Class/Theme.theme.html +++ b/Documentation/Class/Theme.theme.html @@ -1,4 +1,4 @@ -theme | typescript-esbuild - v0.3.12

Hierarchy

  • DefaultTheme
    • theme

Implements

Constructors

constructor +theme | typescript-esbuild - v0.4.0

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

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

icons: {
    1: (() => JsxElement);
    1024: (() => JsxElement);
    1048576: (() => JsxElement);
    128: (() => JsxElement);
    131072: (() => JsxElement);
    16: (() => JsxElement);
    16384: (() => JsxElement);
    2: (() => JsxElement);
    2048: (() => JsxElement);
    2097152: (() => JsxElement);
    256: (() => JsxElement);
    262144: (() => JsxElement);
    32: (() => JsxElement);
    32768: (() => JsxElement);
    4: (() => JsxElement);
    4096: (() => JsxElement);
    4194304: (() => JsxElement);
    512: (() => JsxElement);
    524288: (() => JsxElement);
    64: (() => JsxElement);
    65536: (() => JsxElement);
    8: (() => JsxElement);
    8192: (() => JsxElement);
    anchor: (() => JsxElement);
    checkbox: (() => JsxElement);
    chevronDown: (() => JsxElement);
    chevronSmall: (() => JsxElement);
    menu: (() => JsxElement);
    search: (() => JsxElement);
}

The icons which will actually be rendered. The source of truth lives on the theme, and +

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

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

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

      Returns JsxElement

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

icons: {
    1: (() => JsxElement);
    1024: (() => JsxElement);
    1048576: (() => JsxElement);
    128: (() => JsxElement);
    131072: (() => JsxElement);
    16: (() => JsxElement);
    16384: (() => JsxElement);
    2: (() => JsxElement);
    2048: (() => JsxElement);
    2097152: (() => JsxElement);
    256: (() => JsxElement);
    262144: (() => JsxElement);
    32: (() => JsxElement);
    32768: (() => JsxElement);
    4: (() => JsxElement);
    4096: (() => JsxElement);
    4194304: (() => JsxElement);
    512: (() => JsxElement);
    524288: (() => JsxElement);
    64: (() => JsxElement);
    65536: (() => JsxElement);
    8: (() => JsxElement);
    8192: (() => JsxElement);
    anchor: (() => JsxElement);
    checkbox: (() => JsxElement);
    chevronDown: (() => JsxElement);
    chevronSmall: (() => JsxElement);
    menu: (() => JsxElement);
    search: (() => JsxElement);
}

The icons which will actually be rendered. The source of truth lives on the theme, and the DefaultThemeRenderContext.icons member will produce references to these.

These icons will be written twice. Once to an icons.svg file in the assets directory which will be referenced by icons on the context, and once to an icons.js file so that @@ -43,41 +43,41 @@

Custom themes may overwrite this entire object or individual properties on it to customize the icons used within the page, however TypeDoc currently assumes that all icons are svg elements, so custom themes must also use svg elements.

-

Type declaration

  • 1: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 1024: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 1048576: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 128: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 131072: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 16: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 16384: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 2: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 2048: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 2097152: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 256: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 262144: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 32: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 32768: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 4: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 4096: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 4194304: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 512: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 524288: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 64: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 65536: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 8: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 8192: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • anchor: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • checkbox: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • chevronDown: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • chevronSmall: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • menu: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • search: (() => JsxElement)
      • (): JsxElement
      • 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 this

  • 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.

    +

    Type declaration

    • 1: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 1024: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 1048576: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 128: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 131072: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 16: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 16384: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 2: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 2048: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 2097152: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 256: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 262144: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 32: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 32768: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 4: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 4096: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 4194304: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 512: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 524288: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 64: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 65536: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 8: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 8192: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • anchor: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • checkbox: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • chevronDown: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • chevronSmall: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • menu: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • search: (() => JsxElement)
        • (): JsxElement
        • 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 this

  • 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 this

  • Inversion-of-control versions of once.

    -

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns this

  • Parameters

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

    Returns this

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

    Parameters

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

    Returns this

  • Inversion-of-control versions of once.

    +

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns this

  • Parameters

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

    Returns this

  • 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 this

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

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

    Returns this

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

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

    -

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

  • Parameters

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

    Returns this

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

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

  • Parameters

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

    Returns this

  • 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 this

  • Parameters

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

    Returns this

  • 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 this

  • Parameters

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

    Returns this

  • 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 this

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

    Parameters

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

    Returns this

  • 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 this

  • Generate an anchor url for the given reflection and all of its children.

    +

    Parameters

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

    Returns this

  • 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

  • Return a url for the given reflection.

    +

Returns void

  • 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/Function/Build.Exec.html b/Documentation/Function/Build.Exec.html index 754d2046..1c84701e 100644 --- a/Documentation/Function/Build.Exec.html +++ b/Documentation/Function/Build.Exec.html @@ -1,4 +1,4 @@ -Exec | typescript-esbuild - v0.3.12
  • The 'Exec' function is an asynchronous function that executes a command and logs the +Exec | typescript-esbuild - v0.4.0

    • 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 @@ -7,4 +7,4 @@ of the child process should be logged. If set to 'false', no logging will occur. If set to a function, the function will be called with the stdout data as a parameter for custom logging. If not provided, stdout will be logged to the console by default.

        -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Build.Merge.html b/Documentation/Function/Build.Merge.html index 62daaf6e..1109d810 100644 --- a/Documentation/Function/Build.Merge.html +++ b/Documentation/Function/Build.Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.3.12
  • 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.4.0
  • 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.build.html b/Documentation/Function/Build.build.html index f7004149..be9cdbd0 100644 --- a/Documentation/Function/Build.build.html +++ b/Documentation/Function/Build.build.html @@ -1,6 +1,6 @@ -build | typescript-esbuild - v0.3.12
  • Represents a function that processes file patterns.

    +build | typescript-esbuild - v0.4.0
    • 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>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Build.resolve.html b/Documentation/Function/Build.resolve.html index 9c36625d..7b9d7795 100644 --- a/Documentation/Function/Build.resolve.html +++ b/Documentation/Function/Build.resolve.html @@ -1,4 +1,4 @@ -resolve | typescript-esbuild - v0.3.12
  • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

    +resolve | typescript-esbuild - v0.4.0
    • 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 6e91acba..4c43aa12 100644 --- a/Documentation/Function/Exec.exec.html +++ b/Documentation/Function/Exec.exec.html @@ -1,4 +1,4 @@ -exec | typescript-esbuild - v0.3.12
  • The 'Exec' function is an asynchronous function that executes a command and logs the +exec | typescript-esbuild - v0.4.0

    • 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 @@ -7,4 +7,4 @@ of the child process should be logged. If set to 'false', no logging will occur. If set to a function, the function will be called with the stdout data as a parameter for custom logging. If not provided, stdout will be logged to the console by default.

        -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/File.file.html b/Documentation/Function/File.file.html index ef585489..d1b37b8a 100644 --- a/Documentation/Function/File.file.html +++ b/Documentation/Function/File.file.html @@ -1,2 +1,2 @@ -file | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/JSON.JSON.html b/Documentation/Function/JSON.JSON.html index 79a46382..60f6e67f 100644 --- a/Documentation/Function/JSON.JSON.html +++ b/Documentation/Function/JSON.JSON.html @@ -1,4 +1,4 @@ -JSON | typescript-esbuild - v0.3.12
  • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +JSON | typescript-esbuild - v0.4.0

    • 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.

        @@ -6,4 +6,4 @@ the directory path from which the JSON file should be loaded. If From is provided, it will be used as the base directory path. If From is not provided, the current directory will be used as the base directory path.

        -

      Returns Promise<any>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Load.load-1.html b/Documentation/Function/Load.load-1.html index c4d69e1d..6c4a6afd 100644 --- a/Documentation/Function/Load.load-1.html +++ b/Documentation/Function/Load.load-1.html @@ -1 +1 @@ -load | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Merge.merge.html b/Documentation/Function/Merge.merge.html index 7920c81f..5ba1bcd3 100644 --- a/Documentation/Function/Merge.merge.html +++ b/Documentation/Function/Merge.merge.html @@ -1,2 +1,2 @@ -merge | typescript-esbuild - v0.3.12
  • 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.4.0
  • 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 e51dbbb9..f66b141c 100644 --- a/Documentation/Function/Theme.applyAnchorUrl.html +++ b/Documentation/Function/Theme.applyAnchorUrl.html @@ -1,4 +1,4 @@ -applyAnchorUrl | typescript-esbuild - v0.3.12
  • Generate an anchor url for the given reflection and all of its children.

    +applyAnchorUrl | typescript-esbuild - v0.4.0
    • 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 221be67d..b87d35b5 100644 --- a/Documentation/Function/Theme.getUrl.html +++ b/Documentation/Function/Theme.getUrl.html @@ -1,6 +1,6 @@ -getUrl | typescript-esbuild - v0.3.12

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Build.Type.html b/Documentation/Interface/Build.Type.html index 4024af8e..e1b48d18 100644 --- a/Documentation/Interface/Build.Type.html +++ b/Documentation/Interface/Build.Type.html @@ -1,6 +1,6 @@ -Type | typescript-esbuild - v0.3.12
interface Type ((File, Option?) => Promise<void>)
  • Represents a function that processes file patterns.

    +Type | typescript-esbuild - v0.4.0
    interface Type ((File, Option?) => Promise<void>)
    • 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>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Exec.Type.html b/Documentation/Interface/Exec.Type.html index 0f44c6c0..ed33fb18 100644 --- a/Documentation/Interface/Exec.Type.html +++ b/Documentation/Interface/Exec.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.12
interface Type ((Command, Echo?) => Promise<void>)
  • The 'Exec' function is an asynchronous function that executes a command and logs the +Type | typescript-esbuild - v0.4.0

    interface Type ((Command, Echo?) => Promise<void>)
    • 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 @@ -7,4 +7,4 @@ of the child process should be logged. If set to 'false', no logging will occur. If set to a function, the function will be called with the stdout data as a parameter for custom logging. If not provided, stdout will be logged to the console by default.

        -

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/File.Type.html b/Documentation/Interface/File.Type.html index 8403d4c3..57674559 100644 --- a/Documentation/Interface/File.Type.html +++ b/Documentation/Interface/File.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.3.12
interface Type ((Path) => Promise<any>)

Generated using TypeDoc

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

Properties

Directory +Type | typescript-esbuild - v0.4.0
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 4666aa11..c32132ab 100644 --- a/Documentation/Interface/Interface_Merge.Generic.html +++ b/Documentation/Interface/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | typescript-esbuild - v0.3.12
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file +Generic | typescript-esbuild - v0.4.0
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 9b75ab39..d3d059d5 100644 --- a/Documentation/Interface/Interface_Merge.Type.html +++ b/Documentation/Interface/Interface_Merge.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.3.12
interface Type<PMF> (<Ts>(...Objects) => DeepMergeHKT<Ts, Readonly<{
    DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeArraysDefaultURI";
    DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeLeafURI";
    DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>)

Type Parameters

  • PMF extends Partial<DeepMergeMergeFunctionsURIs>
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    -

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeArraysDefaultURI";
        DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeLeafURI";
        DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file +Type | typescript-esbuild - v0.4.0
interface Type<PMF> (<Ts>(...Objects) => DeepMergeHKT<Ts, Readonly<{
    DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeArraysDefaultURI";
    DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeLeafURI";
    DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>)

Type Parameters

  • PMF extends Partial<DeepMergeMergeFunctionsURIs>
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    +

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeArraysDefaultURI";
        DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeLeafURI";
        DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Interface_Theme.Type.html b/Documentation/Interface/Interface_Theme.Type.html index 19cf3ea2..7c04ba0b 100644 --- a/Documentation/Interface/Interface_Theme.Type.html +++ b/Documentation/Interface/Interface_Theme.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.12
interface Type {
    Mapping: Type[];
    _Mapping: ((Reflection) => undefined | Type);
    buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
    componentName: string;
    defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
    hierarchyTemplate: ((pageEvent) => JsxElement);
    icons: {
        1: (() => JsxElement);
        1024: (() => JsxElement);
        1048576: (() => JsxElement);
        128: (() => JsxElement);
        131072: (() => JsxElement);
        16: (() => JsxElement);
        16384: (() => JsxElement);
        2: (() => JsxElement);
        2048: (() => JsxElement);
        2097152: (() => JsxElement);
        256: (() => JsxElement);
        262144: (() => JsxElement);
        32: (() => JsxElement);
        32768: (() => JsxElement);
        4: (() => JsxElement);
        4096: (() => JsxElement);
        4194304: (() => JsxElement);
        512: (() => JsxElement);
        524288: (() => JsxElement);
        64: (() => JsxElement);
        65536: (() => JsxElement);
        8: (() => JsxElement);
        8192: (() => JsxElement);
        anchor: (() => JsxElement);
        checkbox: (() => JsxElement);
        chevronDown: (() => JsxElement);
        chevronSmall: (() => JsxElement);
        menu: (() => JsxElement);
        search: (() => JsxElement);
    };
    indexTemplate: ((pageEvent) => JsxElement);
    markedPlugin: MarkedPlugin;
    reflectionTemplate: ((pageEvent) => JsxElement);
    get _listenId(): any;
    get application(): Application;
    get owner(): O;
    bubble(name, ...args): this;
    buildNavigation(project): NavigationElement[];
    getNavigation(project): NavigationElement[];
    getReflectionClasses(reflection): string;
    getRenderContext(pageEvent): DefaultThemeRenderContext;
    getUrls(project): UrlMapping<any>[];
    initialize(): void;
    listenTo(obj, name, callback?, priority?): this;
    listenToOnce(obj, eventMap): this;
    listenToOnce(obj, name, callback, priority?): this;
    off(): this;
    off(eventMap, context?): this;
    off(name, callback?, context?): this;
    on(eventMap, context?): this;
    on(eventMap, callback?, context?, priority?): this;
    on(name, callback, context?, priority?): this;
    once(eventMap, context?): this;
    once(name, callback, context?, priority?): this;
    render(page, template): string;
    stopListening(obj?, name?, callback?): this;
    trigger(name, ...args): this;
}

Hierarchy

  • DefaultTheme
    • Type

Implemented by

Properties

Mapping +Type | typescript-esbuild - v0.4.0
interface Type {
    Mapping: Type[];
    _Mapping: ((Reflection) => undefined | Type);
    buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
    componentName: string;
    defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
    hierarchyTemplate: ((pageEvent) => JsxElement);
    icons: {
        1: (() => JsxElement);
        1024: (() => JsxElement);
        1048576: (() => JsxElement);
        128: (() => JsxElement);
        131072: (() => JsxElement);
        16: (() => JsxElement);
        16384: (() => JsxElement);
        2: (() => JsxElement);
        2048: (() => JsxElement);
        2097152: (() => JsxElement);
        256: (() => JsxElement);
        262144: (() => JsxElement);
        32: (() => JsxElement);
        32768: (() => JsxElement);
        4: (() => JsxElement);
        4096: (() => JsxElement);
        4194304: (() => JsxElement);
        512: (() => JsxElement);
        524288: (() => JsxElement);
        64: (() => JsxElement);
        65536: (() => JsxElement);
        8: (() => JsxElement);
        8192: (() => JsxElement);
        anchor: (() => JsxElement);
        checkbox: (() => JsxElement);
        chevronDown: (() => JsxElement);
        chevronSmall: (() => JsxElement);
        menu: (() => JsxElement);
        search: (() => JsxElement);
    };
    indexTemplate: ((pageEvent) => JsxElement);
    markedPlugin: MarkedPlugin;
    reflectionTemplate: ((pageEvent) => JsxElement);
    get _listenId(): any;
    get application(): Application;
    get owner(): O;
    bubble(name, ...args): this;
    buildNavigation(project): NavigationElement[];
    getNavigation(project): NavigationElement[];
    getReflectionClasses(reflection): string;
    getRenderContext(pageEvent): DefaultThemeRenderContext;
    getUrls(project): UrlMapping<any>[];
    initialize(): void;
    listenTo(obj, name, callback?, priority?): this;
    listenToOnce(obj, eventMap): this;
    listenToOnce(obj, name, callback, priority?): this;
    off(): this;
    off(eventMap, context?): this;
    off(name, callback?, context?): this;
    on(eventMap, context?): this;
    on(eventMap, callback?, context?, priority?): this;
    on(name, callback, context?, priority?): this;
    once(eventMap, context?): this;
    once(name, callback, context?, priority?): this;
    render(page, template): string;
    stopListening(obj?, name?, callback?): this;
    trigger(name, ...args): this;
}

Hierarchy

  • DefaultTheme
    • Type

Implemented by

Properties

Type declaration

    • (Reflection, URLs): UrlMapping<any>[]
    • 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

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

icons: {
    1: (() => JsxElement);
    1024: (() => JsxElement);
    1048576: (() => JsxElement);
    128: (() => JsxElement);
    131072: (() => JsxElement);
    16: (() => JsxElement);
    16384: (() => JsxElement);
    2: (() => JsxElement);
    2048: (() => JsxElement);
    2097152: (() => JsxElement);
    256: (() => JsxElement);
    262144: (() => JsxElement);
    32: (() => JsxElement);
    32768: (() => JsxElement);
    4: (() => JsxElement);
    4096: (() => JsxElement);
    4194304: (() => JsxElement);
    512: (() => JsxElement);
    524288: (() => JsxElement);
    64: (() => JsxElement);
    65536: (() => JsxElement);
    8: (() => JsxElement);
    8192: (() => JsxElement);
    anchor: (() => JsxElement);
    checkbox: (() => JsxElement);
    chevronDown: (() => JsxElement);
    chevronSmall: (() => JsxElement);
    menu: (() => JsxElement);
    search: (() => JsxElement);
}

The icons which will actually be rendered. The source of truth lives on the theme, and +

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

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

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

      Returns JsxElement

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

icons: {
    1: (() => JsxElement);
    1024: (() => JsxElement);
    1048576: (() => JsxElement);
    128: (() => JsxElement);
    131072: (() => JsxElement);
    16: (() => JsxElement);
    16384: (() => JsxElement);
    2: (() => JsxElement);
    2048: (() => JsxElement);
    2097152: (() => JsxElement);
    256: (() => JsxElement);
    262144: (() => JsxElement);
    32: (() => JsxElement);
    32768: (() => JsxElement);
    4: (() => JsxElement);
    4096: (() => JsxElement);
    4194304: (() => JsxElement);
    512: (() => JsxElement);
    524288: (() => JsxElement);
    64: (() => JsxElement);
    65536: (() => JsxElement);
    8: (() => JsxElement);
    8192: (() => JsxElement);
    anchor: (() => JsxElement);
    checkbox: (() => JsxElement);
    chevronDown: (() => JsxElement);
    chevronSmall: (() => JsxElement);
    menu: (() => JsxElement);
    search: (() => JsxElement);
}

The icons which will actually be rendered. The source of truth lives on the theme, and the DefaultThemeRenderContext.icons member will produce references to these.

These icons will be written twice. Once to an icons.svg file in the assets directory which will be referenced by icons on the context, and once to an icons.js file so that @@ -42,33 +42,33 @@

Custom themes may overwrite this entire object or individual properties on it to customize the icons used within the page, however TypeDoc currently assumes that all icons are svg elements, so custom themes must also use svg elements.

-

Type declaration

  • 1: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 1024: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 1048576: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 128: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 131072: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 16: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 16384: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 2: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 2048: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 2097152: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 256: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 262144: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 32: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 32768: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 4: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 4096: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 4194304: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 512: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 524288: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 64: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 65536: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 8: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • 8192: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • anchor: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • checkbox: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • chevronDown: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • chevronSmall: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • menu: (() => JsxElement)
      • (): JsxElement
      • Returns JsxElement

  • search: (() => JsxElement)
      • (): JsxElement
      • 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 this

  • 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.

    +

    Type declaration

    • 1: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 1024: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 1048576: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 128: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 131072: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 16: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 16384: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 2: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 2048: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 2097152: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 256: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 262144: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 32: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 32768: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 4: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 4096: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 4194304: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 512: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 524288: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 64: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 65536: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 8: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • 8192: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • anchor: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • checkbox: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • chevronDown: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • chevronSmall: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • menu: (() => JsxElement)
        • (): JsxElement
        • Returns JsxElement

    • search: (() => JsxElement)
        • (): JsxElement
        • 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 this

  • 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 this

  • Inversion-of-control versions of once.

    -

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns this

  • Parameters

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

    Returns this

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

    Parameters

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

    Returns this

  • Inversion-of-control versions of once.

    +

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns this

  • Parameters

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

    Returns this

  • 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 this

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

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

    Returns this

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

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

    -

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

  • Parameters

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

    Returns this

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

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns this

  • Parameters

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

    Returns this

  • Parameters

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

    Returns this

  • 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 this

  • Parameters

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

    Returns this

  • 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 this

  • Parameters

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

    Returns this

  • 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 this

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

    Parameters

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

    Returns this

  • 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 this

Generated using TypeDoc

\ No newline at end of file +

Parameters

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

Returns this

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/JSON.Type.html b/Documentation/Interface/JSON.Type.html index 74985618..d3645a50 100644 --- a/Documentation/Interface/JSON.Type.html +++ b/Documentation/Interface/JSON.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.12
interface Type ((File, From?) => Promise<any>)
  • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +Type | typescript-esbuild - v0.4.0

    interface Type ((File, From?) => Promise<any>)
    • 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.

        @@ -6,4 +6,4 @@ the directory path from which the JSON file should be loaded. If From is provided, it will be used as the base directory path. If From is not provided, the current directory will be used as the base directory path.

        -

      Returns Promise<any>

    Generated using TypeDoc

    \ No newline at end of file +

Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Load.Type.html b/Documentation/Interface/Load.Type.html index f7b8b875..a6e15b19 100644 --- a/Documentation/Interface/Load.Type.html +++ b/Documentation/Interface/Load.Type.html @@ -1,5 +1,5 @@ -Type | typescript-esbuild - v0.3.12
interface Type {
    load: ((Application) => void);
}

Properties

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

Properties

Properties

load: ((Application) => void)

The Load function is responsible for loading a plugin into the TypeDoc instance.

Type declaration

    • (Application): void
    • 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 0da76c83..857383d5 100644 --- a/Documentation/Module/Build.html +++ b/Documentation/Module/Build.html @@ -1,8 +1,8 @@ -Build | typescript-esbuild - v0.3.12

Index

Interfaces

Type +Build | typescript-esbuild - v0.4.0

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 187facfb..3a53d38d 100644 --- a/Documentation/Module/ESBuild.html +++ b/Documentation/Module/ESBuild.html @@ -1,2 +1,2 @@ -ESBuild | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Exec.html b/Documentation/Module/Exec.html index 482fd4ac..f94871cb 100644 --- a/Documentation/Module/Exec.html +++ b/Documentation/Module/Exec.html @@ -1,3 +1,3 @@ -Exec | typescript-esbuild - v0.3.12

Index

Interfaces

Type +Exec | typescript-esbuild - v0.4.0

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 ec8d63e3..51607dad 100644 --- a/Documentation/Module/File.html +++ b/Documentation/Module/File.html @@ -1,3 +1,3 @@ -File | typescript-esbuild - v0.3.12

Index

Interfaces

Type +File | typescript-esbuild - v0.4.0

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 625cbb16..fde55642 100644 --- a/Documentation/Module/Interface_Mapping.html +++ b/Documentation/Module/Interface_Mapping.html @@ -1,2 +1,2 @@ -Interface/Mapping | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

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

Module Interface/Merge

Template: PMF

A type parameter representing Partial.

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

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 0699efc7..af89b132 100644 --- a/Documentation/Module/Interface_Theme.html +++ b/Documentation/Module/Interface_Theme.html @@ -1,2 +1,2 @@ -Interface/Theme | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/JSON.html b/Documentation/Module/JSON.html index ed1014a3..89e4e2d7 100644 --- a/Documentation/Module/JSON.html +++ b/Documentation/Module/JSON.html @@ -1,3 +1,3 @@ -JSON | typescript-esbuild - v0.3.12

Index

Interfaces

Type +JSON | typescript-esbuild - v0.4.0

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 9103ddde..4d8a1141 100644 --- a/Documentation/Module/Load.html +++ b/Documentation/Module/Load.html @@ -1,5 +1,5 @@ -Load | typescript-esbuild - v0.3.12

Index

Interfaces

Type +Load | typescript-esbuild - v0.4.0

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 d69235b9..412184d3 100644 --- a/Documentation/Module/Merge.html +++ b/Documentation/Module/Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

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

Index

Classes

theme +Theme | typescript-esbuild - v0.4.0

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 a57f4fe5..d667f246 100644 --- a/Documentation/Module/TypeScriptESBuild.html +++ b/Documentation/Module/TypeScriptESBuild.html @@ -1,2 +1,2 @@ -TypeScriptESBuild | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Value.Type.html b/Documentation/Type/Value.Type.html index 38a47030..d3b98fdc 100644 --- a/Documentation/Type/Value.Type.html +++ b/Documentation/Type/Value.Type.html @@ -1 +1 @@ -Type | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Build.Current.html b/Documentation/Variable/Build.Current.html index 223afd80..78d3a49b 100644 --- a/Documentation/Variable/Build.Current.html +++ b/Documentation/Variable/Build.Current.html @@ -1 +1 @@ -Current | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Build.Pipe.html b/Documentation/Variable/Build.Pipe.html index 9fe820d9..aa4be7e7 100644 --- a/Documentation/Variable/Build.Pipe.html +++ b/Documentation/Variable/Build.Pipe.html @@ -1 +1 @@ -Pipe | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/ESBuild.ESBuild.html b/Documentation/Variable/ESBuild.ESBuild.html index e10fea8f..cc541f18 100644 --- a/Documentation/Variable/ESBuild.ESBuild.html +++ b/Documentation/Variable/ESBuild.ESBuild.html @@ -1 +1 @@ -ESBuild | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Load.Theme.html b/Documentation/Variable/Load.Theme.html index 8a57c66a..e45b6685 100644 --- a/Documentation/Variable/Load.Theme.html +++ b/Documentation/Variable/Load.Theme.html @@ -1 +1 @@ -Theme | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Load.load.html b/Documentation/Variable/Load.load.html index c742cd0b..8b982074 100644 --- a/Documentation/Variable/Load.load.html +++ b/Documentation/Variable/Load.load.html @@ -1 +1 @@ -load | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Class.html b/Documentation/Variable/Theme.Class.html index 1fc8a851..bfd0c4d5 100644 --- a/Documentation/Variable/Theme.Class.html +++ b/Documentation/Variable/Theme.Class.html @@ -1 +1 @@ -Class | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.DeclarationReflection.html b/Documentation/Variable/Theme.DeclarationReflection.html index 9aded4eb..0e12e184 100644 --- a/Documentation/Variable/Theme.DeclarationReflection.html +++ b/Documentation/Variable/Theme.DeclarationReflection.html @@ -1 +1 @@ -DeclarationReflection | typescript-esbuild - v0.3.12

Variable DeclarationReflection

DeclarationReflection: typeof DeclarationReflection

Generated using TypeDoc

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

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 4818c635..61c2da36 100644 --- a/Documentation/Variable/Theme.Enum.html +++ b/Documentation/Variable/Theme.Enum.html @@ -1 +1 @@ -Enum | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Interface.html b/Documentation/Variable/Theme.Interface.html index 668cb480..89a1cedc 100644 --- a/Documentation/Variable/Theme.Interface.html +++ b/Documentation/Variable/Theme.Interface.html @@ -1 +1 @@ -Interface | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Module.html b/Documentation/Variable/Theme.Module.html index 4b7a59da..d8010d55 100644 --- a/Documentation/Variable/Theme.Module.html +++ b/Documentation/Variable/Theme.Module.html @@ -1 +1 @@ -Module | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Namespace.html b/Documentation/Variable/Theme.Namespace.html index e806f891..0c36a992 100644 --- a/Documentation/Variable/Theme.Namespace.html +++ b/Documentation/Variable/Theme.Namespace.html @@ -1 +1 @@ -Namespace | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.TypeAlias.html b/Documentation/Variable/Theme.TypeAlias.html index 51720f31..37a37f6d 100644 --- a/Documentation/Variable/Theme.TypeAlias.html +++ b/Documentation/Variable/Theme.TypeAlias.html @@ -1 +1 @@ -TypeAlias | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

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 608e6bb3..669aa1ad 100644 --- a/Documentation/Variable/Theme.URL_PREFIX.html +++ b/Documentation/Variable/Theme.URL_PREFIX.html @@ -1 +1 @@ -URL_PREFIX | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.UrlMapping.html b/Documentation/Variable/Theme.UrlMapping.html index a60e5601..a45cd119 100644 --- a/Documentation/Variable/Theme.UrlMapping.html +++ b/Documentation/Variable/Theme.UrlMapping.html @@ -1 +1 @@ -UrlMapping | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme.Variable.html b/Documentation/Variable/Theme.Variable.html index 45c9c0b1..0b6bf8fd 100644 --- a/Documentation/Variable/Theme.Variable.html +++ b/Documentation/Variable/Theme.Variable.html @@ -1 +1 @@ -Variable | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Theme._Function.html b/Documentation/Variable/Theme._Function.html index 7463c4bc..defed08e 100644 --- a/Documentation/Variable/Theme._Function.html +++ b/Documentation/Variable/Theme._Function.html @@ -1 +1 @@ -_Function | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html b/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html index 848e413c..52a3d4e0 100644 --- a/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html +++ b/Documentation/Variable/TypeScriptESBuild.typeScriptESBuild.html @@ -1 +1 @@ -typeScriptESBuild | typescript-esbuild - v0.3.12

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/assets/search.js b/Documentation/assets/search.js index be7293b6..5a97c4da 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,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"; \ No newline at end of file diff --git a/Documentation/assets/style.css b/Documentation/assets/style.css index 98a43779..072daed8 100644 --- a/Documentation/assets/style.css +++ b/Documentation/assets/style.css @@ -405,7 +405,8 @@ dd { } body { background: var(--color-background); - font-family: "Segoe UI", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 16px; color: var(--color-text); } diff --git a/Documentation/hierarchy.html b/Documentation/hierarchy.html index 78d95015..6109dc7d 100644 --- a/Documentation/hierarchy.html +++ b/Documentation/hierarchy.html @@ -1 +1 @@ -typescript-esbuild - v0.3.12

typescript-esbuild - v0.3.12

Class Hierarchy

Generated using TypeDoc

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

typescript-esbuild - v0.4.0

Class Hierarchy

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index c3022636..aa239d14 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,4 +1,4 @@ -typescript-esbuild - v0.3.12

typescript-esbuild - v0.3.12

🌀 TypeScriptESBuild

Builds all your TypeScript files into JavaScript.

+typescript-esbuild - v0.4.0

typescript-esbuild - v0.4.0

🌀 TypeScriptESBuild

Builds all your TypeScript files into JavaScript.

Installation

Add configuration and setup scripts:

npm install -D -E typescript-esbuild
 
@@ -14,4 +14,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/Target/Class/TypeScriptESBuild.js b/Target/Class/TypeScriptESBuild.js index c8b9f26a..58bbed18 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.12").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.4.0").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 d520efd2..fddb77b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-esbuild", - "version": "0.3.12", + "version": "0.4.0", "private": false, "description": "🌀 Builds all your TypeScript files into JavaScript.", "keywords": [ @@ -39,9 +39,9 @@ "esbuild": "0.20.1", "esbuild-plugin-copy": "2.1.1", "fast-glob": "3.3.2", - "typedoc": "0.25.11", + "typedoc": "0.25.12", "typedoc-plugin-keywords": "1.6.0", - "typedoc-plugin-mdn-links": "3.1.17", + "typedoc-plugin-mdn-links": "3.1.18", "typedoc-plugin-merge-modules": "5.1.0", "typedoc-plugin-remove-references": "0.0.6", "typedoc-plugin-rename-defaults": "0.7.0",