Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: pkg/barback/lib/barback.dart

Issue 22396004: Make observable transform a barback transform. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: changes alone (patchset 1 has the existing code, in the new location) Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/barback/lib/src/transform.dart » ('j') | pkg/barback/lib/src/transform.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 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. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library barback; 5 library barback;
6 6
7 export 'src/asset.dart'; 7 export 'src/asset.dart';
8 export 'src/asset_id.dart'; 8 export 'src/asset_id.dart';
9 export 'src/barback.dart'; 9 export 'src/barback.dart';
10 export 'src/errors.dart'; 10 export 'src/errors.dart';
11 export 'src/package_provider.dart'; 11 export 'src/package_provider.dart';
12 export 'src/transform.dart' show Transform; 12 export 'src/transform.dart' show Transform, Log;
Bob Nystrom 2013/08/08 22:47:09 Maybe "Logger"?
Siggi Cherem (dart-lang) 2013/08/08 23:10:41 could be. But since that's currently the name in t
nweiz 2013/08/08 23:34:57 I don't like the idea of barback exposing either "
Siggi Cherem (dart-lang) 2013/08/09 00:29:54 renamed to TransformLogger
13 export 'src/transformer.dart'; 13 export 'src/transformer.dart';
OLDNEW
« no previous file with comments | « no previous file | pkg/barback/lib/src/transform.dart » ('j') | pkg/barback/lib/src/transform.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698