Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 3, 2024
1 parent e56b5a5 commit 9c0ce0a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Target/Function/Document.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Target/Interface/Build.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Build
*
*/
export default interface Type {
export default interface Interface {
/**
* Represents a function that processes file patterns.
*
Expand Down
2 changes: 1 addition & 1 deletion Target/Interface/Exec.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Exec
*
*/
export default interface Type {
export default interface Interface {
/**
* The 'Exec' function is an asynchronous function that executes a command and logs the
* stdout and stderr of the child process.
Expand Down
2 changes: 1 addition & 1 deletion Target/Interface/JSON.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module JSON
*
*/
export default interface Type {
export default interface Interface {
/**
* The function 'JSON' is a TypeScript function that reads a JSON file and returns its
* parsed content.
Expand Down
2 changes: 1 addition & 1 deletion Target/Interface/Load.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Load
*
*/
export default interface Type {
export default interface Interface {
/**
* The `Load` function is responsible for loading a plugin into the TypeDoc instance.
*
Expand Down
2 changes: 1 addition & 1 deletion Target/Interface/Mapping.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Used by DefaultTheme to map reflections to output files.
*
*/
export default interface Type {
export default interface Interface {
/**
* DeclarationReflection.kind this rule applies to.
*/
Expand Down
54 changes: 0 additions & 54 deletions Target/Stylesheet/Theme.css

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"Document": "Target/Class/Document.js"
},
"scripts": {
"Document": "node --no-warnings --loader ts-node/esm Source/Class/Document.ts 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts' --ESBuild Configuration/ESBuild.ts"
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
"commander": "12.0.0",
Expand All @@ -45,11 +45,7 @@
"typedoc-plugin-zod": "1.1.2"
},
"devDependencies": {
"@playform/build": "0.0.2",
"ts-node": "10.9.2"
},
"peerDependencies": {
"@playform/copy": "0.0.1"
"@playform/build": "0.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"baseUrl": "./",
"outDir": "Target"
},
"extends": "@playform/build/Target/Notation/TypeScript",
"extends": "@playform/build/tsconfig",
"include": ["Source"]
}

0 comments on commit 9c0ce0a

Please sign in to comment.