Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 18, 2018. It is now read-only.

Tags: dart-archive/code_transformers

Tags

v0.5.1+5

Toggle v0.5.1+5's commit message

v0.5.1+4

Toggle v0.5.1+4's commit message

v0.5.1+3

Toggle v0.5.1+3's commit message

v0.5.1+2

Toggle v0.5.1+2's commit message

v0.5.1+1

Toggle v0.5.1+1's commit message

v0.5.1

Toggle v0.5.1's commit message
Add a method to check whether an Asset is a libary (#54)

Behavior for trying to resolve a Library from a non-library source
remains the same - it will return null.

v0.5.0+2

Toggle v0.5.0+2's commit message
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

v0.5.0+1

Toggle v0.5.0+1's commit message
Merge pull request #52 from dart-lang/new-release

release 0.5.0+1

v0.5.0

Toggle v0.5.0's commit message
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

0.4.2+4

Toggle 0.4.2+4's commit message