diff --git a/README.md b/README.md index a8f4ae4..f85fa12 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Automatically document symbols which aren't exported but are referenced. -> Supports TypeDoc 0.24.x, 0.25.x and 0.26.x +> Supports TypeDoc 0.26.x TypeDoc looks at each entry point provided and documents all exports from that entry point. diff --git a/index.ts b/index.ts index f487c04..ce14530 100644 --- a/index.ts +++ b/index.ts @@ -139,7 +139,7 @@ export function load(app: Application) { refl.name = relative( app.options.getValue("basePath") || process.cwd(), file.fileName, - ); + ).replace(/\\/g, "/"); } }, ); diff --git a/package.json b/package.json index 1d1747c..b5c1b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-missing-exports", - "version": "3.0.0", + "version": "3.0.1", "description": "Include non-exported types in TypeDoc documentation", "exports": "./index.js", "type": "module", diff --git a/yarn.lock b/yarn.lock index cce4f21..2cb1dc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -784,7 +784,7 @@ typedoc@^0.26.0: typescript@^5.5.2: version "5.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz" integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== uc.micro@^2.0.0, uc.micro@^2.1.0: