0613969032
The analyzer keeps a separate AnalysisContext for the SDK, and the options we set on our own context did not match those on the SDK, mainly causing issues for strong mode. Also, the BatchModeState is now used to share the Dart SDK, instead of using a single instance held in a static variable. BUG= R=kmillikin@google.com Review URL: https://chromereviews.googleplex.com/504827013 .