Skip to content

Commit 2a8d190

Browse files
committed
Removing unused code that doesn't work correclty in Node 10.
1 parent a16659d commit 2a8d190

File tree

7 files changed

+4
-646
lines changed

7 files changed

+4
-646
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
22
// See LICENSE in the project root for license information.
33

4-
export { Interleaver } from './Interleaver';
5-
export { ITaskWriter as ITaskWriter } from './Interleaver';
6-
export { StreamCollator } from './next/StreamCollator';
7-
export { DualTaskStream } from './next/DualTaskStream';
8-
export { PersistentStream } from './next/PersistentStream';
4+
export {
5+
Interleaver,
6+
ITaskWriter
7+
} from './Interleaver';

libraries/stream-collator/src/next/DualTaskStream.ts

Lines changed: 0 additions & 79 deletions
This file was deleted.

libraries/stream-collator/src/next/PersistentStream.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

libraries/stream-collator/src/next/StreamCollator.ts

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)