source-map-links is an independent migration package for projects leaving source-map-resolve; it is not affiliated with the original package maintainers or project.
| Area | Notes |
|---|---|
| Preserved migration surface | sourceMappingURL discovery, source map resolution, source URL resolution, and sync/async pipeline support. |
| Improvements | Data URL parsing, XSSI prefix stripping, typed source-map objects, and explicit read callbacks. |
| Intentional difference | File system and network loading are caller-provided to keep the package dependency-free. |