Clone this repo:
  1. dd5b5cd blast_repo fixes (#78) by Devon Carew · 8 days ago master
  2. f0a8506 Bump actions/checkout from 3.5.0 to 3.5.2 (#77) by dependabot[bot] · 4 weeks ago
  3. 0a4b030 Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#76) by dependabot[bot] · 8 weeks ago
  4. e753fea Bump actions/checkout from 3.3.0 to 3.5.0 (#75) by dependabot[bot] · 8 weeks ago
  5. a112e98 configure publishing automation (#74) by Devon Carew · 3 months ago v0.10.12

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.