dart-sdk/pkg/front_end
Sam Rawlins 9896f1c647 Enable the unnamed-libraries experiment by default in 2.19.0
TEST=tests/language/library/unnamed_library_test.dart

Bug: https://github.com/dart-lang/language/issues/1073
Change-Id: I1c7fa7b4ee4450e344a7613525765e4ab590cc8c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265381
Reviewed-by: Alexander Aprelev <aam@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
Reviewed-by: Leaf Petersen <leafp@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2022-10-25 21:10:57 +00:00
..
benchmarks
lib Enable the unnamed-libraries experiment by default in 2.19.0 2022-10-25 21:10:57 +00:00
outline_extraction_testcases
parser_testcases Parser: consolidate handleCaseMatch and endCaseExpression. 2022-10-15 13:51:59 +00:00
test [pkg:js] Validate createStaticInteropMock 2022-10-24 17:37:09 +00:00
testcases [cfe] Report error on Object member names used as record field names 2022-10-21 19:49:37 +00:00
tool [CFE] Duplicate code finder experiment take #1 2022-09-16 08:56:50 +00:00
analysis_options.yaml
analysis_options_no_lints.yaml
error_recovery.yaml
LICENSE
messages.status [pkg:js] Validate createStaticInteropMock 2022-10-24 17:37:09 +00:00
messages.yaml [pkg:js] Validate createStaticInteropMock 2022-10-24 17:37:09 +00:00
OWNERS
PRESUBMIT.py
pubspec.yaml
README.md
testing.json
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.