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

outdated

A library to programmatically manipulate source map files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add source_maps
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  source_maps: ^0.10.11
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:source_maps/source_maps.dart';
copied to clipboard
4
likes
0
points
3.2M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.07.07 - 2025.01.19

A library to programmatically manipulate source map files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

source_span

More

Packages that depend on source_maps