dart-sdk/pkg/front_end
Johnni Winther bc1c71fd9b [cfe] Handle un-inlined fields/locals in eager instantiation constantification
Closes #47108

TEST=existing

Change-Id: I590939161cde1316eede7d828dff5fe6ac2790fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212577
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2021-09-07 15:14:36 +00:00
..
benchmarks/ikg [cfe] Add always_declare_return_types lint 2021-09-02 08:07:23 +00:00
lib [cfe] Handle un-inlined fields/locals in eager instantiation constantification 2021-09-07 15:14:36 +00:00
parser_testcases [cfe] Add basic parsing support for extension show clause 2021-09-07 10:35:12 +00:00
test [cfe] Handle un-inlined fields/locals in eager instantiation constantification 2021-09-07 15:14:36 +00:00
testcases [cfe] Handle un-inlined fields/locals in eager instantiation constantification 2021-09-07 15:14:36 +00:00
tool [cfe] Add always_declare_return_types lint 2021-09-02 08:07:23 +00:00
analysis_options.yaml [cfe] Add always_declare_return_types lint 2021-09-02 08:07:23 +00:00
analysis_options_no_lints.yaml [cfe] Refactor ClassHierarchyBuilder to use Tuple for computation 2021-01-19 19:52:13 +00:00
error_recovery.yaml
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
messages.status [cfe] End support for dart-ext 2021-09-03 09:18:26 +00:00
messages.yaml [cfe] End support for dart-ext 2021-09-03 09:18:26 +00:00
PRESUBMIT.py [python3] Migrate PRESUBMIT.py files 2021-08-16 08:29:54 +00:00
pubspec.yaml [cfe] Add always_declare_return_types lint 2021-09-02 08:07:23 +00:00
README.md
testing.json [CFE] First pass at internal test utility 2021-06-22 08:12:58 +00:00
testing_with_lints.json

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 dart analyze command-line tool to analyze their Dart code.

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

Note: A previous version of this package was published on pub.dev. It has now been marked DISCONTINUED as it is not intended for direct consumption, as per the notes above.