+2
-2
gatsby-config.js
+2
-2
gatsby-config.js
···
+4
-4
gatsby/theme.js
+4
-4
gatsby/theme.js
·········
·········
+1
-1
gatsby/typography.js
+1
-1
gatsby/typography.js
+7
-13
rollup.config.js
+7
-13
rollup.config.js
···············
···············
+4
-6
scripts/eslint-preset.js
+4
-6
scripts/eslint-preset.js
······
······
+2
-2
scripts/flow-typings-plugin.js
+2
-2
scripts/flow-typings-plugin.js
······
······
+122
-164
src/__tests__/operators.test.ts
+122
-164
src/__tests__/operators.test.ts
····················································································
····················································································
+121
-99
src/__tests__/sinks.test.ts
+121
-99
src/__tests__/sinks.test.ts
·······································
·······································
+25
-98
src/__tests__/sources.test.ts
+25
-98
src/__tests__/sources.test.ts
······················································
············+expect(collectSignals(source)).toEqual([start(expect.any(Function)), push(0), SignalKind.End]);·········+expect(collectSignals(source)).toEqual([start(expect.any(Function)), push(0), SignalKind.End]);·································
+13
-11
src/callbag.ts
+13
-11
src/callbag.ts
·········
·········
+9
-5
src/helpers.ts
+9
-5
src/helpers.ts
···
···
+7
-7
src/index.ts
+7
-7
src/index.ts
+16
-11
src/observable.ts
+16
-11
src/observable.ts
············
············
+266
-244
src/operators.ts
+266
-244
src/operators.ts
·······························································export function scan<In, Out>(reducer: (acc: Out, value: In) => Out, seed: Out): Operator<In, Out> {·························································
·······························································export function scan<In, Out>(reducer: (acc: Out, value: In) => Out, seed: Out): Operator<In, Out> {·························································
+1
-2
src/pipe.ts
+1
-2
src/pipe.ts
+11
-9
src/sinks.ts
+11
-9
src/sinks.ts
···············
···············
+84
-70
src/sources.ts
+84
-70
src/sources.ts
···············
···+import { Source, Sink, SignalKind, TalkbackKind, Observer, Subject, TeardownFn } from './types';············
+3
-3
src/types.ts
+3
-3
src/types.ts
···
···