dart-sdk/pkg/front_end
Kevin Millikin 5ade5079b1 [cfe] Remove the set-literals experimental flag
This flag has been enabled since Dart 2.2.0.

Change-Id: I18e77e1659d4be1aaf06e1c2a6262ae9e8c7f922
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104760
Commit-Queue: Kevin Millikin <kmillikin@google.com>
Reviewed-by: Dan Rubel <danrubel@google.com>
2019-06-19 15:06:05 +00:00
..
benchmarks/ikg
lib/src [cfe] Remove the set-literals experimental flag 2019-06-19 15:06:05 +00:00
test [cfe] Remove the set-literals experimental flag 2019-06-19 15:06:05 +00:00
testcases [cfe] Fixes to part with parts 2019-06-19 11:25:05 +00:00
tool mark ExperimentalFeature bogus_enabled and bogus_disabled as deprecated 2019-06-13 21:30:05 +00:00
analysis_options.yaml Complain about use of deprecated members 2019-02-05 09:09:04 +00:00
error_recovery.yaml
LICENSE
messages.status [cfe] Remove the set-literals experimental flag 2019-06-19 15:06:05 +00:00
messages.yaml [cfe] Remove the set-literals experimental flag 2019-06-19 15:06:05 +00:00
pubspec.yaml Prepare to publish analyzer 0.36.3 2019-05-03 16:57:54 +00:00
README.md Prepare for analyzer 0.32.0. 2018-05-14 18:07:02 +00:00
testing.json Remove unnecessary flags for dart2js from test.dart 2019-03-14 22:01:13 +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.