This repository was archived by the owner on Aug 18, 2018. It is now read-only.
Tags: dart-archive/code_transformers
Tags
Avoid LibraryElement instances for part files (#53) If we pass a Source representing a 'part of' file to the analysis context it will create a LibraryElement which is not sensible. We should only create a LibraryElement when the Source represents a library. Fixes dart-lang/source_gen#115
use a single Resolver instance (#47) ResolverImpl will always behave as if it is sharing sources. - Drop `useSharedSources` argument - Always construct a single ResolverImple and reuse it for multiple build steps. The `resolve` method has a Future chain which prevents build steps from interacting with eachother - Bump version number and changelog - Some style cleanup
PreviousNext