chore: Fixing review comments on Dart transformers

See https://codereview.chromium.org/927373004/

Closes #705
This commit is contained in:
Tim Blasi
2015-02-18 12:51:12 -08:00
committed by Misko Hevery
parent fb5b168b19
commit 4d56a1e1af
9 changed files with 41 additions and 42 deletions

View File

@ -1,7 +1,7 @@
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// 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 initialize.test.build.common;
library angular2.test.transform;
// TODO(kegluneq): Remove this and use the actual Directive def'n.
// Simple mock of Directive.

View File

@ -1,4 +1,4 @@
library angular2.test;
library angular2.test.transform;
import 'dart:io';
import 'package:barback/barback.dart';