c6d287cc05
Previously, the client had to know that the relational operator should be looked up in the matched value type. Now the shared analysis logic requests the lookup and supplies the appropriate type. It's a small change, and one might argue that it doesn't really move around very much business logic, but it makes the tests more readable so I think it's worth it. Change-Id: I936d5f5f929f11800efe25974334c898c7e1072d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275360 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
FE/analyzer shared code
This package contains logic that is shared between the front_end and analyzer packages. It is intended solely to facilitate development of the Dart SDK, and is not intended for use by end users. In particular, this package has no public API, so no guarantee is made of compatibility between one version of the package and the next.
End users should consider using the analyzer package to analyze Dart source code.