diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e33a0c..43d7b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,3 @@ -## 0.0.8 - -- Cleanup - -## 0.0.7 - -- Cleanup - -## 0.0.6 - -- Cleanup - -## 0.0.5 - -- Cleanup - -## 0.0.4 - -- Cleanup - -## 0.0.3 - -- Cleanup - -## 0.0.2 - -- Cleanup - ## 0.0.1 - Initial version diff --git a/Documentation/classes/Theme.theme.html b/Documentation/classes/Theme.theme.html index 89b63de..429e9ba 100644 --- a/Documentation/classes/Theme.theme.html +++ b/Documentation/classes/Theme.theme.html @@ -1,4 +1,4 @@ -theme | typescript-document - v0.0.8

Hierarchy

  • DefaultTheme
    • theme

Constructors

constructor +theme | @playform/document - v0.0.1

Hierarchy

  • DefaultTheme
    • theme

Constructors

Properties

  • 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/functions/Document.Exec.html b/Documentation/functions/Document.Exec.html index 0523cc9..e64eacc 100644 --- a/Documentation/functions/Document.Exec.html +++ b/Documentation/functions/Document.Exec.html @@ -1,4 +1,4 @@ -Exec | typescript-document - v0.0.8
    • The 'Exec' function is an asynchronous function that executes a command and logs the +Exec | @playform/document - v0.0.1

      • The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr 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 and stderr data as a parameter for custom logging. If not provided, stdout and stderr 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/functions/Document.document.html b/Documentation/functions/Document.document.html index 68ca186..cfa1cf5 100644 --- a/Documentation/functions/Document.document.html +++ b/Documentation/functions/Document.document.html @@ -1,6 +1,6 @@ -document | typescript-document - v0.0.8
    • Represents a function that processes file patterns.

      +document | @playform/document - v0.0.1
      • 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/functions/Document.resolve.html b/Documentation/functions/Document.resolve.html index 0cb9f69..2be7221 100644 --- a/Documentation/functions/Document.resolve.html +++ b/Documentation/functions/Document.resolve.html @@ -1,4 +1,4 @@ -resolve | typescript-document - v0.0.8
    • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

      +resolve | @playform/document - v0.0.1
      • 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/functions/Exec.exec.html b/Documentation/functions/Exec.exec.html index 20cd5e2..1af520a 100644 --- a/Documentation/functions/Exec.exec.html +++ b/Documentation/functions/Exec.exec.html @@ -1,4 +1,4 @@ -exec | typescript-document - v0.0.8
    • The 'Exec' function is an asynchronous function that executes a command and logs the +exec | @playform/document - v0.0.1

      • The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr 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 and stderr data as a parameter for custom logging. If not provided, stdout and stderr 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/functions/JSON.JSON.html b/Documentation/functions/JSON.JSON.html index aa3577a..f71b770 100644 --- a/Documentation/functions/JSON.JSON.html +++ b/Documentation/functions/JSON.JSON.html @@ -1,4 +1,4 @@ -JSON | typescript-document - v0.0.8
    • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +JSON | @playform/document - v0.0.1

      • 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/functions/Load.load-1.html b/Documentation/functions/Load.load-1.html index 18ac7d5..c35de8c 100644 --- a/Documentation/functions/Load.load-1.html +++ b/Documentation/functions/Load.load-1.html @@ -1 +1 @@ -load | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +load | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index b985e6c..30051e7 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,8 +1,8 @@ -typescript-document - v0.0.8

    typescript-document - v0.0.8

    📃 TypeScriptDocument

    Document all your TypeScript files using TypeDoc.

    +@playform/document - v0.0.1

    @playform/document - v0.0.1

    📃 TypeScriptDocument

    Document all your TypeScript files using TypeDoc.

    Installation

    Add configuration and setup scripts:

    -
    npm install -D -E typescript-document
    +
    npm install -D -E @playform/document
     

    Usage

    package.json

    {
    "scripts": {
    "Document": "TypeScriptDocument 'Source/**/*.ts'"
    }
    }
    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/interfaces/Build.Type.html b/Documentation/interfaces/Build.Type.html index 2159617..80fe6e8 100644 --- a/Documentation/interfaces/Build.Type.html +++ b/Documentation/interfaces/Build.Type.html @@ -1,6 +1,6 @@ -Type | typescript-document - v0.0.8
    interface Type ((File, Option?) => Promise<void>)
    • Represents a function that processes file patterns.

      +Type | @playform/document - v0.0.1
      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/interfaces/Exec.Type.html b/Documentation/interfaces/Exec.Type.html index 20a1360..9a92cfe 100644 --- a/Documentation/interfaces/Exec.Type.html +++ b/Documentation/interfaces/Exec.Type.html @@ -1,4 +1,4 @@ -Type | typescript-document - v0.0.8
    interface Type ((Command, Echo?) => Promise<void>)
    • The 'Exec' function is an asynchronous function that executes a command and logs the +Type | @playform/document - v0.0.1

      interface Type ((Command, Echo?) => Promise<void>)
      • The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr 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 and stderr data as a parameter for custom logging. If not provided, stdout and stderr 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/interfaces/Interface_Mapping.Type.html b/Documentation/interfaces/Interface_Mapping.Type.html index becd6c9..114c0e0 100644 --- a/Documentation/interfaces/Interface_Mapping.Type.html +++ b/Documentation/interfaces/Interface_Mapping.Type.html @@ -1,5 +1,5 @@ -Type | typescript-document - v0.0.8
    interface Type {
        Directory: string;
        Kind: ReflectionKind[];
    }

    Properties

    Directory +Type | @playform/document - v0.0.1
    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 +
    Kind: ReflectionKind[]

    DeclarationReflection.kind this rule applies to.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/interfaces/Interface_Theme.Type.html b/Documentation/interfaces/Interface_Theme.Type.html index 994591c..f5d7150 100644 --- a/Documentation/interfaces/Interface_Theme.Type.html +++ b/Documentation/interfaces/Interface_Theme.Type.html @@ -1,4 +1,4 @@ -Type | typescript-document - v0.0.8
    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

    Properties

    Mapping +Type | @playform/document - v0.0.1
    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

    Properties

    Mapping: Type[]

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

    -
    _Mapping: ((Reflection) => undefined | Type)

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

    +
    _Mapping: ((Reflection) => undefined | Type)

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

    Type declaration

      • (Reflection): undefined | Type
      • Parameters

        • Reflection: DeclarationReflection

          The DeclarationReflection to map to a Mapping.

          -

        Returns undefined | Type

    buildUrls: ((Reflection, URLs) => UrlMapping<any>[])

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

    +

    Returns undefined | Type

    buildUrls: ((Reflection, URLs) => UrlMapping<any>[])

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

    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.

    +

    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 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 @@ -71,4 +71,4 @@ 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

    Returns this

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/interfaces/JSON.Type.html b/Documentation/interfaces/JSON.Type.html index e4e49e8..2fa3e8d 100644 --- a/Documentation/interfaces/JSON.Type.html +++ b/Documentation/interfaces/JSON.Type.html @@ -1,4 +1,4 @@ -Type | typescript-document - v0.0.8
    interface Type ((File, From?) => Promise<any>)
    • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +Type | @playform/document - v0.0.1

      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/interfaces/Load.Type.html b/Documentation/interfaces/Load.Type.html index 550421e..6ca10c5 100644 --- a/Documentation/interfaces/Load.Type.html +++ b/Documentation/interfaces/Load.Type.html @@ -1,5 +1,5 @@ -Type | typescript-document - v0.0.8
    interface Type {
        load: ((Application) => void);
    }

    Properties

    load +Type | @playform/document - v0.0.1
    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/modules/Build.html b/Documentation/modules/Build.html index 7fcf3e3..a07412a 100644 --- a/Documentation/modules/Build.html +++ b/Documentation/modules/Build.html @@ -1,2 +1,2 @@ -Build | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Build | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Document.html b/Documentation/modules/Document.html index 713f4bd..dfd0a1b 100644 --- a/Documentation/modules/Document.html +++ b/Documentation/modules/Document.html @@ -1,6 +1,6 @@ -Document | typescript-document - v0.0.8

    Index

    Variables

    Current +Document | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Exec.html b/Documentation/modules/Exec.html index ce7f5ac..f35af07 100644 --- a/Documentation/modules/Exec.html +++ b/Documentation/modules/Exec.html @@ -1,3 +1,3 @@ -Exec | typescript-document - v0.0.8

    Index

    Interfaces

    Type +Exec | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Interface_Mapping.html b/Documentation/modules/Interface_Mapping.html index 7bb56ba..6712bd6 100644 --- a/Documentation/modules/Interface_Mapping.html +++ b/Documentation/modules/Interface_Mapping.html @@ -1,2 +1,2 @@ -Interface/Mapping | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Interface/Mapping | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Interface_Theme.html b/Documentation/modules/Interface_Theme.html index 8473def..e726957 100644 --- a/Documentation/modules/Interface_Theme.html +++ b/Documentation/modules/Interface_Theme.html @@ -1,2 +1,2 @@ -Interface/Theme | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Interface/Theme | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/JSON.html b/Documentation/modules/JSON.html index 6e8ce7d..73cedd6 100644 --- a/Documentation/modules/JSON.html +++ b/Documentation/modules/JSON.html @@ -1,3 +1,3 @@ -JSON | typescript-document - v0.0.8

    Index

    Interfaces

    Type +JSON | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Load.html b/Documentation/modules/Load.html index e139e79..8f763b4 100644 --- a/Documentation/modules/Load.html +++ b/Documentation/modules/Load.html @@ -1,5 +1,5 @@ -Load | typescript-document - v0.0.8

    Index

    Interfaces

    Type +Load | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/Theme.html b/Documentation/modules/Theme.html index 5f70397..726f00c 100644 --- a/Documentation/modules/Theme.html +++ b/Documentation/modules/Theme.html @@ -1,2 +1,2 @@ -Theme | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Theme | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/modules/TypeScriptDocument.html b/Documentation/modules/TypeScriptDocument.html index c77060f..fbe1e08 100644 --- a/Documentation/modules/TypeScriptDocument.html +++ b/Documentation/modules/TypeScriptDocument.html @@ -1,2 +1,2 @@ -TypeScriptDocument | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +TypeScriptDocument | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Document.Current.html b/Documentation/variables/Document.Current.html index 49c3c49..576d98e 100644 --- a/Documentation/variables/Document.Current.html +++ b/Documentation/variables/Document.Current.html @@ -1 +1 @@ -Current | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Current | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Document.Pipe.html b/Documentation/variables/Document.Pipe.html index c40920f..90a9a90 100644 --- a/Documentation/variables/Document.Pipe.html +++ b/Documentation/variables/Document.Pipe.html @@ -1 +1 @@ -Pipe | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Pipe | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Load.Theme.html b/Documentation/variables/Load.Theme.html index f08ff0d..3e37413 100644 --- a/Documentation/variables/Load.Theme.html +++ b/Documentation/variables/Load.Theme.html @@ -1 +1 @@ -Theme | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +Theme | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/Load.load.html b/Documentation/variables/Load.load.html index 4a7f72e..43c6b25 100644 --- a/Documentation/variables/Load.load.html +++ b/Documentation/variables/Load.load.html @@ -1 +1 @@ -load | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +load | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/Documentation/variables/TypeScriptDocument.typeScriptDocument.html b/Documentation/variables/TypeScriptDocument.typeScriptDocument.html index 9e74e07..e680ee1 100644 --- a/Documentation/variables/TypeScriptDocument.typeScriptDocument.html +++ b/Documentation/variables/TypeScriptDocument.typeScriptDocument.html @@ -1 +1 @@ -typeScriptDocument | typescript-document - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file +typeScriptDocument | @playform/document - v0.0.1

    Generated using TypeDoc

    \ No newline at end of file diff --git a/README.md b/README.md index 7f9744f..5daaa7c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Document all your TypeScript files using TypeDoc. Add configuration and setup scripts: ```sh -npm install -D -E typescript-document +npm install -D -E @playform/document ``` ## Usage @@ -23,4 +23,4 @@ npm install -D -E typescript-document ``` [typedoc]: https://npmjs.org/typedoc -[TypeScriptDocument]: https://npmjs.org/typescript-document +[TypeScriptDocument]: https://npmjs.org/@playform/document diff --git a/Source/Function/Document.ts b/Source/Function/Document.ts index c36def7..bca42d9 100644 --- a/Source/Function/Document.ts +++ b/Source/Function/Document.ts @@ -34,7 +34,7 @@ export default (async (...[File]: Parameters) => { await ( await import("../Function/JSON.js") ).default("package.json", process.cwd()) - )?.keywords?.join(" --keywords ") ?? " typescript-document " + )?.keywords?.join(" --keywords ") ?? " @playform/document " }`, // TODO: FIX THIS // "--theme TypeScriptDocument", diff --git a/Target/Class/TypeScriptDocument.js b/Target/Class/TypeScriptDocument.js index ff6da68..85a27a6 100644 --- a/Target/Class/TypeScriptDocument.js +++ b/Target/Class/TypeScriptDocument.js @@ -1,2 +1,2 @@ #!/usr/bin/env node -var e=new(await import("commander")).Command().name("TypeScriptDocument").version("0.0.8").description("\u{1F4C3}\u2000Document TypeScript.").argument("","Document File.").action((await import("../Function/Document.js")).default).parse();export{e as default}; +var e=new(await import("commander")).Command().name("TypeScriptDocument").version("0.0.1").description("\u{1F4C3}\u2000Document TypeScript.").argument("","Document File.").action((await import("../Function/Document.js")).default).parse();export{e as default}; diff --git a/Target/Function/Document.js b/Target/Function/Document.js index c445b7d..d61851e 100644 --- a/Target/Function/Document.js +++ b/Target/Function/Document.js @@ -1 +1 @@ -var s=async(...[t])=>{for(const o of t)for(const r of await(await import("fast-glob")).default(o.replaceAll("'","").replaceAll('"',"")))e.push(r);e.reverse(),i(["typedoc","--commentStyle all",`--customCss ${n(`${p}/../Stylesheet/Theme.css`)}`,"--includeVersion","--out ./Documentation","--plugin typedoc-plugin-remove-references","--plugin typedoc-plugin-rename-defaults","--plugin typedoc-plugin-mdn-links","--plugin typedoc-plugin-zod","--plugin typedoc-plugin-merge-modules","--plugin typedoc-plugin-keywords","--searchInComments",`--keywords ${(await(await import("../Function/JSON.js")).default("package.json",process.cwd()))?.keywords?.join(" --keywords ")??" typescript-document "}`,"--entryPointStrategy expand","--mergeModulesRenameDefaults","--mergeModulesMergeMode module",`--entryPoints ${e.join(" --entryPoints ")}`].join(" "))};const{default:i}=await import("../Function/Exec.js"),{resolve:n}=await import("path"),e=[],p=(await import("url")).fileURLToPath((await import("path")).dirname(import.meta.url));export{p as Current,i as Exec,e as Pipe,s as default,n as resolve}; +var a=async(...[t])=>{for(const o of t)for(const r of await(await import("fast-glob")).default(o.replaceAll("'","").replaceAll('"',"")))e.push(r);e.reverse(),i(["typedoc","--commentStyle all",`--customCss ${n(`${p}/../Stylesheet/Theme.css`)}`,"--includeVersion","--out ./Documentation","--plugin typedoc-plugin-remove-references","--plugin typedoc-plugin-rename-defaults","--plugin typedoc-plugin-mdn-links","--plugin typedoc-plugin-zod","--plugin typedoc-plugin-merge-modules","--plugin typedoc-plugin-keywords","--searchInComments",`--keywords ${(await(await import("../Function/JSON.js")).default("package.json",process.cwd()))?.keywords?.join(" --keywords ")??" @playform/document "}`,"--entryPointStrategy expand","--mergeModulesRenameDefaults","--mergeModulesMergeMode module",`--entryPoints ${e.join(" --entryPoints ")}`].join(" "))};const{default:i}=await import("../Function/Exec.js"),{resolve:n}=await import("path"),e=[],p=(await import("url")).fileURLToPath((await import("path")).dirname(import.meta.url));export{p as Current,i as Exec,e as Pipe,a as default,n as resolve}; diff --git a/package.json b/package.json index d8d118e..e927356 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "name": "typescript-document", - "version": "0.0.8", + "name": "@playform/document", + "version": "0.0.1", "private": false, "description": "📃 TypeDoc Wrapper.", "keywords": ["documentation", "javascript", "typedoc", "typescript"], - "homepage": "https://github.com/Playform/TypeScriptDocument#readme", + "homepage": "https://github.com/Playform/Document#readme", "bugs": { - "url": "https://github.com/Playform/TypeScriptDocument/issues" + "url": "https://github.com/Playform/Document/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/Playform/TypeScriptDocument.git" + "url": "git+https://github.com/Playform/Document.git" }, "license": "SEE LICENSE IN LICENSE", "author": { @@ -41,10 +41,10 @@ }, "devDependencies": { "esbuild-plugin-copy": "2.1.1", - "typescript-esbuild": "0.4.10" + "@playform/build": "0.0.1" }, - "peerDependencies": { - "typescript-document": "0.0.7" + "optionalDependencies": { + "@playform/document": "0.0.1" }, "publishConfig": { "access": "public" diff --git a/tsconfig.json b/tsconfig.json index ffcd63d..0a83647 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,6 @@ "baseUrl": "./", "outDir": "Target" }, - "extends": "typescript-esbuild/Target/Notation/TypeScript", + "extends": "@playform/build/Target/Notation/TypeScript", "include": ["Source"] }