|
Add support for assert statements with messages to the analyzer.
Support is disabled by default.
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2072 lines, -876 lines) |
Patch |
 |
M |
pkg/analyzer/lib/src/context/context.dart
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/ast.dart
|
View
|
1
|
93 chunks |
+935 lines, -432 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/engine.dart
|
View
|
1
|
8 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/error.dart
|
View
|
1
|
7 chunks |
+29 lines, -7 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/error_verifier.dart
|
View
|
1
|
76 chunks |
+252 lines, -144 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/html.dart
|
View
|
1
|
4 chunks |
+37 lines, -15 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/incremental_resolution_validator.dart
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/incremental_resolver.dart
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/parser.dart
|
View
|
1
|
115 chunks |
+618 lines, -259 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/generated/testing/ast_factory.dart
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/lib/src/task/dart.dart
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
pkg/analyzer/test/generated/ast_test.dart
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/test/generated/non_error_resolver_test.dart
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/test/generated/parser_test.dart
|
View
|
1
|
3 chunks |
+41 lines, -11 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/analyzer/test/generated/utilities_test.dart
|
View
|
1
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
Total messages: 8 (1 generated)
|