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

Unified Diff: pkg/barback/lib/src/transform.dart

Issue 35543006: Fix type errors detected with --error-on-bad-type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
« no previous file with comments | « pkg/barback/lib/src/phase_output.dart ('k') | pkg/barback/lib/src/transform_node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/transform.dart
diff --git a/pkg/barback/lib/src/transform.dart b/pkg/barback/lib/src/transform.dart
index b9c2de0c6ce931698fae7c8efd8e992996ce957f..9d6e387fc2000fccf15dd30d9539f22a1a5ffa1c 100644
--- a/pkg/barback/lib/src/transform.dart
+++ b/pkg/barback/lib/src/transform.dart
@@ -6,11 +6,13 @@ library barback.transform;
import 'dart:async';
import 'dart:convert';
+import 'package:source_maps/span.dart' show Span;
nweiz 2013/10/22 23:18:23 Style nit: add a newline before this. Also, we ten
Siggi Cherem (dart-lang) 2013/10/22 23:41:18 Done.
import 'asset.dart';
import 'asset_id.dart';
import 'asset_node.dart';
import 'asset_set.dart';
+import 'barback_logger.dart';
import 'errors.dart';
import 'transform_logger.dart';
import 'transform_node.dart';
« no previous file with comments | « pkg/barback/lib/src/phase_output.dart ('k') | pkg/barback/lib/src/transform_node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698