Chromium Code Reviews
DescriptionImplement 'Import Library' Quick Fix for the new analysis driver.
It turned out to be easier than I thought is would be.
The potential problem was to find correspondence between AnalysisResult
and the AnalysisDriver instance to request top-level declarations in.
But if we just include the AnalysisDriver into AnalysisResult, this
solves the problem.
This creates another problem though - now we need to be careful to
not cache an instance of AnalysisResult for a long time.
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/402cd0b6466e056386c44e3cd2f607d29f2db370
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|
|||||||||||||||||||||||||||||||||||||