Commit 47e7793
[messages] Get rid of deprecatedSnakeCaseNames.
The only remaining deprecated snake-case name was
`ParserErrorCode.UNEXPECTED_TOKEN`, which is no longer being used by
`package:dart_style`.
Note that the commit that removed `package:dart_style`'s use of
`ParserErrorCode.UNEXPECTED_TOKEN`
(dart-lang/dart_style@ade6076)
was also the commit that bumped `package:dart_style`'s pubspec
dependency to permit analyzer versions >= `9.0.0`. Since the current
version of `package:analyzer` is `9.0.1-dev`, this means that `pub
get` will never pair a future version of `dart:analyzer` with a
version of `package:dart_style` that uses
`ParserErrorCode.UNEXPECTED_TOKEN`, so this removal is safe.
Change-Id: I6a6a6964a6e1dde6d8c1f1420b39f998b8a4073a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462322
Commit-Queue: Paul Berry <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>1 parent 622e079 commit 47e7793
File tree
3 files changed
+0
-32
lines changed- pkg
- analyzer_utilities/lib
- analyzer/lib/src
- dart/error
- diagnostic
3 files changed
+0
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1116 | 1116 | | |
1117 | 1117 | | |
1118 | 1118 | | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | 1119 | | |
1123 | 1120 | | |
1124 | 1121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16094 | 16094 | | |
16095 | 16095 | | |
16096 | 16096 | | |
16097 | | - | |
16098 | | - | |
16099 | | - | |
16100 | 16097 | | |
16101 | 16098 | | |
16102 | 16099 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
| |||
584 | 581 | | |
585 | 582 | | |
586 | 583 | | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | 584 | | |
593 | 585 | | |
594 | 586 | | |
| |||
598 | 590 | | |
599 | 591 | | |
600 | 592 | | |
601 | | - | |
602 | 593 | | |
603 | 594 | | |
604 | 595 | | |
| |||
742 | 733 | | |
743 | 734 | | |
744 | 735 | | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | 736 | | |
754 | 737 | | |
755 | 738 | | |
| |||
799 | 782 | | |
800 | 783 | | |
801 | 784 | | |
802 | | - | |
803 | 785 | | |
804 | 786 | | |
805 | 787 | | |
806 | 788 | | |
807 | 789 | | |
808 | 790 | | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | 791 | | |
818 | 792 | | |
819 | 793 | | |
| |||
0 commit comments