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

Unified Diff: third_party/pkg/angular/lib/angular.dart

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | « third_party/pkg/angular/karma.conf.js ('k') | third_party/pkg/angular/lib/bootstrap.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/angular.dart
===================================================================
--- third_party/pkg/angular/lib/angular.dart (revision 33054)
+++ third_party/pkg/angular/lib/angular.dart (working copy)
@@ -27,7 +27,7 @@
* This is a short-term fix until we implement a transformer-based solution
* which does not rely on mirrors.
*/
-@MirrorsUsed(targets: const [
+@MirrorsUsed(targets: const[
'angular',
'angular.core',
'angular.core.dom',
@@ -35,21 +35,19 @@
'angular.perf',
'angular.directive',
'angular.routing',
- 'angular.core.parser.Parser',
'angular.core.parser.dynamic_parser',
'angular.core.parser.lexer',
'perf_api',
- List,
- dom.NodeTreeSanitizer,
+ 'List',
+ 'NodeTreeSanitizer',
],
-metaTargets: const [
- NgInjectableService,
- NgDirective,
- NgController,
- NgComponent,
- NgFilter
+metaTargets: const[
+ 'NgInjectableService',
+ 'NgDirective',
+ 'NgController',
+ 'NgComponent'
])
-import 'dart:mirrors' show MirrorsUsed;
+import 'dart:mirrors';
import 'package:angular/core/module.dart';
import 'package:angular/core_dom/module.dart';
« no previous file with comments | « third_party/pkg/angular/karma.conf.js ('k') | third_party/pkg/angular/lib/bootstrap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698