dart-sdk/pkg/front_end
Johnni Winther cc5df58bd2 [cfe] Refactor return type checking in preparation for nnbd spec change
Change-Id: Ie73726b59b23be4c5e35b207ec72732c8be7dada
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150982
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2020-06-22 11:33:35 +00:00
..
benchmarks/ikg
lib/src [cfe] Refactor return type checking in preparation for nnbd spec change 2020-06-22 11:33:35 +00:00
parser_testcases [parser] Fix parsing of empty index in cascade 2020-06-12 06:36:58 +00:00
test [cfe] Only check required named parameters in opt-in overrides 2020-06-19 07:19:05 +00:00
testcases [cfe] Refactor return type checking in preparation for nnbd spec change 2020-06-22 11:33:35 +00:00
tool [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
analysis_options.yaml
analysis_options_no_lints.yaml [cfe] Add predicates to detect late lowered fields. 2020-05-19 08:55:20 +00:00
error_recovery.yaml
LICENSE
messages.status [CFE] Error when strong mode mixed with non-opted-in 2020-05-14 17:10:51 +00:00
messages.yaml [cfe] Provide better context in verifier's diagnostics 2020-05-26 10:02:05 +00:00
PRESUBMIT.py
pubspec.yaml Prepare to publish analyzer 0.39.5 2020-04-03 17:28:47 +00:00
README.md
testing.json [CFE] Add _fe_analyzer_shared to CFE's 'analyze' test 2020-06-09 06:28:37 +00:00
testing_with_lints.json [kernel] Add DartType.toTypeText and Constant.toConstantText 2020-05-18 11:48:20 +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.