| Index: tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
|
| diff --git a/pkg/watcher/lib/watcher.dart b/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
|
| similarity index 59%
|
| copy from pkg/watcher/lib/watcher.dart
|
| copy to tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
|
| index c4824b8ec86518a118e48104d01b1efeb8a31680..2349ce5e3dcae4427c8501381f1b0c436dee14e6 100644
|
| --- a/pkg/watcher/lib/watcher.dart
|
| +++ b/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate
|
| @@ -2,7 +2,8 @@
|
| // 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 watcher;
|
| +part of $LIBRARYNAME;
|
|
|
| -export 'src/watch_event.dart';
|
| -export 'src/directory_watcher.dart';
|
| +@DocsEditable()
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS implements EventTarget$NATIVESPEC {
|
| +$!MEMBERS}
|
|
|