a804d0d2e5
This is required so that an analyzer plugin can process producer generators that are registered in a plugin isolate. * Change `AssistProcessor._generators` and `AssistProcessor._multiGenerators` into private top-level variables which are only used as "built-in" assist processor generators. They must be explicitly registered, which we see much of in this change. * Rename all of the lists of _generators_ and maps with lists of _generators_, which were named "producers". The new names are "generators." This leads to giant diffs because of alphabetizing. Change-Id: Id4432737daaec1bb282f0b387619b23c18c0ea55 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414665 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>