Commit 6536c9d
[messages] Move ScannerErrorCode into analyzer.
Moves the class `ScannerErrorCode`, from `package:_fe_analyzer_shared`
to `package:analyzer`.
The only use of this code in `package:front_end` is in tests, and it's
ok for `package:front_end` tests to refer to `package:analyzer`, so it
didn't need to be shared. Moving it into `package:analyzer` allows for
a cleaner separation between analyzer-specific code and code that is
truly shared between the analyzer and the CFE.
Change-Id: I6a6a69643800d664651cffda3a78059a9bb7756d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/455263
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Paul Berry <[email protected]>1 parent 44036a0 commit 6536c9d
File tree
10 files changed
+209
-242
lines changed- pkg
- analyzer_utilities/lib
- analyzer/lib/src
- dart/error
- fasta
- front_end/test
10 files changed
+209
-242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
0 commit comments