Skip to content

Commit

Permalink
docs: fix typedoc causing OOM crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 10, 2022
1 parent e13238e commit 63ba41c
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
1 change: 0 additions & 1 deletion packages/async-queue/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/decorators/package.json
Expand Up @@ -6,7 +6,6 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/discord-utilities/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/discord.js-utilities/package.json
Expand Up @@ -7,7 +7,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/embed-jsx/package.json
Expand Up @@ -7,7 +7,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "@sapphire",
"license": "MIT",
"main": "dist/index.js",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/event-iterator/package.json
Expand Up @@ -7,7 +7,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/fetch/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/phisherman/package.json
Expand Up @@ -7,7 +7,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/prettier-config/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "@sapphire",
"license": "MIT",
"main": "dist/index.js",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/ratelimits/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/result/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/snowflake/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/stopwatch/package.json
Expand Up @@ -7,7 +7,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/time-utilities/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/utilities/package.json
Expand Up @@ -9,7 +9,6 @@
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down
24 changes: 20 additions & 4 deletions typedoc.json
@@ -1,8 +1,24 @@
{
"cleanOutputDir": true,
"emit": true,
"entryPointStrategy": "packages",
"entryPoints": ["."],
"entryPointStrategy": "resolve",
"entryPoints": [
"packages/async-queue/src/index.ts",
"packages/decorators/src/index.ts",
"packages/discord-utilities/src/index.ts",
"packages/discord.js-utilities/src/index.ts",
"packages/embed-jsx/src/index.ts",
"packages/eslint-config/src/index.ts",
"packages/event-iterator/src/index.ts",
"packages/fetch/src/index.ts",
"packages/phisherman/src/index.ts",
"packages/prettier-config/src/index.ts",
"packages/ratelimits/src/index.ts",
"packages/result/src/index.ts",
"packages/snowflake/src/index.ts",
"packages/stopwatch/src/index.ts",
"packages/time-utilities/src/index.ts",
"packages/utilities/src/index.ts"
],
"exclude": [
"**/node_modules/**",
"**/dist/**",
Expand All @@ -16,7 +32,7 @@
],
"intentionallyNotExported": [
"ArgumentTypes",
"PrettierSchema",
"PhishermanInfo",
"InternalAsyncQueueDeferredPromise",
"Ctor",
"Awaitable",
Expand Down

0 comments on commit 63ba41c

Please sign in to comment.