github dart-lang/source_gen v0.6.0

latest releases: source_gen-v0.9.10+5, source_gen-v1.2.1, source_gen-v1.2.0...
6 years ago
  • Breaking change: TypeChecker#annotationsOf|firstAnnotationOf now
    returns annotations that are assignable to the TypeChecker's type. As a
    result we've added #annotationsOfExact|firstAnnotationOfExact which has the
    old behavior for precise checks.

  • TypeChecker#annotations...-methods now throw a StateError if one or more
    annotations on an element are not resolvable. This is usually a sign of a
    mispelling, missing import, or missing dependency.

  • Added TypeChecker.any, which delegates to multiple other TypeChecker
    implementations when making a type check.

Don't miss a new source_gen release

NewReleases is sending notifications on new releases.