diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2fd4da9..d450216 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -80,7 +80,7 @@ jobs: cache: "pnpm" cache-dependency-path: ./pnpm-lock.yaml - - run: pnpm install + - run: pnpm install --legacy-peer-deps working-directory: . - run: pnpm run prepublishOnly diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d7b3d..84fcad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +- Cleanup + ## 0.0.1 - Initial version diff --git a/Documentation/classes/Theme.theme.html b/Documentation/classes/Theme.theme.html index 162bbe8..45669e5 100644 --- a/Documentation/classes/Theme.theme.html +++ b/Documentation/classes/Theme.theme.html @@ -1,4 +1,4 @@ -
Optional
relative: ReflectionOptional
separator: stringThe separator used to generate the url.
The generated url.
-Generated using TypeDoc
Generated using TypeDoc
The 'Exec' function is an asynchronous function that executes a command and logs the +
The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr of the child process.
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.
-Generated using TypeDoc
Generated using TypeDoc
Represents a function that processes file patterns.
+Represents a function that processes file patterns.
An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.
Optional
Option: { An optional object that can contain two properties.
Optional
ESBuild?: stringA string representing the ESBuild option.
Optional
TypeA string representing the TypeScript option.
-Generated using TypeDoc
Generated using TypeDoc
The right-most parameter is considered {to}. Other parameters are considered an array of {from}.
+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.
Rest
...paths: string[]A sequence of paths or path segments.
if any of the arguments is not a string.
-Generated using TypeDoc
Generated using TypeDoc
The 'Exec' function is an asynchronous function that executes a command and logs the +
The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr of the child process.
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.
-Generated using TypeDoc
Generated using TypeDoc
The function 'JSON' is a TypeScript function that reads a JSON file and returns its +
The function 'JSON' is a TypeScript function that reads a JSON file and returns its parsed content.
The File
parameter is a string that represents the name or
path of the JSON file that you want to parse.
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.
-Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Document all your TypeScript files using TypeDoc.
+Document all your TypeScript files using TypeDoc.
Add configuration and setup scripts:
npm install -D -E @playform/document
package.json
{
"scripts": {
"Document": "TypeScriptDocument 'Source/**/*.ts'"
}
}
-Generated using TypeDoc
Generated using TypeDoc
Represents a function that processes file patterns.
+Represents a function that processes file patterns.
An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.
Optional
Option: { An optional object that can contain two properties.
Optional
ESBuild?: stringA string representing the ESBuild option.
Optional
TypeA string representing the TypeScript option.
-Generated using TypeDoc
Generated using TypeDoc
The 'Exec' function is an asynchronous function that executes a command and logs the +
The 'Exec' function is an asynchronous function that executes a command and logs the stdout and stderr of the child process.
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.
-Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
An array of Mappings representing the theme's mapping configuration.
-A function that maps a DeclarationReflection to a Mapping or returns undefined.
+A function that maps a DeclarationReflection to a Mapping or returns undefined.
A function that builds URLs for a given DeclarationReflection and an array of URLs mappings.
+A function that builds URLs for a given DeclarationReflection and an array of URLs mappings.
The DeclarationReflection for which URLs are being built.
An array of URLs mappings with any data type.
-The name of this component as set by the @Component
decorator.
The name of this component as set by the @Component
decorator.
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).
Rest
...args: any[]Generated using TypeDoc
Rest
...args: any[]Generated using TypeDoc
The function 'JSON' is a TypeScript function that reads a JSON file and returns its +
The function 'JSON' is a TypeScript function that reads a JSON file and returns its parsed content.
The File
parameter is a string that represents the name or
path of the JSON file that you want to parse.
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.
-Generated using TypeDoc
Generated using TypeDoc
The Load
function is responsible for loading a plugin into the TypeDoc instance.
The Application
parameter is an instance of TypeDoc's Application
class, representing the TypeDoc application to which the plugin should be loaded.
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Const
Generated using TypeDoc
Const
Generated using TypeDoc
Const
Generated using TypeDoc
Const
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
The parent reflection the url generation should stop on.