dart-sdk/pkg/front_end
danrubel 1cf871a4d2 Improve import/export combinator identifier recovery
Change-Id: I9f0a418d3b1fae001199c27850b1a85daf2d07a6
Reviewed-on: https://dart-review.googlesource.com/56040
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Dan Rubel <danrubel@google.com>
2018-05-21 21:12:19 +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 Improve import/export combinator identifier recovery 2018-05-21 21:12:19 +00:00
test Convert ThisAccessor to ThisAccessGenerator 2018-05-19 06:29:19 +00:00
testcases Blocks and variable declarations in Forest 2018-05-18 13:55:47 +00:00
tool Test that fasta_codes_generated.dart is up to date 2018-05-19 06:09:49 +00:00
analysis_options.yaml Fix dynamic as bottom uses in front end and dart2js. 2017-10-30 19:54:26 +00:00
error_recovery.yaml Add error_recovery.yaml: a place to add scenarios we explicitly want to model in 2017-08-10 11:52:48 -07:00
LICENSE
messages.status Blocks and variable declarations in Forest 2018-05-18 13:55:47 +00:00
messages.yaml Blocks and variable declarations in Forest 2018-05-18 13:55:47 +00:00
pubspec.yaml Restrict analyzer/front_end/kernel SDK versions to dev.48+. 2018-05-14 19:32:45 +00:00
README.md Prepare for analyzer 0.32.0. 2018-05-14 18:07:02 +00:00
testing.json Test code for CFE expression compilation. 2018-04-30 15:33:11 +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.