| Index: packages/initialize/test_package/lib/bar.dart
|
| diff --git a/web_components/lib/init.dart b/packages/initialize/test_package/lib/bar.dart
|
| similarity index 65%
|
| copy from web_components/lib/init.dart
|
| copy to packages/initialize/test_package/lib/bar.dart
|
| index 1ebb1413f9023f4113e1c1616511af98477037f5..8cc6129cdc024e3511a7622f98d90270f34ec05e 100644
|
| --- a/web_components/lib/init.dart
|
| +++ b/packages/initialize/test_package/lib/bar.dart
|
| @@ -1,9 +1,7 @@
|
| // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| -library web_components.init;
|
| +@initializeTracker
|
| +library test_package.bar;
|
|
|
| -import 'dart:async';
|
| -import 'src/init.dart';
|
| -
|
| -Future main() => initWebComponents();
|
| +import 'package:initialize/src/initialize_tracker.dart';
|
|
|