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

Unified Diff: modules/angular2/test/transform/common.dart

Issue 927373004: Initial commit of Dart transformer to generate constructor stubs, see https://github.com/angular/an… (Closed) Base URL: https://github.com/kegluneq/angular.git@master
Patch Set: Fixing review comments Created 5 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
« no previous file with comments | « modules/angular2/src/transform/traversal.dart ('k') | modules/angular2/test/transform/transform_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/angular2/test/transform/common.dart
diff --git a/modules/angular2/test/transform/common.dart b/modules/angular2/test/transform/common.dart
index 77e3f98d53fb08eab931a4dde32a59ba1fb80a4c..f6a8e7de90b145495ff6ba62e0d9c03045d4cb7c 100644
--- a/modules/angular2/test/transform/common.dart
+++ b/modules/angular2/test/transform/common.dart
@@ -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.
« no previous file with comments | « modules/angular2/src/transform/traversal.dart ('k') | modules/angular2/test/transform/transform_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698