Support for external url in sections ("index map")
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
The spec describes an alternative for embedded the nested source map sections by providing the URL to the source map.[1] Currently source-map only supports map in sections.
See https://github.com/mozilla/source-map/issues/16 for the original issue and https://github.com/mozilla/source-map/pull/127 for the basic implementation of sections.
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 reading the source-map repository's existing section support, the linked original issue, pull request #127, and the referenced source-map specification. Add support for section entries that provide a URL instead of an embedded map, with behavior matching the specification and existing map sections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100