You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drops the backslashes in Folder1\Folder2\Scripts and then outputs the following error:
[warning] The glob BasePathWithForwardSlashes/Folder1Folder2Scripts did not match any files
[error] Unable to find any entry points. See previous warnings
Expected Behavior
No error
Actual Behavior
Error
Environment
Bad Typedoc version (reproduces error): 0.28.2
Good Typedoc version (no error): 0.27.9
TypeScript version: 5.5.4
Node.js version: v21.7.3
OS: Windows
The text was updated successfully, but these errors were encountered:
That's strange... de0271f should have fixed this issue.
Gerrit0
changed the title
Path for --entryPointStrategy expand loses loses backslashes
Path for --entryPointStrategy expand loses backslashes
Apr 19, 2025
Description and steps to reproduce
Running typedoc like this:
npx typedoc --basePath . --tsconfig Folder1\Folder2\tsconfig.json --entryPointStrategy expand Folder1\Folder2\Scripts
Drops the backslashes in Folder1\Folder2\Scripts and then outputs the following error:
[warning] The glob BasePathWithForwardSlashes/Folder1Folder2Scripts did not match any files
[error] Unable to find any entry points. See previous warnings
Expected Behavior
No error
Actual Behavior
Error
Environment
The text was updated successfully, but these errors were encountered: