Links to resource within a Package
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
For some use cases like Source Maps packages may wish to not include the full asset within themselves but have another package containing debugging symbols. Currently fragment URLs are proposed for removal, however I don't see a clear way to have a situation like:
minified.webpackage
\- index.min.js
source-maps.webpackage
\- index.min.js.map
And have index.min.js able to point to index.min.js.map.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposed removal of fragment URLs and the package relationship described in this issue. Determine how an asset in minified.webpackage can reference index.min.js.map in source-maps.webpackage. Done means the cross-package resource-linking behavior and its compatibility with the web packaging format are clearly specified.
Written by the indexing model from the issue text.
Assessment
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100