Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyrota committed Dec 31, 2020
1 parent dcfbd9d commit 28062d1
Show file tree
Hide file tree
Showing 205 changed files with 1,127 additions and 695 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"ontext",
"opendir",
"opentag",
"palenight",
"parceljs",
"posthtml",
"preact",
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{ "ignoreStrings": true, "ignoreTemplateLiterals": true }
],
"no-constant-condition": ["error", { "checkLoops": false }],
"no-inner-declarations": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
Expand Down
2 changes: 1 addition & 1 deletion docs/00-documentation/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Introduction

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Motivation</code>](#motivation)
2. [<code>Motivating Concepts</code>](#motivating-concepts)
Expand Down
2 changes: 1 addition & 1 deletion docs/01-api-disposable/00-Disposable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Disposable

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Disposable</code>](#Disposable) - [<code>Function</code>](#Disposable-Function), [<code>Interface</code>](#Disposable-Interface)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/01-api-disposable/01-isDisposable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# isDisposable

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>isDisposable</code>](#isDisposable)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/01-api-disposable/02-DisposalError.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DisposalError

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>DisposalError</code>](#DisposalError) - [<code>Interface</code>](#DisposalError-Interface), [<code>Variable</code>](#DisposalError-Variable)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/01-api-disposable/03-DisposalErrorConstructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DisposalErrorConstructor

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>DisposalErrorConstructor</code>](#DisposalErrorConstructor)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/01-api-disposable/04-DISPOSED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DISPOSED

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>DISPOSED</code>](#DISPOSED)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/01-api-disposable/05-implDisposableMethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# implDisposableMethods

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>implDisposableMethods</code>](#implDisposableMethods)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/02-api-event/00-Event.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Event

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Event</code>](#Event)
1. [<code>EventType</code>](#EventType)</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/02-api-event/01-Push.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Push

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Push</code>](#Push) - [<code>Function</code>](#Push-Function), [<code>Interface</code>](#Push-Interface)
1. [<code>PushType</code>](#PushType) - [<code>Type</code>](#PushType-TypeAlias), [<code>Variable</code>](#PushType-Variable)</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/02-api-event/02-Throw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Throw

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Throw</code>](#Throw) - [<code>Function</code>](#Throw-Function), [<code>Interface</code>](#Throw-Interface)
1. [<code>ThrowType</code>](#ThrowType) - [<code>Type</code>](#ThrowType-TypeAlias), [<code>Variable</code>](#ThrowType-Variable)</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/02-api-event/03-End.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# End

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>End</code>](#End) - [<code>Interface</code>](#End-Interface), [<code>Variable</code>](#End-Variable)
1. [<code>EndType</code>](#EndType) - [<code>Type</code>](#EndType-TypeAlias), [<code>Variable</code>](#EndType-Variable)</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/03-api-source/00-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Source

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Source</code>](#Source) - [<code>Function</code>](#Source-Function), [<code>Interface</code>](#Source-Interface)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/03-api-source/01-isSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# isSource

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>isSource</code>](#isSource)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/03-api-source/02-Sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Sink

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>Sink</code>](#Sink) - [<code>Function</code>](#Sink-Function), [<code>Interface</code>](#Sink-Interface)</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/03-api-source/03-isSink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# isSink

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>isSink</code>](#isSink)</details>

Expand Down
4 changes: 2 additions & 2 deletions docs/03-api-source/04-subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# subscribe

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>subscribe</code>](#subscribe)</details>

Expand Down Expand Up @@ -63,6 +63,6 @@ pipe(

<div align="right">

| [Next \(all\)](05-all.md#readme) |
| [Next \(all\)](06-all.md#readme) |
| --- |
</div>
4 changes: 2 additions & 2 deletions docs/03-api-source/05-all.md → docs/03-api-source/06-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# all

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>all</code>](#all)</details>

Expand All @@ -19,6 +19,6 @@

<div align="right">

| [Next \(animationFrames\)](06-animationFrames.md#readme) |
| [Next \(animationFrames\)](07-animationFrames.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# animationFrames

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>animationFrames</code>](#animationFrames)</details>

Expand All @@ -14,11 +14,11 @@

<pre>var animationFrames: <a href="00-Source.md#Source-Interface">Source</a>&lt;number&gt;</pre><br>

| [Previous \(all\)](05-all.md#readme) |
| [Previous \(all\)](06-all.md#readme) |
| --- |

<div align="right">

| [Next \(combineSources\)](07-combineSources.md#readme) |
| [Next \(combineSources\)](08-combineSources.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# combineSources

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>combineSources</code>](#combineSources)</details>

Expand All @@ -14,11 +14,11 @@

<pre>function combineSources&lt;T extends unknown[]&gt;(<br> sources: {<br> [K in keyof T]: <a href="00-Source.md#Source-Interface">Source</a>&lt;T[K]&gt;<br> },<br>): <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;</pre><br>

| [Previous \(animationFrames\)](06-animationFrames.md#readme) |
| [Previous \(animationFrames\)](07-animationFrames.md#readme) |
| --- |

<div align="right">

| [Next \(concatSources\)](08-concatSources.md#readme) |
| [Next \(concatSources\)](09-concatSources.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# concatSources

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>concatSources</code>](#concatSources)</details>

Expand All @@ -14,11 +14,11 @@

<pre>function concatSources&lt;T&gt;(sources: <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;[]): <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;</pre><br>

| [Previous \(combineSources\)](07-combineSources.md#readme) |
| [Previous \(combineSources\)](08-combineSources.md#readme) |
| --- |

<div align="right">

| [Next \(empty\)](09-empty.md#readme) |
| [Next \(empty\)](10-empty.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# empty

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>empty</code>](#empty)</details>

Expand All @@ -14,11 +14,11 @@

<pre>var empty: <a href="00-Source.md#Source-Interface">Source</a>&lt;never&gt;</pre><br>

| [Previous \(concatSources\)](08-concatSources.md#readme) |
| [Previous \(concatSources\)](09-concatSources.md#readme) |
| --- |

<div align="right">

| [Next \(emptyScheduled\)](10-emptyScheduled.md#readme) |
| [Next \(emptyScheduled\)](11-emptyScheduled.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# emptyScheduled

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>emptyScheduled</code>](#emptyScheduled)</details>

Expand All @@ -14,11 +14,11 @@

<pre>function emptyScheduled(schedule: <a href="../06-api-schedule-functions/00-ScheduleFunction.md#ScheduleFunction">ScheduleFunction</a>): <a href="00-Source.md#Source-Interface">Source</a>&lt;never&gt;</pre><br>

| [Previous \(empty\)](09-empty.md#readme) |
| [Previous \(empty\)](10-empty.md#readme) |
| --- |

<div align="right">

| [Next \(flatSources\)](11-flatSources.md#readme) |
| [Next \(flatSources\)](12-flatSources.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# flatSources

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>flatSources</code>](#flatSources)</details>

Expand All @@ -14,11 +14,11 @@

<pre>function flatSources&lt;T&gt;(sources: <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;[]): <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;</pre><br>

| [Previous \(emptyScheduled\)](10-emptyScheduled.md#readme) |
| [Previous \(emptyScheduled\)](11-emptyScheduled.md#readme) |
| --- |

<div align="right">

| [Next \(fromArray\)](12-fromArray.md#readme) |
| [Next \(fromArray\)](13-fromArray.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# fromArray

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>fromArray</code>](#fromArray)</details>

Expand Down Expand Up @@ -52,14 +52,14 @@ pipe(

<b>See Also</b>

- <code>[fromArrayScheduled](13-fromArrayScheduled.md#fromArrayScheduled)</code>
- <code>[of](27-of.md#of)</code><br>
- <code>[fromArrayScheduled](14-fromArrayScheduled.md#fromArrayScheduled)</code>
- <code>[of](28-of.md#of)</code><br>

| [Previous \(flatSources\)](11-flatSources.md#readme) |
| [Previous \(flatSources\)](12-flatSources.md#readme) |
| --- |

<div align="right">

| [Next \(fromArrayScheduled\)](13-fromArrayScheduled.md#readme) |
| [Next \(fromArrayScheduled\)](14-fromArrayScheduled.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# fromArrayScheduled

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>fromArrayScheduled</code>](#fromArrayScheduled)</details>

Expand All @@ -14,11 +14,11 @@

<pre>function fromArrayScheduled&lt;T&gt;(<br> array: ArrayLike&lt;T&gt;,<br> schedule: <a href="../06-api-schedule-functions/00-ScheduleFunction.md#ScheduleFunction">ScheduleFunction</a>,<br>): <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;</pre><br>

| [Previous \(fromArray\)](12-fromArray.md#readme) |
| [Previous \(fromArray\)](13-fromArray.md#readme) |
| --- |

<div align="right">

| [Next \(fromAsyncIterable\)](14-fromAsyncIterable.md#readme) |
| [Next \(fromAsyncIterable\)](15-fromAsyncIterable.md#readme) |
| --- |
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# fromAsyncIterable

<details><summary><b>Table of Contents</b></summary><br>
<details><summary><b>Table of Contents</b></summary>

1. [<code>fromAsyncIterable</code>](#fromAsyncIterable)</details>

Expand All @@ -14,11 +14,11 @@

<pre>function fromAsyncIterable&lt;T&gt;(iterable: AsyncIterable&lt;T&gt;): <a href="00-Source.md#Source-Interface">Source</a>&lt;T&gt;</pre><br>

| [Previous \(fromArrayScheduled\)](13-fromArrayScheduled.md#readme) |
| [Previous \(fromArrayScheduled\)](14-fromArrayScheduled.md#readme) |
| --- |

<div align="right">

| [Next \(fromIterable\)](15-fromIterable.md#readme) |
| [Next \(fromIterable\)](16-fromIterable.md#readme) |
| --- |
</div>
Loading

1 comment on commit 28062d1

@vercel
Copy link

@vercel vercel bot commented on 28062d1 Dec 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.