File tree Expand file tree Collapse file tree 13 files changed +38
-24
lines changed Expand file tree Collapse file tree 13 files changed +38
-24
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
5
+ @TestOn ('browser' )
6
+ library ;
7
+
8
+ import 'package:test/test.dart' ;
9
+
10
+ import '../hello_world_test.dart' as original;
11
+
12
+ void main () => original.main ();
Original file line number Diff line number Diff line change 1
- ## 2.5.2-wip
1
+ ## 2.5.2
2
+
3
+ - Use ` build_runner_core ` 9.1.0.
2
4
3
5
## 2.5.1
4
6
Original file line number Diff line number Diff line change 1
1
name : build
2
- version : 2.5.2-wip
2
+ version : 2.5.2
3
3
description : A package for authoring build_runner compatible code generators.
4
4
repository : https://github.com/dart-lang/build/tree/master/build
5
5
resolution : workspace
@@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
analyzer : ' >=6.9.0 <8.0.0'
12
12
async : ^2.5.0
13
- build_runner_core : ' 9.1.0-wip '
13
+ build_runner_core : ' 9.1.0'
14
14
built_collection : ^5.1.1
15
15
built_value : ^8.9.5
16
16
convert : ^3.0.0
@@ -24,8 +24,8 @@ dependencies:
24
24
pool : ^1.5.0
25
25
26
26
dev_dependencies :
27
- build_resolvers : ' 2.5.2-wip '
28
- build_test : ' 3.1.0-wip '
27
+ build_resolvers : ' 2.5.2'
28
+ build_test : ^ 3.1.0
29
29
built_value_generator : ^8.9.5
30
30
dart_flutter_team_lints : ^3.1.0
31
31
test : ^1.16.0
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dev_dependencies:
33
33
# Used inside tests
34
34
build_runner : ^2.0.0
35
35
build_runner_core : ^9.0.0
36
- build_test : ^3.0.0-wip
36
+ build_test : ^3.1.0
37
37
json_serializable : ^6.9.1
38
38
test : ^1.16.0
39
39
Original file line number Diff line number Diff line change 1
- ## 2.5.2-wip
1
+ ## 2.5.2
2
2
3
3
- Simplify warnings for outdated ` analyzer ` .
4
4
Original file line number Diff line number Diff line change 1
1
name : build_resolvers
2
- version : 2.5.2-wip
2
+ version : 2.5.2
3
3
description : Resolve Dart code in a Builder
4
4
repository : https://github.com/dart-lang/build/tree/master/build_resolvers
5
5
resolution : workspace
@@ -10,8 +10,8 @@ environment:
10
10
dependencies :
11
11
analyzer : ' >=6.9.0 <8.0.0'
12
12
async : ^2.5.0
13
- build : ' 2.5.2-wip '
14
- build_runner_core : ' 9.1.0-wip '
13
+ build : ' 2.5.2'
14
+ build_runner_core : ' 9.1.0'
15
15
collection : ^1.17.0
16
16
convert : ^3.1.1
17
17
crypto : ^3.0.0
Original file line number Diff line number Diff line change 1
- ## 2.5.2-wip
1
+ ## 2.5.2
2
2
3
3
- Simplify warnings for outdated ` analyzer ` .
4
4
Original file line number Diff line number Diff line change 1
1
name : build_runner
2
- version : 2.5.2-wip
2
+ version : 2.5.2
3
3
description : A build system for Dart code generation and modular compilation.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_runner
5
5
resolution : workspace
@@ -16,11 +16,11 @@ dependencies:
16
16
analyzer : ' >=4.4.0 <8.0.0'
17
17
args : ^2.0.0
18
18
async : ^2.5.0
19
- build : ' 2.5.2-wip '
19
+ build : ' 2.5.2'
20
20
build_config : " >=1.1.0 <1.2.0"
21
21
build_daemon : ^4.0.0
22
- build_resolvers : ' 2.5.2-wip '
23
- build_runner_core : ' 9.1.0-wip '
22
+ build_resolvers : ' 2.5.2'
23
+ build_runner_core : ' 9.1.0'
24
24
code_builder : ^4.2.0
25
25
collection : ^1.15.0
26
26
crypto : ^3.0.0
Original file line number Diff line number Diff line change 1
- ## 9.1.0-wip
1
+ ## 9.1.0
2
2
3
3
- More detailed tracking of reads for the benefit of ` build_test ` .
4
4
Original file line number Diff line number Diff line change 1
1
name : build_runner_core
2
- version : 9.1.0-wip
2
+ version : 9.1.0
3
3
description : Core tools to organize the structure of a build and run Builders.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_runner_core
5
5
resolution : workspace
@@ -15,10 +15,10 @@ platforms:
15
15
dependencies :
16
16
analyzer : ' >=6.9.0 <8.0.0'
17
17
async : ^2.5.0
18
- build : ' 2.5.2-wip '
18
+ build : ' 2.5.2'
19
19
build_config : ^1.0.0
20
- build_resolvers : ' 2.5.2-wip '
21
- build_runner : ' 2.5.2-wip '
20
+ build_resolvers : ' 2.5.2'
21
+ build_runner : ' 2.5.2'
22
22
built_collection : ^5.1.1
23
23
built_value : ^8.10.1
24
24
collection : ^1.15.0
Original file line number Diff line number Diff line change 1
- ## 3.1.0-wip
1
+ ## 3.1.0
2
2
3
3
- Add ` inputsTrackedFor ` and ` resolverEntrypointsTrackedFor ` to
4
4
` ReaderWriterTesting ` , so tests can determine what each build step
Original file line number Diff line number Diff line change 1
1
name : build_test
2
2
description : Utilities for writing unit tests of Builders.
3
- version : 3.1.0-wip
3
+ version : 3.1.0
4
4
repository : https://github.com/dart-lang/build/tree/master/build_test
5
5
resolution : workspace
6
6
@@ -12,7 +12,7 @@ dependencies:
12
12
build : ^2.5.0
13
13
build_config : ^1.0.0
14
14
build_resolvers : ^2.5.0
15
- build_runner_core : ^9.1.0-wip
15
+ build_runner_core : ^9.1.0
16
16
convert : ^3.0.0
17
17
crypto : ^3.0.0
18
18
glob : ^2.0.0
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ dependencies:
19
19
20
20
dev_dependencies :
21
21
build_runner : ^2.0.0
22
- build_test : ^3.0.0-wip
22
+ build_test : ^3.1.0
23
23
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments