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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 library initialize.test.build.common; 4 library angular2.test.transform;
5 5
6 // TODO(kegluneq): Remove this and use the actual Directive def'n. 6 // TODO(kegluneq): Remove this and use the actual Directive def'n.
7 // Simple mock of Directive. 7 // Simple mock of Directive.
8 class Directive { 8 class Directive {
9 final context; 9 final context;
10 const Directive({this.context}); 10 const Directive({this.context});
11 } 11 }
OLDNEW
« 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