dart-sdk/pkg/front_end
Kallen Tu 2e19faaec9 [cfe] Report an error when implementing a base class through a sealed class.
Bug: https://github.com/dart-lang/sdk/issues/51811
Change-Id: Ifad0519332965d79719173702293b48e94231024
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291040
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Kallen Tu <kallentu@google.com>
2023-03-24 17:09:09 +00:00
..
benchmarks
lib [cfe] Report an error when implementing a base class through a sealed class. 2023-03-24 17:09:09 +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 Fix nomenclature around upwards/downwards/partial inference to match spec. 2023-03-24 12:25:18 +00:00
testcases [cfe] Report an error when implementing a base class through a sealed class. 2023-03-24 17:09:09 +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 [cfe] Make pattern matching error a StateError 2023-03-23 16:10:16 +00:00
messages.yaml [cfe] Report an error when implementing a base class through a sealed class. 2023-03-24 17:09:09 +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.