1 Repo
Utilities for sequentially traversing source map coordinate lists to translate generated positions to original sources.
Distinct from Sequential Iterators: Distinct from general sequential iterators: specifically designed for traversing source map coordinate pairs.
Explore 1 awesome GitHub repository matching data & databases · Source Mapping Iterators. Refine with filters or upvote what's useful.
This project is a source map implementation library used for generating, parsing, and consuming source maps. It provides the functional components necessary to link transformed or minified code back to original source files, acting as a tool for code transformation debugging. The library includes a source map composer for building trees of code snippets that automatically produce output strings and mappings. It also functions as a source map merger, providing mechanisms to chain and merge multiple maps to resolve multi-step code transformations across different build stages. The project cove
Traverses the internal coordinate list sequentially to translate every generated position back to its original source.