dart-sdk/pkg/front_end
Johnni Winther acddbed485 [cfe] Don't add default value to required parameters
Closes #54517

Change-Id: Ibe61bf2fc5aca2ee40e093ecc30b5f724c07177f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345240
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
2024-01-10 12:02:00 +00:00
..
benchmarks
lib/src [cfe] Don't add default value to required parameters 2024-01-10 12:02:00 +00:00
outline_extraction_testcases
parser_testcases [cfe] Report error on covariant in extension type methods 2023-12-15 09:13:07 +00:00
test [cfe] Don't add default value to required parameters 2024-01-10 12:02:00 +00:00
testcases [cfe] Don't add default value to required parameters 2024-01-10 12:02:00 +00:00
tool Revert "[cfe] Run fasta testing directly" 2024-01-10 11:46:47 +00:00
analysis_options.yaml
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 Reland "[dart2wasm] Disallow use of old interop libraries" 2024-01-02 21:14:50 +00:00
messages.yaml Issue 54485. Report error when external constructor has a field formal parameter. 2024-01-03 19:59:53 +00:00
OWNERS Also add global owners to CFE/VM packages 2023-11-27 14:35:52 +00:00
PRESUBMIT.py [build] Python 3.12 compatibility. 2023-12-12 18:19:35 +00:00
pubspec.yaml Enable private field promotion in pkg/front_end 2023-09-18 15:39:47 +00:00
README.md
testing.json [frontend_server] CFE team takes ownership of package:frontend_server 2023-12-19 10:38:28 +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.