2390b3605f
Change-Id: I7e43d4c738a187a608f98f008770b169839de1ce Reviewed-on: https://dart-review.googlesource.com/76722 Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
15 lines
365 B
Markdown
15 lines
365 B
Markdown
# Diagnostics for Dart
|
|
|
|
This package defines the support used by Dart tools to represent diagnostics, and the diagnostic codes that are shared
|
|
by those tools.
|
|
|
|
## Support
|
|
|
|
Post issues and feature requests at https://github.com/dart-lang/sdk/issues
|
|
|
|
## License
|
|
|
|
See the [LICENSE] file.
|
|
|
|
[LICENSE]: https://github.com/dart-lang/sdk/blob/master/pkg/diagnostic/LICENSE
|