dart-sdk/pkg/meta
Konstantin Shcheglov f64ba0cadd Add @isTest and @isTestGroup to package:meta
R=devoncarew@google.com, paulberry@google.com

Bug: https://github.com/flutter/flutter-intellij/issues/2055
Change-Id: I78083783a3e05171746253101b3b10bbdcc8ef99
Reviewed-on: https://dart-review.googlesource.com/53480
Reviewed-by: Paul Berry <paulberry@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2018-05-03 04:39:04 +00:00
..
lib Add @isTest and @isTestGroup to package:meta 2018-05-03 04:39:04 +00:00
analysis_options.yaml rename .analysis_options --> analysis_options.yaml 2017-04-30 18:33:10 -04:00
CHANGELOG.md Add a changelog entry for meta 1.0.5 2017-12-15 23:40:03 +00:00
LICENSE Changelog and license files (pre publish). 2016-02-22 13:38:29 -08:00
pubspec.yaml Add dart2js noInline and tryInline annotations to package:meta 2017-10-27 21:21:13 +00:00
README.md Add a README file to the meta package 2017-12-17 21:53:17 +00:00

Annotations for Static Analysis

This package defines annotations that can be used by the tools that are shipped with the Dart SDK.

Library Structure

The annotations in this package are defined in two libraries.

The library in meta.dart defines annotations that can be used by static analysis tools to provide a more complete analysis of the code that uses them. Within the SDK, these tools include the command-line analyzer (dartanalyzer) and the analysis server that is used to power many of the Dart-enabled development tools.

The library in dart2js.dart defines annotations that provide hints to dart2js to improve the quality of the JavaScript code that it produces. These annotations are currently experimental and might be removed in a future version of this package.

Support

Post issues and feature requests on the GitHub issue tracker.

Questions and discussions are welcome at the Dart Analyzer Discussion Group.

License

See the LICENSE file.