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.
24
35## 2.5.1
46
Original file line number Diff line number Diff line change 11name : build
2- version : 2.5.2-wip
2+ version : 2.5.2
33description : A package for authoring build_runner compatible code generators.
44repository : https://github.com/dart-lang/build/tree/master/build
55resolution : workspace
@@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 analyzer : ' >=6.9.0 <8.0.0'
1212 async : ^2.5.0
13- build_runner_core : ' 9.1.0-wip '
13+ build_runner_core : ' 9.1.0'
1414 built_collection : ^5.1.1
1515 built_value : ^8.9.5
1616 convert : ^3.0.0
@@ -24,8 +24,8 @@ dependencies:
2424 pool : ^1.5.0
2525
2626dev_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
2929 built_value_generator : ^8.9.5
3030 dart_flutter_team_lints : ^3.1.0
3131 test : ^1.16.0
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dev_dependencies:
3333 # Used inside tests
3434 build_runner : ^2.0.0
3535 build_runner_core : ^9.0.0
36- build_test : ^3.0.0-wip
36+ build_test : ^3.1.0
3737 json_serializable : ^6.9.1
3838 test : ^1.16.0
3939
Original file line number Diff line number Diff line change 1- ## 2.5.2-wip
1+ ## 2.5.2
22
33- Simplify warnings for outdated ` analyzer ` .
44
Original file line number Diff line number Diff line change 11name : build_resolvers
2- version : 2.5.2-wip
2+ version : 2.5.2
33description : Resolve Dart code in a Builder
44repository : https://github.com/dart-lang/build/tree/master/build_resolvers
55resolution : workspace
@@ -10,8 +10,8 @@ environment:
1010dependencies :
1111 analyzer : ' >=6.9.0 <8.0.0'
1212 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'
1515 collection : ^1.17.0
1616 convert : ^3.1.1
1717 crypto : ^3.0.0
Original file line number Diff line number Diff line change 1- ## 2.5.2-wip
1+ ## 2.5.2
22
33- Simplify warnings for outdated ` analyzer ` .
44
Original file line number Diff line number Diff line change 11name : build_runner
2- version : 2.5.2-wip
2+ version : 2.5.2
33description : A build system for Dart code generation and modular compilation.
44repository : https://github.com/dart-lang/build/tree/master/build_runner
55resolution : workspace
@@ -16,11 +16,11 @@ dependencies:
1616 analyzer : ' >=4.4.0 <8.0.0'
1717 args : ^2.0.0
1818 async : ^2.5.0
19- build : ' 2.5.2-wip '
19+ build : ' 2.5.2'
2020 build_config : " >=1.1.0 <1.2.0"
2121 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'
2424 code_builder : ^4.2.0
2525 collection : ^1.15.0
2626 crypto : ^3.0.0
Original file line number Diff line number Diff line change 1- ## 9.1.0-wip
1+ ## 9.1.0
22
33- More detailed tracking of reads for the benefit of ` build_test ` .
44
Original file line number Diff line number Diff line change 11name : build_runner_core
2- version : 9.1.0-wip
2+ version : 9.1.0
33description : Core tools to organize the structure of a build and run Builders.
44repository : https://github.com/dart-lang/build/tree/master/build_runner_core
55resolution : workspace
@@ -15,10 +15,10 @@ platforms:
1515dependencies :
1616 analyzer : ' >=6.9.0 <8.0.0'
1717 async : ^2.5.0
18- build : ' 2.5.2-wip '
18+ build : ' 2.5.2'
1919 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'
2222 built_collection : ^5.1.1
2323 built_value : ^8.10.1
2424 collection : ^1.15.0
You can’t perform that action at this time.
0 commit comments