Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 2a7b0a1

Browse files
committed
fix: replace about-to-be-remove dart:profiler with dart:developer
1 parent 4689327 commit 2a7b0a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/core_dom/directive_injector.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ library angular.node_injector;
22

33
import 'dart:collection';
44
import 'dart:html' show Node, Element, ShadowRoot;
5-
import 'dart:profiler';
5+
import 'dart:developer';
66

77
import 'package:di/di.dart';
88
import 'package:di/annotations.dart';

lib/tracing.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
library angular.tracing;
88

9-
import "dart:profiler";
9+
import "dart:developer";
1010

1111
bool traceEnabled = false;
1212
dynamic /* JsObject */ _trace;

0 commit comments

Comments
 (0)