dart-sdk/pkg/front_end
Nate Bosch 3c231e4f57 Read package_config.json in more tests
Towards #48275

R=mit@google.com

Change-Id: I38cc986937543c5e4d1f2a2cd4c7804d180a2741
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244304
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
2022-05-11 18:58:44 +00:00
..
benchmarks
lib Add LibraryAugmentationDirective and parsing for it. 2022-05-11 16:26:34 +00:00
outline_extraction_testcases
parser_testcases [cfe] Add ParameterBuilder and FunctionTypeParameterBuilder 2022-03-31 13:04:34 +00:00
test Read package_config.json in more tests 2022-05-11 18:58:44 +00:00
testcases [cfe] Require a non-null name for mixin supertypes 2022-05-11 09:27:45 +00:00
tool [dart2wasm] Build platform dill and compile dart2wasm to AOT snapshots 2022-05-10 10:06:06 +00:00
analysis_options.yaml
analysis_options_no_lints.yaml [cfe] Add initial support for macro precompilation in incremental compiler 2022-03-09 22:14:05 +00:00
error_recovery.yaml
LICENSE
messages.status [package:js] Add @trustTypes annotation. 2022-04-20 15:24:18 +00:00
messages.yaml [dart2wasm] Build platform dill and compile dart2wasm to AOT snapshots 2022-05-10 10:06:06 +00:00
OWNERS
PRESUBMIT.py
pubspec.yaml [dart2wasm] Build platform dill and compile dart2wasm to AOT snapshots 2022-05-10 10:06:06 +00:00
README.md
testing.json [cfe] Add initial support for macro precompilation in incremental compiler 2022-03-09 22:14:05 +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.