Skip to content

Commit 1ee788b

Browse files
committed
chore: fix incorrect imports
1 parent 2883929 commit 1ee788b

15 files changed

+4
-18
lines changed

modules/angular2/platform/worker_render.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export 'package:angular2/src/platform/worker_render_common.dart'
88
initializeGenericWorkerRenderer;
99

1010
export 'package:angular2/src/platform/worker_render.dart'
11-
show WORKER_RENDER_APPLICATION, initIsolate, WebWorkerInstance;
11+
show initIsolate, WebWorkerInstance;
1212

1313
export '../src/web_workers/shared/client_message_broker.dart'
1414
show ClientMessageBroker, ClientMessageBrokerFactory, FnArg, UiArguments;

modules/angular2/test/common/pipes/json_pipe_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
afterEach,
1010
AsyncTestCompleter,
1111
inject,
12-
proxy,
1312
TestComponentBuilder
1413
} from 'angular2/testing_internal';
1514
import {Json, RegExp, NumberWrapper, StringWrapper} from 'angular2/src/facade/lang';

modules/angular2/test/platform/dom/shared_styles_host_spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import {
1212
beforeEachProviders,
1313
it,
1414
xit,
15-
SpyObject,
16-
proxy
15+
SpyObject
1716
} from 'angular2/testing_internal';
1817

1918
import {DOM} from 'angular2/src/platform/dom/dom_adapter';

modules/angular2/test/router/directives/router_link_transform_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
AsyncTestCompleter,
33
describe,
4-
proxy,
54
it,
65
iit,
76
ddescribe,

modules/angular2/test/router/integration/router_link_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
it,
1414
xit,
1515
TestComponentBuilder,
16-
proxy,
1716
SpyObject
1817
} from 'angular2/testing_internal';
1918

modules/angular2/test/router/location/hash_location_strategy_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
AsyncTestCompleter,
33
describe,
4-
proxy,
54
it,
65
iit,
76
ddescribe,

modules/angular2/test/router/location/location_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
AsyncTestCompleter,
33
describe,
4-
proxy,
54
it,
65
iit,
76
ddescribe,

modules/angular2/test/router/location/path_location_strategy_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
AsyncTestCompleter,
33
describe,
4-
proxy,
54
it,
65
iit,
76
ddescribe,

modules/angular2/test/router/router_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
AsyncTestCompleter,
33
describe,
4-
proxy,
54
it,
65
iit,
76
xit,

modules/angular2/test/testing/testing_internal_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
tick,
88
SpyObject,
99
beforeEach,
10-
proxy,
1110
containsRegexp
1211
} from 'angular2/testing_internal';
1312

0 commit comments

Comments
 (0)