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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback.dart

Issue 166333003: Add support for a "fine" barback log level. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub/lib/src/barback.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback.dart b/sdk/lib/_internal/pub/lib/src/barback.dart
index 053a48e75947ff3820ec7f27aa49f110baddebba..fa1ed9e76cd4d3ee3fd858d253b9c186b7217f6e 100644
--- a/sdk/lib/_internal/pub/lib/src/barback.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback.dart
@@ -31,7 +31,7 @@ import 'version.dart';
///
/// Whenever a new non-patch version of barback is published, this *must* be
/// incremented to synchronize with that.
-final supportedVersion = new Version(0, 11, 0);
+final supportedVersion = new Version(0, 12, 0);
Siggi Cherem (dart-lang) 2014/02/25 17:56:07 If it can't be 0.11.2, could we support a wider ve
Siggi Cherem (dart-lang) 2014/02/25 17:59:07 Looking more closely I realize that that you depen
/// A list of the names of all built-in transformers that pub exposes.
const _BUILT_IN_TRANSFORMERS = const ['\$dart2js'];

Powered by Google App Engine
This is Rietveld 408576698