File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ environment:
5
5
sdk: ^3.0.0
6
6
7
7
dependencies:
8
- analyzer: '>=4.6 .0 <6 .0.0'
8
+ analyzer: '>=5.2 .0 <7 .0.0'
9
9
build: ^2.0.0
10
10
source_gen: any
11
11
Original file line number Diff line number Diff line change 1
- ## 1.4.0-wip
1
+ ## 1.4.0
2
2
3
3
- Require Dart 3.0
4
+ - Support the latest `package:analyzer`.
4
5
- Add a `node` argument to `InvalidGenerationSourceError` to allow finding the
5
6
source location from an `AstNode` over an `Element`.
6
7
Original file line number Diff line number Diff line change 1
1
name: source_gen
2
- version: 1.4.0-wip
2
+ version: 1.4.0
3
3
description: >-
4
4
Source code generation builders and utilities for the Dart build system
5
5
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -8,7 +8,7 @@ environment:
8
8
sdk: ^3.0.0
9
9
10
10
dependencies:
11
- analyzer: ^ 5.2.0
11
+ analyzer: '>= 5.2.0 <7.0.0'
12
12
async: ^2.5.0
13
13
build: ^2.1.0
14
14
dart_style: ^2.0.0
You can’t perform that action at this time.
0 commit comments