Skip to content

fix: expand wildcards from package.json5 when package.json is missing - #608

Merged
gustavohenke merged 1 commit into
open-cli-tools:mainfrom
DSeaStar:fix/package-json5-wildcard
Aug 15, 2026
Merged

fix: expand wildcards from package.json5 when package.json is missing#608
gustavohenke merged 1 commit into
open-cli-tools:mainfrom
DSeaStar:fix/package-json5-wildcard

Conversation

@DSeaStar

@DSeaStar DSeaStar commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Fixes #527.

Wildcard expansion only read package.json. Fall back to package.json5 using the existing JSONC parser, same pattern as deno.jsonc.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 98.757%. first build — DSeaStar:fix/package-json5-wildcard into open-cli-tools:main

@gustavohenke gustavohenke left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@gustavohenke
gustavohenke merged commit dbb5617 into open-cli-tools:main Aug 15, 2026
21 checks passed
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.

Using a pnpm: shortcut with a wildcard (*) does not work with JSON5 (package.json5)

3 participants