FormidableLabs / FormidableLabs/tracing
trace-pkg, serverless-jetpack: Allow globs on more options.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Using `trace-pkg` as an example, these options accept globs already:
- `include`
- `trace`
These options accept path prefixes (so theoretically don't need globs)
- `ignores`
These are options we don't yet provide glob support for but should check / research / add notes:
- [ ] `dynamic.resolutions`
- [ ] app sources (start with `./`)
- [ ] dependencies
- [ ] `allowMissing`
Previous related issues:
- https://github.com/FormidableLabs/serverless-jetpack/issues/116
- https://github.com/FormidableLabs/serverless-jetpack/issues/140
- https://github.com/FormidableLabs/trace-pkg/issues/21
Contributor guide
Assessment
This issue has not been assessed yet.