Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support wildcards in exports #78

Closed
1 of 2 tasks
wagenet opened this issue Aug 1, 2024 · 1 comment
Closed
1 of 2 tasks

Support wildcards in exports #78

wagenet opened this issue Aug 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wagenet
Copy link

wagenet commented Aug 1, 2024

Feature request

Node supports wildcards in exports, e.g `"./features/.js": "./src/features/.js". It would be great if pkgroll could support this case as well.

Motivations

I want to export everything in one directory and don't want to have to list each one specifically.

Alternatives

You can write out the list manually, though it's annoying.

Additional context

https://nodejs.org/api/packages.html#subpath-patterns

Bugs are expected to be fixed by those affected by it

  • I'm interested in working on this issue

Compensating engineering work financially will speed up resolution

  • I'm willing to offer financial support
@wagenet wagenet added the enhancement New feature or request label Aug 1, 2024
@privatenumber
Copy link
Owner

Duplicate of #38

@privatenumber privatenumber marked this as a duplicate of #38 Aug 1, 2024
@privatenumber privatenumber closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants