dart-sdk/pkg/front_end
Chloe Stefantsova f27548aa5a [cfe] Coerce expressions in pattern assignment and declaration RHS
Closes https://github.com/dart-lang/sdk/issues/51738

Part of https://github.com/dart-lang/sdk/issues/49749

Change-Id: I4d496c303b1762c7234d66436daf125e69a34316
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291068
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
2023-03-27 10:01:53 +00:00
..
benchmarks
lib [cfe] Coerce expressions in pattern assignment and declaration RHS 2023-03-27 10:01:53 +00:00
outline_extraction_testcases [flip-modifiers] Make tests and outline extraction tests mixins. 2023-03-08 16:11:30 +00:00
parser_testcases Patterns parsing: handle incomplete identifier . in a pattern. 2023-03-24 16:10:09 +00:00
test [cfe] Coerce expressions in pattern assignment and declaration RHS 2023-03-27 10:01:53 +00:00
testcases [cfe] Coerce expressions in pattern assignment and declaration RHS 2023-03-27 10:01:53 +00:00
tool [kernel] Move Pattern nodes to package:kernel 2023-03-13 08:43:07 +00:00
analysis_options.yaml Generate a diagnostic for language overrides prior to 2.12 2023-01-10 05:27:48 +00:00
analysis_options_no_lints.yaml
error_recovery.yaml Spelling 2023-01-30 18:29:59 +00:00
LICENSE
messages.status Fix error reporting and recovery for declared variable in pattern assignment. 2023-03-24 20:14:49 +00:00
messages.yaml Enable producing links for new diagnostics 2023-03-26 15:04:22 +00:00
OWNERS
PRESUBMIT.py
pubspec.yaml [pkg/vm] Initial work on constant operating system fields and getters. 2023-02-10 16:29:50 +00:00
README.md
testing.json [cfe] Add test folder for dart2wasm 2023-01-02 15:43:58 +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.