dart-sdk/pkg/front_end
Jens Johansen 6c9f95bd15 [CFE/DDC] Scope test adds context for type parameters; more testing
Change-Id: I218cc473ae2e48944b268094e08cf0da19a09bbd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/337740
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2023-11-28 07:52:32 +00:00
..
benchmarks
lib [cfe] Avoid prematurely calls of unsupported members 2023-11-27 11:22:43 +00:00
outline_extraction_testcases
parser_testcases Fix incorrect file reference in license headers 2023-09-18 06:44:08 +00:00
test [CFE/DDC] Scope test adds context for type parameters; more testing 2023-11-28 07:52:32 +00:00
testcases [CFE] Add more offset testcases wrt switch cases 2023-11-27 13:49:47 +00:00
tool analyzer: Move the Source class to be public API. 2023-11-14 17:10:37 +00:00
analysis_options.yaml Replace deprecated lint rules in front-end packages 2023-05-23 14:01:49 +00:00
analysis_options_no_lints.yaml [cfe] Add CFE test for DartScope 2023-11-15 10:17:23 +00:00
error_recovery.yaml
LICENSE
messages.status Adding the resource-identifier functionality from the compiler to the 2023-11-21 15:05:35 +00:00
messages.yaml Adding the resource-identifier functionality from the compiler to the 2023-11-21 15:05:35 +00:00
OWNERS Also add global owners to CFE/VM packages 2023-11-27 14:35:52 +00:00
PRESUBMIT.py
pubspec.yaml Enable private field promotion in pkg/front_end 2023-09-18 15:39:47 +00:00
README.md
testing.json [cleanup] Remove references to _2 tests from pkg/front_end 2023-11-27 09:10:34 +00:00
testing_with_lints.json Fix incorrect file reference in license headers 2023-09-18 06:44:08 +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 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.