{in: '',out: ''} entrypoints should support entryNames
Open
- Dominant language
- Go
- Stars
- 40.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
When using the `{in: '', out: ''}` entrypoint format, would it be possible to add the ability to also set a `name` option that would mirror the behaviour of [`entryNames`](https://esbuild.github.io/api/#entry-names)?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the esbuild API documentation for entryNames and the `{in: '', out: ''}` entrypoint format. Trace how this entrypoint form is handled in the Go implementation and identify the relevant existing tests. Done means the format accepts a name option and applies entryNames-equivalent behavior without changing existing input/output handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100