Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Oct 5, 2017
2 parents 47f17fa + e1de755 commit 653c142
Show file tree
Hide file tree
Showing 156 changed files with 167 additions and 159 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@
"rxjs": "5.4.3",
"shx": "0.2.2",
"source-map-loader": "0.2.2",
"source-map-support": "0.5.0",
"spawn-rx": "2.0.12",
"tap-difflet": "0.7.0",
"tape": "4.8.0",
"tape-async": "2.3.0",
"trash": "4.1.0",
"ts-node": "3.3.0",
"tsickle": "0.24.1",
"tsickle": "0.23.3",
"tslint": "5.7.0",
"tsutils": "2.11.2",
"typescript": "2.5.3",
Expand Down Expand Up @@ -113,5 +112,10 @@
"experimentalProposal": {
"asyncGenerators": true
}
},
"greenkeeper": {
"ignore": [
"tsickle"
]
}
}
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/average-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { average } = Ix.asynciterable;
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/buffer-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { buffer } = Ix.asynciterable;
const { empty } = Ix.asynciterable;
const { range } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/catch-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { _catch } = Ix.asynciterable;
const { concat } = Ix.asynciterable;
const { range } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/catchwith-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { catchWith } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { range } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/chain-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { chain } = Ix.asynciterable;
import { noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/concat-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { concat } = Ix.asynciterable;
const { concatAll } = Ix.asynciterable;
const { map } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/count-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { count } = Ix.asynciterable;
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/debounce-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { debounce } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';

Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/defaultifempty-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { defaultIfEmpty } = Ix.asynciterable;
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/distinct-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { distinct } = Ix.asynciterable;
const { range } = Ix.asynciterable;
const { sequenceEqual } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/distinctuntilchanged-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { distinctUntilChanged } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { sequenceEqual } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/dowhile-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { defer } = Ix.asynciterable;
const { doWhile } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/elementat-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { elementAt } = Ix.asynciterable;
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/endwith-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { range } = Ix.asynciterable;
const { sequenceEqual } = Ix.asynciterable;
const { endWith } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/every-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { every } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { _throw } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/except-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { except } = Ix.asynciterable;
const { of } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/expand-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { expand } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { range } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/filter-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { filter } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/finally-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { _finally } = Ix.asynciterable;
const { range } = Ix.asynciterable;
const { _throw } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/first-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { first } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/flatmap-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { flatMap } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { range } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/flatten-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { flatten } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { toArray } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/groupby-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { from } = Ix.asynciterable;
const { groupBy } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/groupjoin-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { groupJoin } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { reduce } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/ignoreelements.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { forEach } = Ix.asynciterable;
const { ignoreElements } = Ix.asynciterable;
const { range } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/includes-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { of } = Ix.asynciterable;
const { includes } = Ix.asynciterable;

Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/innerjoin-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { innerJoin } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { _throw } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/intersect-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { of } = Ix.asynciterable;
const { intersect } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/isempty-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { isEmpty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/last-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { last } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/max-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { max } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/maxby-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { maxBy } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/merge-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { merge } = Ix.asynciterable;
const { mergeAll } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/min-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { min } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/minby-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { minBy } = Ix.asynciterable;
const { of } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/onerrorresumenext-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { concat } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { onErrorResumeNext } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/orderby-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { of } = Ix.asynciterable;
const { orderBy, orderByDescending, thenBy, thenByDescending } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/pairwise-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { pairwise } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/partition-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { partition } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/pluck-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { of } = Ix.asynciterable;
const { pluck } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/reduce-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { reduce } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/reduceright-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { reduceRight } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/retry-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { concat } = Ix.asynciterable;
const { range } = Ix.asynciterable;
const { retry } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/reverse-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { reverse } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/scan-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { range } = Ix.asynciterable;
const { scan } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/scanright-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { range } = Ix.asynciterable;
const { scanRight } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/sequenceequal-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { sequenceEqual } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/single-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { of } = Ix.asynciterable;
const { single } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/skip-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { of } = Ix.asynciterable;
const { skip } = Ix.asynciterable;
const { _throw } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/skiplast-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { empty } = Ix.asynciterable;
const { range } = Ix.asynciterable;
const { sequenceEqual } = Ix.asynciterable;
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/skipuntil-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { skipUntil } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';

Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/skipwhile-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { of } = Ix.asynciterable;
const { skipWhile } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
2 changes: 1 addition & 1 deletion spec/asynciterable-operators/slice-spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Ix from '../Ix';
import * as test from 'tape';
import * as test from 'tape-async';
const { from } = Ix.asynciterable;
const { slice } = Ix.asynciterable;
import { hasNext, noNext } from '../asynciterablehelpers';
Expand Down
Loading

0 comments on commit 653c142

Please sign in to comment.