dart-sdk/pkg/front_end
Chloe Stefantsova 85c2bd891b [cfe] Add basic support for pattern-for-in loops
Part of https://github.com/dart-lang/sdk/issues/49749

Change-Id: I7becfa2ef558fb483716d7d1bc195d858cc69094
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281660
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2023-02-08 15:54:19 +00:00
..
benchmarks
lib [cfe] Add basic support for pattern-for-in loops 2023-02-08 15:54:19 +00:00
outline_extraction_testcases
parser_testcases [parser] Support record type in variable pattern 2023-02-06 09:12:54 +00:00
test Flow analysis: add support for relational patterns. 2023-02-07 21:08:50 +00:00
testcases [cfe] Add basic support for pattern-for-in loops 2023-02-08 15:54:19 +00:00
tool [cfe] Don't join unused same-name variables in pattern switch cases 2023-02-06 10:24:35 +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 [cfe] Report errors for final class and mixin subtyping outside of its library. 2023-02-03 01:17:41 +00:00
messages.yaml [vm/ffi] Disallow nullable struct fields 2023-02-06 16:29:42 +00:00
OWNERS
PRESUBMIT.py
pubspec.yaml
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.