dart-sdk/pkg/front_end
Dan Rubel 1cd9175e3e Fix mixed dartdoc processing
This change should fix the failing ResynthesizeAstStrongTest.test_class_documented_mix test.

Change-Id: I0b89fa5ddbb4725ec0115836e8b5e801d18678c5
Reviewed-on: https://dart-review.googlesource.com/68900
Commit-Queue: Dan Rubel <danrubel@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2018-08-08 14:59:13 +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 Fix mixed dartdoc processing 2018-08-08 14:59:13 +00:00
test Fix #33415 no error for awaiting a void expression. 2018-07-24 19:31:57 +00:00
testcases Update formated error for nonexisting constructor 2018-08-07 06:45:57 +00:00
tool Handle non-regular files in _IoFileSystemEntity.exists. 2018-07-20 14:10:48 +00:00
analysis_options.yaml fix #31237, missing return hint was missing for inferred returns 2018-07-19 00:19:24 +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 Create a README and pubspec for the front_end package. 2016-10-19 12:14:38 -07:00
messages.status Store reference/type for invalid types. 2018-07-30 17:49:55 +00:00
messages.yaml Report error on unsupported operators 2018-07-31 18:23:10 +00:00
pubspec.yaml analyzer 0.32.4 2018-07-20 19:34:09 +00:00
README.md Prepare for analyzer 0.32.0. 2018-05-14 18:07:02 +00:00
testing.json [VM] Turn dart2 on by default on the command line VM 2018-06-18 22:31:32 +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.