| Index: pkg/polymer/lib/component_build.dart
|
| diff --git a/pkg/polymer/lib/component_build.dart b/pkg/polymer/lib/component_build.dart
|
| index 04c25b6189db774e75aa8b674188466c944a9f3f..7184787bc9f0f183650ec1ab8ea0ecd306244425 100644
|
| --- a/pkg/polymer/lib/component_build.dart
|
| +++ b/pkg/polymer/lib/component_build.dart
|
| @@ -32,7 +32,7 @@ import 'src/compiler_options.dart';
|
| * [entryPoints] listed. On clean commands, the directory where [entryPoints]
|
| * live will be scanned for generated files to delete them.
|
| */
|
| -Future<List<dwc.AnalysisResult>> build(List<String> arguments,
|
| +Future<List<dwc.AnalysisResults>> build(List<String> arguments,
|
| List<String> entryPoints,
|
| {bool printTime: true, bool shouldPrint: true}) {
|
| bool useColors = stdioType(stdout) == StdioType.TERMINAL;
|
|
|