File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.1+1
2
+
3
+ * Tighten constraint on ` source_span ` .
4
+
1
5
## 0.6.1
2
6
3
7
* Added ` spanForElement ` ; returns a ` SourceSpan ` for an analyzer ` Element ` .
4
-
5
8
* Logs a _ warning_ to the console when a ` GeneratorBuilder ` outputs a part file
6
9
for a given input, but that input does not define ` part 'name.g.dart'; ` .
7
10
11
14
returns annotations that are _ assignable_ to the ` TypeChecker ` 's type. As a
12
15
result we've added ` #annotationsOfExact|firstAnnotationOfExact ` which has the
13
16
old behavior for precise checks.
14
-
15
17
* ` TypeChecker#annotations... ` -methods now throw a ` StateError ` if one or more
16
18
annotations on an element are not resolvable. This is usually a sign of a
17
19
mispelling, missing import, or missing dependency.
18
-
19
20
* Added ` TypeChecker.any ` , which delegates to multiple other ` TypeChecker `
20
21
implementations when making a type check.
21
22
Original file line number Diff line number Diff line change 1
1
name : source_gen
2
- version : 0.6.1
2
+ version : 0.6.1+1
3
3
author :
Dart Team <[email protected] >
4
4
description : Automated source code generation for Dart.
5
5
homepage : https://github.com/dart-lang/source_gen
@@ -11,7 +11,7 @@ dependencies:
11
11
collection : ^1.1.2
12
12
dart_style : ' >=0.1.7 <2.0.0'
13
13
path : ^1.3.2
14
- source_span : ^1.0 .0
14
+ source_span : ^1.4 .0
15
15
dev_dependencies :
16
16
build_runner : ^0.3.2
17
17
build_test : ^0.6.0
You can’t perform that action at this time.
0 commit comments