Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- all_
orig_ offsets - Returns all original offsets in a source map.
- count_
to_ orig - Returns the number of mappings that map to a specific original offset.
- covers_
gen_ offset - Returns true if a source map covers a generated offset.
- diff_
mappers - Compare two BidiMappers and return a diff.
- filter_
gen_ range - Filters a source map to only entries where the generated offset is >= lo and < hi.
- format_
map_ entry_ json - A source map entry formatter (JSON-like).
- is_
injective - Returns true if a sorted source map has no duplicate gen offsets.
- is_
sorted_ ascending - Returns true if all generated offsets in the map are in ascending order.
- max_
gen_ offset - Returns the maximum generated offset in a source map, if any.
- merge_
sorted_ maps - Merges two sorted source maps.
- min_
gen_ offset - Returns the minimum generated offset in a source map, if any.
- total_
mappings - Returns the total number of mappings in a sorted source map.