source_maps 0.10.12 copy "source_maps: ^0.10.12" to clipboard
source_maps: ^0.10.12 copied to clipboard

A library to programmatically manipulate source map files.

Dart CI pub package package publisher

This project implements a Dart pub package to work with source maps.

Docs and usage #

The implementation is based on the source map version 3 spec which was originated from the Closure Compiler and has been implemented in Chrome and Firefox.

In this package we provide:

  • Data types defining file locations and spans: these are not part of the original source map specification. These data types are great for tracking source locations on source maps, but they can also be used by tools to reporting useful error messages that include on source locations.
  • A builder that creates a source map programatically and produces the encoded source map format.
  • A parser that reads the source map format and provides APIs to read the mapping information.
3
likes
120
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

A library to programmatically manipulate source map files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

source_span

More

Packages that depend on source_maps