Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@joshkel
Copy link

@joshkel joshkel commented Aug 1, 2025

As explained at https://jsdoc.app/about-configuring-jsdoc#specifying-input-files, jsdoc uses a default includePattern of ".+\.js(doc|x)?$" and filters out files (even files explicitly given on the command line) that do not match this pattern.

pbts always runs on a single, explicitly given file, so it should disable includePattern.

Fixes #2088

As explained at https://jsdoc.app/about-configuring-jsdoc#specifying-input-files, jsdoc uses a default includePattern of ".+\\.js(doc|x)?$" and filters out files (even files explicitly given on the command line) that do not match this pattern.

pbts always runs on a single, explicitly given file, so it should disable includePattern.

Fixes protobufjs#2088
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running pbts on non-.js extensions fails

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.