Skip to content

Path for --entryPointStrategy expand loses backslashes #2938

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Manish3177 opened this issue Apr 18, 2025 · 1 comment
Closed

Path for --entryPointStrategy expand loses backslashes #2938

Manish3177 opened this issue Apr 18, 2025 · 1 comment
Milestone

Comments

@Manish3177
Copy link

Manish3177 commented Apr 18, 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

  • 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
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Apr 19, 2025

That's strange... de0271f should have fixed this issue.

@Gerrit0 Gerrit0 changed the title Path for --entryPointStrategy expand loses loses backslashes Path for --entryPointStrategy expand loses backslashes Apr 19, 2025
@Gerrit0 Gerrit0 added this to the v0.28.3 milestone Apr 20, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants