dart-sdk/pkg/front_end
Chloe Stefantsova 5c3b873027 [cfe] Merge TypeConstraintGatherer and TypeSchemaConstraintGatherer
This is a follow up to
https://dart-review.googlesource.com/c/sdk/+/349881

Now that there's only one implementation of TypeConstraintGatherer, it
can be merged with the abstract class.

Change-Id: Iaf50548da2841c7dfb51126de9f746fac1a8ad0d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350242
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2024-02-05 11:11:56 +00:00
..
benchmarks
lib/src [cfe] Merge TypeConstraintGatherer and TypeSchemaConstraintGatherer 2024-02-05 11:11:56 +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] Add pkg/front_end/tool/_fasta/generate_messages_failsafe.dart 2024-02-01 10:10:54 +00:00
testcases [cfe] Allow null representation types in .call tear-offs 2024-02-02 13:32:22 +00:00
tool [CFE] Introduce forEachMember on kernel Library and class; change verifier slightly 2024-02-05 10:36:59 +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 [cfe] Report errors on attempts to call a record type 2024-01-31 08:46:40 +00:00
messages.yaml Revert "[vm/ffi] Unwrap typed data in FFI calls" 2024-01-31 09:22:45 +00:00
OWNERS Also add global owners to CFE/VM packages 2023-11-27 14:35:52 +00:00
PRESUBMIT.py [CFE et al] Optimize presubmit scripts 2024-01-31 10:41:20 +00:00
presubmit_helper.dart [CFE et al] Optimize presubmit scripts 2024-01-31 10:41:20 +00:00
presubmit_helper_spawn.dart [CFE et al] Optimize presubmit scripts 2024-01-31 10:41:20 +00:00
pubspec.yaml Enable private field promotion in pkg/front_end 2023-09-18 15:39:47 +00:00
README.md
testing.json [CFE] Remove unused fasta/sdk_test.dart 2024-01-16 13:18:57 +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.