Clone this repo:
  1. 55e92a4 Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#86) by dependabot[bot] · 7 weeks ago master
  2. 87dc587 Bump actions/checkout from 4.1.0 to 4.1.1 (#84) by dependabot[bot] · 5 months ago
  3. 33ba11d Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#85) by dependabot[bot] · 5 months ago
  4. fc6aa16 Bump actions/checkout from 3.6.0 to 4.1.0 (#83) by dependabot[bot] · 6 months ago
  5. dfca7d5 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82) by dependabot[bot] · 6 months ago

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 programmatically and produces the encoded source map format.
  • A parser that reads the source map format and provides APIs to read the mapping information.