File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11name : build
2- version : 0.2.1
2+ version : 0.2.2-dev
33description : A build system for Dart.
44author :
Dart Team <[email protected] > 55homepage : https://github.com/dart-lang/build
Original file line number Diff line number Diff line change 44@TestOn ('vm' )
55import 'dart:async' ;
66
7+ import 'package:logging/logging.dart' ;
78import 'package:test/test.dart' ;
89
910import 'package:build/build.dart' ;
1011import 'package:build/src/builder/build_step_impl.dart' ;
1112import 'package:build/src/util/barback.dart' ;
1213
13- import 'package:logging/logging.dart' ;
14-
1514import '../common/common.dart' ;
1615
1716// Ported from
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44@TestOn ('vm' )
5+ import 'package:logging/logging.dart' ;
56import 'package:test/test.dart' ;
67
78import 'package:build/build.dart' ;
89import 'package:build/src/builder/build_step_impl.dart' ;
9- import 'package:logging/logging.dart' ;
1010
1111import '../common/common.dart' ;
1212
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44import 'dart:async' ;
55
6+ import 'package:logging/logging.dart' ;
67import 'package:test/test.dart' ;
78
89import 'package:build/build.dart' ;
9- import 'package:logging/logging.dart' ;
1010
1111import 'assets.dart' ;
1212import 'in_memory_reader.dart' ;
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import 'dart:async';
55
66import 'package:logging/logging.dart' ;
77import 'package:path/path.dart' as path;
8+ import 'package:shelf/shelf.dart' ;
89import 'package:test/test.dart' ;
10+ import 'package:watcher/watcher.dart' ;
911
1012import 'package:build/build.dart' ;
1113import 'package:build/src/server/server.dart' as server;
12- import 'package:shelf/shelf.dart' ;
13- import 'package:watcher/watcher.dart' ;
1414
1515import '../common/common.dart' ;
1616
You can’t perform that action at this time.
0 commit comments