Closed
Description
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
- 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