Skip to content

Commit

Permalink
Fix tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 15, 2024
1 parent 9348530 commit d0a5ebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function load(app: Application) {
refl.name = relative(
app.options.getValue("basePath") || process.cwd(),
file.fileName,
);
).replace(/\\/g, "/");
}
},
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0a5ebf

Please sign in to comment.