compiler_tools 1.0.0-dev copy "compiler_tools: ^1.0.0-dev" to clipboard
compiler_tools: ^1.0.0-dev copied to clipboard

Helper library for language tooling with Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add compiler_tools

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

dependencies:
  compiler_tools: ^1.0.0-dev

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:compiler_tools/compiler_tools.dart';
0
likes
25
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Helper library for language tooling with Dart.

Homepage

License

MIT (license)

Dependencies

charcode, source_maps, source_span, string_scanner

More

Packages that depend on compiler_tools