dart-sdk/pkg/front_end
Peter von der Ahé 181b3898eb Follow up on review comments
Change-Id: Ie5c3d31630b638653e5e27002b029915b8f940cf
Reviewed-on: https://dart-review.googlesource.com/c/89542
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2019-01-17 14:23:07 +00:00
..
benchmarks/ikg Smaller changes to incremental_perf.dart, this is preparation for the flutter IKG perf benchmark 2017-11-17 10:34:12 +00:00
lib/src Follow up on review comments 2019-01-17 14:23:07 +00:00
test Share expectation matching 2019-01-17 14:23:07 +00:00
testcases Hierarchy expectation files 2019-01-17 14:23:07 +00:00
tool Improve input path handling and remove extra schemas. 2019-01-16 10:17:03 +00:00
analysis_options.yaml Stop using external deprecated members in front_end 2019-01-15 18:55:10 +00:00
error_recovery.yaml
LICENSE
messages.status Error message for circular constant expressions 2019-01-17 14:21:47 +00:00
messages.yaml Error message for circular constant expressions 2019-01-17 14:21:47 +00:00
pubspec.yaml Prepare to publish analyzer version 0.34.2. 2019-01-16 16:44:43 +00:00
README.md Prepare for analyzer 0.32.0. 2018-05-14 18:07:02 +00:00
testing.json [kernel] Start setting up test suite for round-trip serialization 2019-01-04 16:05:26 +00:00

Front end for Dart

This package provides a low-level API for use by compiler back ends that wish to implement the Dart language. It is intended for eventual use by dev_compiler, dart2js, and the Dart VM. In addition, it will share implementation details with the analyzer package--this will be accomplished by having the analyzer package import (and re-export) parts of this package's private implementation.

End-users should use the [dartanalyzer][analyzercli] command-line tool to analyze their Dart code.

Integrators that want to write tools that analyze Dart code should use the [analyzer] package.

Note: The APIs in this package are in an early state; developers should be careful about depending on this package. In particular, there is no semver contract for release versions of this package. Please depend directly on individual versions.