@thi.ng/csp 1.1.74 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +73 -26
- package/README.md +14 -5
- package/api.d.ts +1 -1
- package/buffer.d.ts +2 -2
- package/buffer.js +1 -1
- package/channel.d.ts +3 -3
- package/channel.js +9 -6
- package/index.d.ts +5 -5
- package/index.js +5 -5
- package/mult.d.ts +3 -3
- package/mult.js +3 -3
- package/package.json +47 -27
- package/pubsub.d.ts +3 -3
- package/pubsub.js +3 -3
- package/lib/index.js +0 -670
- package/lib/index.js.map +0 -1
- package/lib/index.umd.js +0 -1
- package/lib/index.umd.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [
|
|
6
|
+
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@2.0.3...@thi.ng/csp@2.0.4) (2021-10-25)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @thi.ng/csp
|
|
9
9
|
|
|
@@ -11,48 +11,95 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@2.0.2...@thi.ng/csp@2.0.3) (2021-10-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @thi.ng/csp
|
|
17
|
+
|
|
15
18
|
|
|
16
|
-
### Bug Fixes
|
|
17
19
|
|
|
18
|
-
* **csp:** TS strictNullChecks, update various return types ([da909ac](https://github.com/thi-ng/umbrella/commit/da909ac))
|
|
19
20
|
|
|
20
|
-
### Features
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@2.0.1...@thi.ng/csp@2.0.2) (2021-10-15)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @thi.ng/csp
|
|
24
25
|
|
|
25
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.79...@thi.ng/csp@1.0.0) (2019-01-21)
|
|
26
26
|
|
|
27
|
-
### Bug Fixes
|
|
28
27
|
|
|
29
|
-
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@2.0.0...@thi.ng/csp@2.0.1) (2021-10-13)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @thi.ng/csp
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.1.74...@thi.ng/csp@2.0.0) (2021-10-12)
|
|
39
|
+
|
|
30
40
|
|
|
31
41
|
### Build System
|
|
32
42
|
|
|
33
|
-
* update
|
|
43
|
+
* major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
|
|
44
|
+
|
|
34
45
|
|
|
35
46
|
### BREAKING CHANGES
|
|
36
47
|
|
|
37
|
-
*
|
|
48
|
+
* discontinue CommonJS & UMD versions
|
|
49
|
+
|
|
50
|
+
- only ESM modules will be published from now on
|
|
51
|
+
- CJS obsolete due to ESM support in recent versions of node:
|
|
52
|
+
- i.e. launch NodeJS via:
|
|
53
|
+
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
54
|
+
- in the node REPL use `await import(...)` instead of `require()`
|
|
55
|
+
- UMD obsolete due to widespread browser support for ESM
|
|
56
|
+
|
|
57
|
+
Also:
|
|
58
|
+
- normalize/restructure/reorg all package.json files
|
|
59
|
+
- cleanup all build scripts, remove obsolete
|
|
60
|
+
- switch from mocha to @thi.ng/testament for all tests
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.19...@thi.ng/csp@1.1.0) (2019-07-07)
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
- **csp:** TS strictNullChecks, update various return types ([da909ac](https://github.com/thi-ng/umbrella/commit/da909ac))
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
|
|
75
|
+
- **csp:** enable TS strict compiler flags (refactor) ([3d7fba2](https://github.com/thi-ng/umbrella/commit/3d7fba2))
|
|
76
|
+
- **csp:** update Mult.tap() to use set semantics ([c9bc953](https://github.com/thi-ng/umbrella/commit/c9bc953))
|
|
77
|
+
|
|
78
|
+
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.79...@thi.ng/csp@1.0.0) (2019-01-21)
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
- **csp:** disable __State reverse enum lookup ([3b8576f](https://github.com/thi-ng/umbrella/commit/3b8576f))
|
|
83
|
+
|
|
84
|
+
### Build System
|
|
85
|
+
|
|
86
|
+
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
|
|
87
|
+
|
|
88
|
+
### BREAKING CHANGES
|
|
38
89
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
- all imports MUST be updated to only refer to package level
|
|
42
|
-
(not individual files anymore). tree shaking in user land will get rid of
|
|
43
|
-
all unused imported symbols.
|
|
90
|
+
- enabled multi-outputs (ES6 modules, CJS, UMD)
|
|
91
|
+
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
92
|
+
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
|
|
44
93
|
|
|
45
|
-
|
|
46
|
-
## [0.3.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.63...@thi.ng/csp@0.3.64) (2018-09-24)
|
|
94
|
+
## [0.3.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.63...@thi.ng/csp@0.3.64) (2018-09-24)
|
|
47
95
|
|
|
48
|
-
###
|
|
96
|
+
### Performance Improvements
|
|
49
97
|
|
|
50
|
-
|
|
98
|
+
- **csp:** `State` => const enum ([c3e8d68](https://github.com/thi-ng/umbrella/commit/c3e8d68))
|
|
51
99
|
|
|
52
|
-
|
|
53
|
-
## [0.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.10...@thi.ng/csp@0.3.11) (2018-02-08)
|
|
100
|
+
## [0.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.10...@thi.ng/csp@0.3.11) (2018-02-08)
|
|
54
101
|
|
|
55
|
-
###
|
|
102
|
+
### Bug Fixes
|
|
56
103
|
|
|
57
|
-
|
|
58
|
-
|
|
104
|
+
- **csp:** fix [#5](https://github.com/thi-ng/umbrella/issues/5), example in readme ([a10a487](https://github.com/thi-ng/umbrella/commit/a10a487))
|
|
105
|
+
- **csp:** fix [#5](https://github.com/thi-ng/umbrella/issues/5), more example fixes (rfn calls) ([080c2ee](https://github.com/thi-ng/umbrella/commit/080c2ee))
|
package/README.md
CHANGED
|
@@ -61,15 +61,24 @@ for a similar, but alternative (and actively maintained) approach.
|
|
|
61
61
|
yarn add @thi.ng/csp
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
ES module import:
|
|
65
|
+
|
|
64
66
|
```html
|
|
65
|
-
|
|
66
|
-
|
|
67
|
+
<script type="module" src="https://cdn.skypack.dev/@thi.ng/csp"></script>
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
[Skypack documentation](https://docs.skypack.dev/)
|
|
71
|
+
|
|
72
|
+
For Node.js REPL:
|
|
73
|
+
|
|
74
|
+
```text
|
|
75
|
+
# with flag only for < v16
|
|
76
|
+
node --experimental-repl-await
|
|
67
77
|
|
|
68
|
-
|
|
69
|
-
<script src="https://unpkg.com/@thi.ng/csp/lib/index.umd.js" crossorigin></script>
|
|
78
|
+
> const csp = await import("@thi.ng/csp");
|
|
70
79
|
```
|
|
71
80
|
|
|
72
|
-
Package sizes (gzipped, pre-treeshake): ESM: 2.
|
|
81
|
+
Package sizes (gzipped, pre-treeshake): ESM: 2.64 KB
|
|
73
82
|
|
|
74
83
|
## Dependencies
|
|
75
84
|
|
package/api.d.ts
CHANGED
package/buffer.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DCons } from "@thi.ng/dcons";
|
|
2
|
-
import type { ChannelItem, IBuffer } from "./api";
|
|
1
|
+
import { DCons } from "@thi.ng/dcons/dcons";
|
|
2
|
+
import type { ChannelItem, IBuffer } from "./api.js";
|
|
3
3
|
export declare class FixedBuffer<T> implements IBuffer<T> {
|
|
4
4
|
buf: DCons<ChannelItem<T>>;
|
|
5
5
|
limit: number;
|
package/buffer.js
CHANGED
package/channel.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Fn, Fn0, Fn2, FnAny, Predicate } from "@thi.ng/api";
|
|
2
|
-
import { DCons } from "@thi.ng/dcons";
|
|
3
|
-
import { Reducer, Transducer } from "@thi.ng/transducers";
|
|
4
|
-
import type { ChannelItem, ErrorHandler, IBuffer, IReadWriteableChannel } from "./api";
|
|
2
|
+
import { DCons } from "@thi.ng/dcons/dcons";
|
|
3
|
+
import type { Reducer, Transducer } from "@thi.ng/transducers";
|
|
4
|
+
import type { ChannelItem, ErrorHandler, IBuffer, IReadWriteableChannel } from "./api.js";
|
|
5
5
|
declare const enum State {
|
|
6
6
|
OPEN = 0,
|
|
7
7
|
CLOSED = 1,
|
package/channel.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import { shuffle } from "@thi.ng/arrays";
|
|
2
|
-
import { isFunction } from "@thi.ng/checks";
|
|
3
|
-
import { DCons } from "@thi.ng/dcons";
|
|
4
|
-
import { illegalArity } from "@thi.ng/errors";
|
|
5
|
-
import { cycle
|
|
6
|
-
import {
|
|
1
|
+
import { shuffle } from "@thi.ng/arrays/shuffle";
|
|
2
|
+
import { isFunction } from "@thi.ng/checks/is-function";
|
|
3
|
+
import { DCons } from "@thi.ng/dcons/dcons";
|
|
4
|
+
import { illegalArity } from "@thi.ng/errors/illegal-arity";
|
|
5
|
+
import { cycle } from "@thi.ng/transducers/cycle";
|
|
6
|
+
import { delayed } from "@thi.ng/transducers/delayed";
|
|
7
|
+
import { range } from "@thi.ng/transducers/range";
|
|
8
|
+
import { isReduced, unreduced } from "@thi.ng/transducers/reduced";
|
|
9
|
+
import { FixedBuffer } from "./buffer.js";
|
|
7
10
|
export class Channel {
|
|
8
11
|
constructor(...args) {
|
|
9
12
|
let id, buf, tx, err;
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./api";
|
|
2
|
-
export * from "./buffer";
|
|
3
|
-
export * from "./channel";
|
|
4
|
-
export * from "./mult";
|
|
5
|
-
export * from "./pubsub";
|
|
1
|
+
export * from "./api.js";
|
|
2
|
+
export * from "./buffer.js";
|
|
3
|
+
export * from "./channel.js";
|
|
4
|
+
export * from "./mult.js";
|
|
5
|
+
export * from "./pubsub.js";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./api";
|
|
2
|
-
export * from "./buffer";
|
|
3
|
-
export * from "./channel";
|
|
4
|
-
export * from "./mult";
|
|
5
|
-
export * from "./pubsub";
|
|
1
|
+
export * from "./api.js";
|
|
2
|
+
export * from "./buffer.js";
|
|
3
|
+
export * from "./channel.js";
|
|
4
|
+
export * from "./mult.js";
|
|
5
|
+
export * from "./pubsub.js";
|
package/mult.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DCons } from "@thi.ng/dcons";
|
|
1
|
+
import { DCons } from "@thi.ng/dcons/dcons";
|
|
2
2
|
import type { Transducer } from "@thi.ng/transducers";
|
|
3
|
-
import type { IWriteableChannel } from "./api";
|
|
4
|
-
import { Channel } from "./channel";
|
|
3
|
+
import type { IWriteableChannel } from "./api.js";
|
|
4
|
+
import { Channel } from "./channel.js";
|
|
5
5
|
export declare class Mult<T> implements IWriteableChannel<T> {
|
|
6
6
|
protected static nextID: number;
|
|
7
7
|
protected src: Channel<any>;
|
package/mult.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DCons } from "@thi.ng/dcons";
|
|
2
|
-
import { illegalArity } from "@thi.ng/errors";
|
|
3
|
-
import { Channel } from "./channel";
|
|
1
|
+
import { DCons } from "@thi.ng/dcons/dcons";
|
|
2
|
+
import { illegalArity } from "@thi.ng/errors/illegal-arity";
|
|
3
|
+
import { Channel } from "./channel.js";
|
|
4
4
|
export class Mult {
|
|
5
5
|
constructor(...args) {
|
|
6
6
|
this.tapID = 0;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/csp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "ES6 promise based CSP primitives & operations",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"module": "./index.js",
|
|
6
|
-
"main": "./lib/index.js",
|
|
7
|
-
"umd:main": "./lib/index.umd.js",
|
|
8
7
|
"typings": "./index.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/thi-ng/umbrella.git"
|
|
@@ -24,36 +24,30 @@
|
|
|
24
24
|
"author": "Karsten Schmidt <k+npm@thi.ng>",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build": "yarn clean &&
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"build:test": "rimraf build && tsc -p test/tsconfig.json",
|
|
31
|
-
"build:check": "tsc --isolatedModules --noEmit",
|
|
32
|
-
"test": "mocha test",
|
|
33
|
-
"cover": "nyc mocha test && nyc report --reporter=lcov",
|
|
34
|
-
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
|
|
35
|
-
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
|
|
36
|
-
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
|
|
27
|
+
"build": "yarn clean && tsc --declaration",
|
|
28
|
+
"clean": "rimraf *.js *.d.ts *.map doc",
|
|
29
|
+
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
37
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
|
|
38
|
-
"
|
|
31
|
+
"doc:readme": "yarn doc:stats && ../../scripts/node-esm ../../tools/src/readme.ts",
|
|
32
|
+
"doc:stats": "../../scripts/node-esm ../../tools/src/module-stats.ts",
|
|
33
|
+
"pub": "yarn build && yarn publish --access public",
|
|
34
|
+
"test": "testament test",
|
|
39
35
|
"testasync": "tsc -p test && node build/test/async.js",
|
|
40
36
|
"testfile": "tsc -p test && node build/test/file.js",
|
|
41
37
|
"testgraph": "tsc -p test && node build/test/graph.js",
|
|
42
38
|
"testnode": "tsc -p test && node build/test/node.js"
|
|
43
39
|
},
|
|
44
40
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^
|
|
46
|
-
"@thi.ng/arrays": "^
|
|
47
|
-
"@thi.ng/checks": "^
|
|
48
|
-
"@thi.ng/dcons": "^
|
|
49
|
-
"@thi.ng/errors": "^
|
|
50
|
-
"@thi.ng/transducers": "^
|
|
41
|
+
"@thi.ng/api": "^8.0.4",
|
|
42
|
+
"@thi.ng/arrays": "^2.0.4",
|
|
43
|
+
"@thi.ng/checks": "^3.0.4",
|
|
44
|
+
"@thi.ng/dcons": "^3.0.4",
|
|
45
|
+
"@thi.ng/errors": "^2.0.4",
|
|
46
|
+
"@thi.ng/transducers": "^8.0.4"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@thi.ng/testament": "^0.1.4"
|
|
51
50
|
},
|
|
52
|
-
"files": [
|
|
53
|
-
"*.js",
|
|
54
|
-
"*.d.ts",
|
|
55
|
-
"lib"
|
|
56
|
-
],
|
|
57
51
|
"keywords": [
|
|
58
52
|
"async",
|
|
59
53
|
"channel",
|
|
@@ -69,7 +63,33 @@
|
|
|
69
63
|
"publishConfig": {
|
|
70
64
|
"access": "public"
|
|
71
65
|
},
|
|
72
|
-
"
|
|
66
|
+
"engines": {
|
|
67
|
+
"node": ">=12.7"
|
|
68
|
+
},
|
|
69
|
+
"files": [
|
|
70
|
+
"*.js",
|
|
71
|
+
"*.d.ts"
|
|
72
|
+
],
|
|
73
|
+
"exports": {
|
|
74
|
+
".": {
|
|
75
|
+
"import": "./index.js"
|
|
76
|
+
},
|
|
77
|
+
"./api": {
|
|
78
|
+
"import": "./api.js"
|
|
79
|
+
},
|
|
80
|
+
"./buffer": {
|
|
81
|
+
"import": "./buffer.js"
|
|
82
|
+
},
|
|
83
|
+
"./channel": {
|
|
84
|
+
"import": "./channel.js"
|
|
85
|
+
},
|
|
86
|
+
"./mult": {
|
|
87
|
+
"import": "./mult.js"
|
|
88
|
+
},
|
|
89
|
+
"./pubsub": {
|
|
90
|
+
"import": "./pubsub.js"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
73
93
|
"thi.ng": {
|
|
74
94
|
"related": [
|
|
75
95
|
"rstream"
|
|
@@ -77,5 +97,5 @@
|
|
|
77
97
|
"status": "deprecated",
|
|
78
98
|
"year": 2016
|
|
79
99
|
},
|
|
80
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05"
|
|
81
101
|
}
|
package/pubsub.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { IObjectOf } from "@thi.ng/api";
|
|
2
2
|
import type { Transducer } from "@thi.ng/transducers";
|
|
3
|
-
import type { IWriteableChannel, TopicFn } from "./api";
|
|
4
|
-
import { Channel } from "./channel";
|
|
5
|
-
import { Mult } from "./mult";
|
|
3
|
+
import type { IWriteableChannel, TopicFn } from "./api.js";
|
|
4
|
+
import { Channel } from "./channel.js";
|
|
5
|
+
import { Mult } from "./mult.js";
|
|
6
6
|
export declare class PubSub<T> implements IWriteableChannel<T> {
|
|
7
7
|
protected static NEXT_ID: number;
|
|
8
8
|
protected src: Channel<T>;
|
package/pubsub.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { illegalArity } from "@thi.ng/errors";
|
|
2
|
-
import { Channel } from "./channel";
|
|
3
|
-
import { Mult } from "./mult";
|
|
1
|
+
import { illegalArity } from "@thi.ng/errors/illegal-arity";
|
|
2
|
+
import { Channel } from "./channel.js";
|
|
3
|
+
import { Mult } from "./mult.js";
|
|
4
4
|
export class PubSub {
|
|
5
5
|
constructor(...args) {
|
|
6
6
|
switch (args.length) {
|
package/lib/index.js
DELETED
|
@@ -1,670 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var dcons = require('@thi.ng/dcons');
|
|
6
|
-
var arrays = require('@thi.ng/arrays');
|
|
7
|
-
var checks = require('@thi.ng/checks');
|
|
8
|
-
var errors = require('@thi.ng/errors');
|
|
9
|
-
var transducers = require('@thi.ng/transducers');
|
|
10
|
-
|
|
11
|
-
class FixedBuffer {
|
|
12
|
-
constructor(limit = 1) {
|
|
13
|
-
this.buf = new dcons.DCons();
|
|
14
|
-
this.limit = limit;
|
|
15
|
-
}
|
|
16
|
-
get length() {
|
|
17
|
-
return this.buf.length;
|
|
18
|
-
}
|
|
19
|
-
isEmpty() {
|
|
20
|
-
return this.buf.length === 0;
|
|
21
|
-
}
|
|
22
|
-
isFull() {
|
|
23
|
-
return this.buf.length >= this.limit;
|
|
24
|
-
}
|
|
25
|
-
release() {
|
|
26
|
-
return this.buf.release();
|
|
27
|
-
}
|
|
28
|
-
push(x) {
|
|
29
|
-
if (!this.isFull()) {
|
|
30
|
-
this.buf.push(x);
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
return false;
|
|
34
|
-
}
|
|
35
|
-
drop() {
|
|
36
|
-
if (!this.isEmpty()) {
|
|
37
|
-
return this.buf.drop();
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
class DroppingBuffer extends FixedBuffer {
|
|
42
|
-
constructor(limit = 1) {
|
|
43
|
-
super(limit);
|
|
44
|
-
}
|
|
45
|
-
isFull() {
|
|
46
|
-
return false;
|
|
47
|
-
}
|
|
48
|
-
push(x) {
|
|
49
|
-
if (this.buf.length < this.limit) {
|
|
50
|
-
this.buf.push(x);
|
|
51
|
-
}
|
|
52
|
-
return true;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
class SlidingBuffer extends FixedBuffer {
|
|
56
|
-
constructor(limit = 1) {
|
|
57
|
-
super(limit);
|
|
58
|
-
}
|
|
59
|
-
isFull() {
|
|
60
|
-
return false;
|
|
61
|
-
}
|
|
62
|
-
push(x) {
|
|
63
|
-
if (this.buf.length >= this.limit) {
|
|
64
|
-
this.buf.drop();
|
|
65
|
-
}
|
|
66
|
-
this.buf.push(x);
|
|
67
|
-
return true;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
class Channel {
|
|
72
|
-
constructor(...args) {
|
|
73
|
-
let id, buf, tx, err;
|
|
74
|
-
let [a, b] = args;
|
|
75
|
-
switch (args.length) {
|
|
76
|
-
case 0:
|
|
77
|
-
break;
|
|
78
|
-
case 1:
|
|
79
|
-
if (typeof a === "string") {
|
|
80
|
-
id = a;
|
|
81
|
-
}
|
|
82
|
-
else if (maybeBuffer(a)) {
|
|
83
|
-
buf = a;
|
|
84
|
-
}
|
|
85
|
-
else {
|
|
86
|
-
tx = a;
|
|
87
|
-
}
|
|
88
|
-
break;
|
|
89
|
-
case 2:
|
|
90
|
-
if (typeof a === "string") {
|
|
91
|
-
id = a;
|
|
92
|
-
if (maybeBuffer(b)) {
|
|
93
|
-
buf = b;
|
|
94
|
-
}
|
|
95
|
-
else {
|
|
96
|
-
tx = b;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
else {
|
|
100
|
-
[tx, err] = args;
|
|
101
|
-
}
|
|
102
|
-
break;
|
|
103
|
-
case 3:
|
|
104
|
-
if (checks.isFunction(args[1]) && checks.isFunction(args[2])) {
|
|
105
|
-
[id, tx, err] = args;
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
[id, buf, tx] = args;
|
|
109
|
-
}
|
|
110
|
-
break;
|
|
111
|
-
case 4:
|
|
112
|
-
[id, buf, tx, err] = args;
|
|
113
|
-
break;
|
|
114
|
-
default:
|
|
115
|
-
errors.illegalArity(args.length);
|
|
116
|
-
}
|
|
117
|
-
this.id = id || `chan-${Channel.NEXT_ID++}`;
|
|
118
|
-
buf = buf || 1;
|
|
119
|
-
this.buf = typeof buf === "number" ? new FixedBuffer(buf) : buf;
|
|
120
|
-
this.writes = new dcons.DCons();
|
|
121
|
-
this.reads = new dcons.DCons();
|
|
122
|
-
this.txbuf = new dcons.DCons();
|
|
123
|
-
this.tx = tx ? tx(Channel.RFN) : null;
|
|
124
|
-
this.onerror = tx && (err || defaultErrorHandler);
|
|
125
|
-
this.state = 0 ;
|
|
126
|
-
this.isBusy = false;
|
|
127
|
-
}
|
|
128
|
-
static constantly(x, delay) {
|
|
129
|
-
const chan = new Channel(delay ? transducers.delayed(delay) : null);
|
|
130
|
-
chan.produce(() => x);
|
|
131
|
-
return chan;
|
|
132
|
-
}
|
|
133
|
-
static repeatedly(fn, delay) {
|
|
134
|
-
const chan = new Channel(delay ? transducers.delayed(delay) : null);
|
|
135
|
-
chan.produce(fn);
|
|
136
|
-
return chan;
|
|
137
|
-
}
|
|
138
|
-
static cycle(src, delay) {
|
|
139
|
-
return Channel.from(transducers.cycle(src), delay ? transducers.delayed(delay) : null);
|
|
140
|
-
}
|
|
141
|
-
static range(...args) {
|
|
142
|
-
const [from, to, step, delay] = args;
|
|
143
|
-
return Channel.from(transducers.range(from, to, step), delay !== undefined ? transducers.delayed(delay) : null);
|
|
144
|
-
}
|
|
145
|
-
static timeout(delay) {
|
|
146
|
-
const chan = new Channel(`timeout-${Channel.NEXT_ID++}`);
|
|
147
|
-
setTimeout(() => chan.close(), delay);
|
|
148
|
-
return chan;
|
|
149
|
-
}
|
|
150
|
-
static sleep(delay) {
|
|
151
|
-
return Channel.timeout(delay).read();
|
|
152
|
-
}
|
|
153
|
-
static fromPromise(p) {
|
|
154
|
-
const chan = new Channel();
|
|
155
|
-
p.then((x) => (async () => {
|
|
156
|
-
await chan.write(x);
|
|
157
|
-
await chan.close();
|
|
158
|
-
return x;
|
|
159
|
-
})());
|
|
160
|
-
return chan;
|
|
161
|
-
}
|
|
162
|
-
static from(...args) {
|
|
163
|
-
let close, tx;
|
|
164
|
-
switch (args.length) {
|
|
165
|
-
case 1:
|
|
166
|
-
break;
|
|
167
|
-
case 2:
|
|
168
|
-
if (typeof args[1] === "boolean") {
|
|
169
|
-
close = args[1];
|
|
170
|
-
}
|
|
171
|
-
else {
|
|
172
|
-
tx = args[1];
|
|
173
|
-
}
|
|
174
|
-
break;
|
|
175
|
-
case 3:
|
|
176
|
-
tx = args[1];
|
|
177
|
-
close = args[2];
|
|
178
|
-
break;
|
|
179
|
-
default:
|
|
180
|
-
errors.illegalArity(args.length);
|
|
181
|
-
}
|
|
182
|
-
const chan = new Channel(tx);
|
|
183
|
-
chan.into(args[0], close);
|
|
184
|
-
return chan;
|
|
185
|
-
}
|
|
186
|
-
static select(chans) {
|
|
187
|
-
return new Promise((resolve) => {
|
|
188
|
-
const _select = () => {
|
|
189
|
-
for (let c of arrays.shuffle(chans)) {
|
|
190
|
-
if (c.isReadable() || c.isClosed()) {
|
|
191
|
-
c.read().then((x) => resolve([x, c]));
|
|
192
|
-
return;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
Channel.SCHEDULE.call(null, _select, 0);
|
|
196
|
-
};
|
|
197
|
-
Channel.SCHEDULE.call(null, _select, 0);
|
|
198
|
-
});
|
|
199
|
-
}
|
|
200
|
-
static merge(chans, out, close = true, named = false) {
|
|
201
|
-
out = out || new Channel();
|
|
202
|
-
(async () => {
|
|
203
|
-
while (true) {
|
|
204
|
-
let [x, ch] = await Channel.select(chans);
|
|
205
|
-
if (x === undefined) {
|
|
206
|
-
chans.splice(chans.indexOf(ch), 1);
|
|
207
|
-
if (!chans.length) {
|
|
208
|
-
close && (await out.close());
|
|
209
|
-
break;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
else {
|
|
213
|
-
await out.write(named ? [ch.id, x] : x);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
})();
|
|
217
|
-
return out;
|
|
218
|
-
}
|
|
219
|
-
static mergeTuples(chans, out, closeOnFirst = true, closeOutput = true) {
|
|
220
|
-
out = out || new Channel();
|
|
221
|
-
(async () => {
|
|
222
|
-
let buf = [];
|
|
223
|
-
let orig = [...chans];
|
|
224
|
-
let sel = new Set(chans);
|
|
225
|
-
let n = chans.length;
|
|
226
|
-
while (true) {
|
|
227
|
-
let [x, ch] = await Channel.select([...sel]);
|
|
228
|
-
let idx = orig.indexOf(ch);
|
|
229
|
-
if (x === undefined) {
|
|
230
|
-
if (closeOnFirst || chans.length === 1) {
|
|
231
|
-
break;
|
|
232
|
-
}
|
|
233
|
-
chans.splice(idx, 1);
|
|
234
|
-
}
|
|
235
|
-
buf[idx] = x;
|
|
236
|
-
sel.delete(ch);
|
|
237
|
-
if (--n === 0) {
|
|
238
|
-
await out.write(buf);
|
|
239
|
-
buf = [];
|
|
240
|
-
n = chans.length;
|
|
241
|
-
sel = new Set(chans);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
closeOutput && (await out.close());
|
|
245
|
-
})();
|
|
246
|
-
return out;
|
|
247
|
-
}
|
|
248
|
-
channel() {
|
|
249
|
-
return this;
|
|
250
|
-
}
|
|
251
|
-
write(value) {
|
|
252
|
-
return new Promise((resolve) => {
|
|
253
|
-
if (this.state !== 0 ) {
|
|
254
|
-
resolve(false);
|
|
255
|
-
}
|
|
256
|
-
if (this.writes.length < Channel.MAX_WRITES) {
|
|
257
|
-
this.writes.push({
|
|
258
|
-
value: this.tx
|
|
259
|
-
? async () => {
|
|
260
|
-
try {
|
|
261
|
-
if (transducers.isReduced(this.tx[2](this.txbuf, value))) {
|
|
262
|
-
this.state = 1 ;
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
catch (e) {
|
|
266
|
-
this.onerror(e, this, value);
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
: () => value,
|
|
270
|
-
resolve,
|
|
271
|
-
});
|
|
272
|
-
this.process();
|
|
273
|
-
}
|
|
274
|
-
else {
|
|
275
|
-
throw new Error(`channel stalled (${Channel.MAX_WRITES} unprocessed writes)`);
|
|
276
|
-
}
|
|
277
|
-
});
|
|
278
|
-
}
|
|
279
|
-
read() {
|
|
280
|
-
return new Promise((resolve) => {
|
|
281
|
-
if (this.state === 2 ) {
|
|
282
|
-
resolve(undefined);
|
|
283
|
-
}
|
|
284
|
-
this.reads.push(resolve);
|
|
285
|
-
this.process();
|
|
286
|
-
});
|
|
287
|
-
}
|
|
288
|
-
tryRead(timeout = 1000) {
|
|
289
|
-
return new Promise((resolve) => {
|
|
290
|
-
(async () => resolve((await Channel.select([this, Channel.timeout(timeout)]))[0]))();
|
|
291
|
-
});
|
|
292
|
-
}
|
|
293
|
-
close(flush = false) {
|
|
294
|
-
if (this.state === 0 ) {
|
|
295
|
-
this.state = 1 ;
|
|
296
|
-
flush && this.flush();
|
|
297
|
-
return this.process();
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
isClosed() {
|
|
301
|
-
return this.state !== 0 ;
|
|
302
|
-
}
|
|
303
|
-
isReadable() {
|
|
304
|
-
return ((this.state !== 2 && this.buf && this.buf.length > 0) ||
|
|
305
|
-
(this.writes && this.writes.length > 0) ||
|
|
306
|
-
(this.txbuf && this.txbuf.length > 0));
|
|
307
|
-
}
|
|
308
|
-
consume(fn = (x) => console.log(this.id, ":", x)) {
|
|
309
|
-
return (async () => {
|
|
310
|
-
let x;
|
|
311
|
-
while (((x = null), (x = await this.read())) !== undefined) {
|
|
312
|
-
await fn(x);
|
|
313
|
-
}
|
|
314
|
-
})();
|
|
315
|
-
}
|
|
316
|
-
produce(fn, close = true) {
|
|
317
|
-
return (async () => {
|
|
318
|
-
while (!this.isClosed()) {
|
|
319
|
-
const val = await fn();
|
|
320
|
-
if (val === undefined) {
|
|
321
|
-
close && (await this.close());
|
|
322
|
-
break;
|
|
323
|
-
}
|
|
324
|
-
await this.write(val);
|
|
325
|
-
}
|
|
326
|
-
})();
|
|
327
|
-
}
|
|
328
|
-
consumeWhileReadable(fn = (x) => console.log(this.id, ":", x)) {
|
|
329
|
-
return (async () => {
|
|
330
|
-
let x;
|
|
331
|
-
while (this.isReadable()) {
|
|
332
|
-
x = await this.read();
|
|
333
|
-
if (x === undefined) {
|
|
334
|
-
break;
|
|
335
|
-
}
|
|
336
|
-
await fn(x);
|
|
337
|
-
x = null;
|
|
338
|
-
}
|
|
339
|
-
})();
|
|
340
|
-
}
|
|
341
|
-
reduce(rfn, acc) {
|
|
342
|
-
return (async () => {
|
|
343
|
-
const [init, complete, reduce] = rfn;
|
|
344
|
-
acc = acc != null ? acc : init();
|
|
345
|
-
let x;
|
|
346
|
-
while (((x = null), (x = await this.read())) !== undefined) {
|
|
347
|
-
acc = reduce(acc, x);
|
|
348
|
-
if (transducers.isReduced(acc)) {
|
|
349
|
-
acc = acc.deref();
|
|
350
|
-
break;
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
return transducers.unreduced(complete(acc));
|
|
354
|
-
})();
|
|
355
|
-
}
|
|
356
|
-
transduce(tx, rfn, acc) {
|
|
357
|
-
return (async () => {
|
|
358
|
-
const _rfn = tx(rfn);
|
|
359
|
-
return transducers.unreduced(_rfn[1](await this.reduce(_rfn, acc)));
|
|
360
|
-
})();
|
|
361
|
-
}
|
|
362
|
-
into(src, close = true) {
|
|
363
|
-
return (async () => {
|
|
364
|
-
for (let x of src) {
|
|
365
|
-
if (this.isClosed()) {
|
|
366
|
-
break;
|
|
367
|
-
}
|
|
368
|
-
await this.write(x);
|
|
369
|
-
}
|
|
370
|
-
close && (await this.close());
|
|
371
|
-
})();
|
|
372
|
-
}
|
|
373
|
-
pipe(dest, close = true) {
|
|
374
|
-
if (!(dest instanceof Channel)) {
|
|
375
|
-
dest = new Channel(dest);
|
|
376
|
-
}
|
|
377
|
-
this.consume((x) => dest.write(x))
|
|
378
|
-
.then(() => {
|
|
379
|
-
close && dest.close();
|
|
380
|
-
});
|
|
381
|
-
return dest;
|
|
382
|
-
}
|
|
383
|
-
split(pred, truthy, falsey, close = true) {
|
|
384
|
-
if (!(truthy instanceof Channel)) {
|
|
385
|
-
truthy = new Channel();
|
|
386
|
-
}
|
|
387
|
-
if (!(falsey instanceof Channel)) {
|
|
388
|
-
falsey = new Channel();
|
|
389
|
-
}
|
|
390
|
-
this.consume((x) => (pred(x) ? truthy : falsey).write(x)).then(() => {
|
|
391
|
-
close && (truthy.close(), falsey.close());
|
|
392
|
-
});
|
|
393
|
-
return [truthy, falsey];
|
|
394
|
-
}
|
|
395
|
-
concat(chans, close = true) {
|
|
396
|
-
return (async () => {
|
|
397
|
-
for (let c of chans) {
|
|
398
|
-
await c.consume((x) => this.write(x));
|
|
399
|
-
}
|
|
400
|
-
close && (await this.close());
|
|
401
|
-
})();
|
|
402
|
-
}
|
|
403
|
-
release() {
|
|
404
|
-
if (this.state === 1 ) {
|
|
405
|
-
this.state = 2 ;
|
|
406
|
-
this.flush();
|
|
407
|
-
this.buf.release();
|
|
408
|
-
delete this.reads;
|
|
409
|
-
delete this.writes;
|
|
410
|
-
delete this.buf;
|
|
411
|
-
delete this.txbuf;
|
|
412
|
-
delete this.tx;
|
|
413
|
-
delete this.isBusy;
|
|
414
|
-
delete this.onerror;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
async process() {
|
|
418
|
-
if (!this.isBusy) {
|
|
419
|
-
this.isBusy = true;
|
|
420
|
-
const { buf, txbuf, reads, writes } = this;
|
|
421
|
-
let doProcess = true;
|
|
422
|
-
while (doProcess) {
|
|
423
|
-
while (reads.length && (txbuf.length || buf.length)) {
|
|
424
|
-
if (txbuf.length) {
|
|
425
|
-
const val = txbuf.drop();
|
|
426
|
-
if (val !== undefined) {
|
|
427
|
-
reads.drop()(val);
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
else {
|
|
431
|
-
const val = await buf.drop().value();
|
|
432
|
-
if (val !== undefined) {
|
|
433
|
-
reads.drop()(val);
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
while (writes.length && !buf.isFull()) {
|
|
438
|
-
const put = writes.drop();
|
|
439
|
-
buf.push(put);
|
|
440
|
-
put.resolve(true);
|
|
441
|
-
}
|
|
442
|
-
if (this.state === 1 ) {
|
|
443
|
-
if (this.tx && !writes.length) {
|
|
444
|
-
try {
|
|
445
|
-
this.tx[1](this.txbuf);
|
|
446
|
-
}
|
|
447
|
-
catch (e) {
|
|
448
|
-
this.onerror(e, this);
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
if (!this.isReadable()) {
|
|
452
|
-
this.release();
|
|
453
|
-
return;
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
doProcess =
|
|
457
|
-
(reads.length && (txbuf.length || buf.length)) ||
|
|
458
|
-
(writes.length && !buf.isFull());
|
|
459
|
-
}
|
|
460
|
-
this.isBusy = false;
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
flush() {
|
|
464
|
-
let op;
|
|
465
|
-
while ((op = this.reads.drop())) {
|
|
466
|
-
op();
|
|
467
|
-
}
|
|
468
|
-
while ((op = this.writes.drop())) {
|
|
469
|
-
op.resolve(false);
|
|
470
|
-
}
|
|
471
|
-
this.buf.release();
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
Channel.MAX_WRITES = 1024;
|
|
475
|
-
Channel.NEXT_ID = 0;
|
|
476
|
-
Channel.SCHEDULE = typeof setImmediate === "function" ? setImmediate : setTimeout;
|
|
477
|
-
Channel.RFN = [
|
|
478
|
-
(() => null),
|
|
479
|
-
(acc) => acc,
|
|
480
|
-
(acc, x) => acc.push(x),
|
|
481
|
-
];
|
|
482
|
-
const defaultErrorHandler = (e, chan, val) => console.log(chan.id, "error occurred", e.message, val !== undefined ? val : "");
|
|
483
|
-
const maybeBuffer = (x) => x instanceof FixedBuffer || typeof x === "number";
|
|
484
|
-
|
|
485
|
-
class Mult {
|
|
486
|
-
constructor(...args) {
|
|
487
|
-
this.tapID = 0;
|
|
488
|
-
let id, src;
|
|
489
|
-
switch (args.length) {
|
|
490
|
-
case 2:
|
|
491
|
-
id = args[0];
|
|
492
|
-
src = args[1];
|
|
493
|
-
break;
|
|
494
|
-
case 1:
|
|
495
|
-
if (typeof args[0] === "string") {
|
|
496
|
-
id = args[0];
|
|
497
|
-
}
|
|
498
|
-
else {
|
|
499
|
-
src = args[0];
|
|
500
|
-
}
|
|
501
|
-
break;
|
|
502
|
-
case 0:
|
|
503
|
-
id = "mult" + Mult.nextID++;
|
|
504
|
-
break;
|
|
505
|
-
default:
|
|
506
|
-
errors.illegalArity(args.length);
|
|
507
|
-
}
|
|
508
|
-
if (src instanceof Channel) {
|
|
509
|
-
this.src = src;
|
|
510
|
-
}
|
|
511
|
-
else {
|
|
512
|
-
this.src = new Channel(id, src);
|
|
513
|
-
}
|
|
514
|
-
this.taps = new dcons.DCons();
|
|
515
|
-
this.process();
|
|
516
|
-
}
|
|
517
|
-
get id() {
|
|
518
|
-
return this.src && this.src.id;
|
|
519
|
-
}
|
|
520
|
-
set id(id) {
|
|
521
|
-
this.src && (this.src.id = id);
|
|
522
|
-
}
|
|
523
|
-
channel() {
|
|
524
|
-
return this.src;
|
|
525
|
-
}
|
|
526
|
-
write(val) {
|
|
527
|
-
if (this.src) {
|
|
528
|
-
return this.src.write(val);
|
|
529
|
-
}
|
|
530
|
-
return Promise.resolve(false);
|
|
531
|
-
}
|
|
532
|
-
close(flush = false) {
|
|
533
|
-
return this.src ? this.src.close(flush) : undefined;
|
|
534
|
-
}
|
|
535
|
-
tap(ch) {
|
|
536
|
-
if (this.taps) {
|
|
537
|
-
if (!(ch instanceof Channel)) {
|
|
538
|
-
ch = new Channel(this.src.id + "-tap" + this.tapID++, ch);
|
|
539
|
-
}
|
|
540
|
-
else if (this.taps.find(ch)) {
|
|
541
|
-
return ch;
|
|
542
|
-
}
|
|
543
|
-
this.taps.push(ch);
|
|
544
|
-
return ch;
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
untap(ch) {
|
|
548
|
-
if (this.taps) {
|
|
549
|
-
const t = this.taps.find(ch);
|
|
550
|
-
if (t) {
|
|
551
|
-
this.taps.remove(t);
|
|
552
|
-
return true;
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
return false;
|
|
556
|
-
}
|
|
557
|
-
untapAll(close = true) {
|
|
558
|
-
if (this.taps) {
|
|
559
|
-
let tap = this.taps.head;
|
|
560
|
-
while (tap) {
|
|
561
|
-
close && tap.value.close();
|
|
562
|
-
this.taps.remove(tap);
|
|
563
|
-
tap = tap.next;
|
|
564
|
-
}
|
|
565
|
-
return true;
|
|
566
|
-
}
|
|
567
|
-
return false;
|
|
568
|
-
}
|
|
569
|
-
async process() {
|
|
570
|
-
let x;
|
|
571
|
-
while (((x = null), (x = await this.src.read())) !== undefined) {
|
|
572
|
-
let t = this.taps.head;
|
|
573
|
-
while (t) {
|
|
574
|
-
if (!(await t.value.write(x))) {
|
|
575
|
-
this.taps.remove(t);
|
|
576
|
-
}
|
|
577
|
-
t = t.next;
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
for (let t of this.taps) {
|
|
581
|
-
await t.close();
|
|
582
|
-
}
|
|
583
|
-
delete this.src;
|
|
584
|
-
delete this.taps;
|
|
585
|
-
delete this.tapID;
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
Mult.nextID = 0;
|
|
589
|
-
|
|
590
|
-
class PubSub {
|
|
591
|
-
constructor(...args) {
|
|
592
|
-
switch (args.length) {
|
|
593
|
-
case 2:
|
|
594
|
-
this.src = args[0];
|
|
595
|
-
this.fn = args[1];
|
|
596
|
-
break;
|
|
597
|
-
case 1:
|
|
598
|
-
this.src = new Channel("pubsub" + PubSub.NEXT_ID++);
|
|
599
|
-
this.fn = args[0];
|
|
600
|
-
break;
|
|
601
|
-
default:
|
|
602
|
-
errors.illegalArity(args.length);
|
|
603
|
-
}
|
|
604
|
-
this.topics = {};
|
|
605
|
-
this.process();
|
|
606
|
-
}
|
|
607
|
-
get id() {
|
|
608
|
-
return this.src && this.src.id;
|
|
609
|
-
}
|
|
610
|
-
set id(id) {
|
|
611
|
-
this.src && (this.src.id = id);
|
|
612
|
-
}
|
|
613
|
-
channel() {
|
|
614
|
-
return this.src;
|
|
615
|
-
}
|
|
616
|
-
write(val) {
|
|
617
|
-
if (this.src) {
|
|
618
|
-
return this.src.write(val);
|
|
619
|
-
}
|
|
620
|
-
return Promise.resolve(false);
|
|
621
|
-
}
|
|
622
|
-
close(flush = false) {
|
|
623
|
-
return this.src ? this.src.close(flush) : undefined;
|
|
624
|
-
}
|
|
625
|
-
sub(id, tx) {
|
|
626
|
-
let topic = this.topics[id];
|
|
627
|
-
if (!topic) {
|
|
628
|
-
this.topics[id] = topic = new Mult(this.src.id + "-" + id);
|
|
629
|
-
}
|
|
630
|
-
return topic.tap(tx);
|
|
631
|
-
}
|
|
632
|
-
unsub(id, ch) {
|
|
633
|
-
let topic = this.topics[id];
|
|
634
|
-
if (topic) {
|
|
635
|
-
return topic.untap(ch);
|
|
636
|
-
}
|
|
637
|
-
return false;
|
|
638
|
-
}
|
|
639
|
-
unsubAll(id, close = true) {
|
|
640
|
-
let topic = this.topics[id];
|
|
641
|
-
if (topic) {
|
|
642
|
-
return topic.untapAll(close);
|
|
643
|
-
}
|
|
644
|
-
return false;
|
|
645
|
-
}
|
|
646
|
-
async process() {
|
|
647
|
-
let x;
|
|
648
|
-
while (((x = null), (x = await this.src.read())) !== undefined) {
|
|
649
|
-
const id = await this.fn(x);
|
|
650
|
-
let topic = this.topics[id];
|
|
651
|
-
topic && (await topic.write(x));
|
|
652
|
-
topic = this.topics["*"];
|
|
653
|
-
topic && (await topic.write(x));
|
|
654
|
-
}
|
|
655
|
-
for (let id of Object.keys(this.topics)) {
|
|
656
|
-
this.topics[id].close();
|
|
657
|
-
}
|
|
658
|
-
delete this.src;
|
|
659
|
-
delete this.topics;
|
|
660
|
-
delete this.fn;
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
PubSub.NEXT_ID = 0;
|
|
664
|
-
|
|
665
|
-
exports.Channel = Channel;
|
|
666
|
-
exports.DroppingBuffer = DroppingBuffer;
|
|
667
|
-
exports.FixedBuffer = FixedBuffer;
|
|
668
|
-
exports.Mult = Mult;
|
|
669
|
-
exports.PubSub = PubSub;
|
|
670
|
-
exports.SlidingBuffer = SlidingBuffer;
|
package/lib/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../buffer.js","../channel.js","../mult.js","../pubsub.js"],"sourcesContent":null,"names":["DCons","isFunction","illegalArity","delayed","cycle","range","shuffle","isReduced","unreduced"],"mappings":";;;;;;;;;;AACO,MAAM,WAAW,CAAC;AACzB,IAAI,WAAW,CAAC,KAAK,GAAG,CAAC,EAAE;AAC3B,QAAQ,IAAI,CAAC,GAAG,GAAG,IAAIA,WAAK,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;AAC3B,KAAK;AACL,IAAI,IAAI,MAAM,GAAG;AACjB,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC;AAC/B,KAAK;AACL,IAAI,OAAO,GAAG;AACd,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,KAAK,CAAC,CAAC;AACrC,KAAK;AACL,IAAI,MAAM,GAAG;AACb,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC;AAC7C,KAAK;AACL,IAAI,OAAO,GAAG;AACd,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;AAClC,KAAK;AACL,IAAI,IAAI,CAAC,CAAC,EAAE;AACZ,QAAQ,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE;AAC5B,YAAY,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7B,YAAY,OAAO,IAAI,CAAC;AACxB,SAAS;AACT,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,IAAI,GAAG;AACX,QAAQ,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE;AAC7B,YAAY,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;AACnC,SAAS;AACT,KAAK;AACL,CAAC;AACM,MAAM,cAAc,SAAS,WAAW,CAAC;AAChD,IAAI,WAAW,CAAC,KAAK,GAAG,CAAC,EAAE;AAC3B,QAAQ,KAAK,CAAC,KAAK,CAAC,CAAC;AACrB,KAAK;AACL,IAAI,MAAM,GAAG;AACb,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,IAAI,CAAC,CAAC,EAAE;AACZ,QAAQ,IAAI,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC,KAAK,EAAE;AAC1C,YAAY,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7B,SAAS;AACT,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,CAAC;AACM,MAAM,aAAa,SAAS,WAAW,CAAC;AAC/C,IAAI,WAAW,CAAC,KAAK,GAAG,CAAC,EAAE;AAC3B,QAAQ,KAAK,CAAC,KAAK,CAAC,CAAC;AACrB,KAAK;AACL,IAAI,MAAM,GAAG;AACb,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,IAAI,CAAC,CAAC,EAAE;AACZ,QAAQ,IAAI,IAAI,CAAC,GAAG,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE;AAC3C,YAAY,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;AAC5B,SAAS;AACT,QAAQ,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACzB,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL;;ACrDO,MAAM,OAAO,CAAC;AACrB,IAAI,WAAW,CAAC,GAAG,IAAI,EAAE;AACzB,QAAQ,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;AAC7B,QAAQ,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;AAC1B,QAAQ,QAAQ,IAAI,CAAC,MAAM;AAC3B,YAAY,KAAK,CAAC;AAClB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;AAC3C,oBAAoB,EAAE,GAAG,CAAC,CAAC;AAC3B,iBAAiB;AACjB,qBAAqB,IAAI,WAAW,CAAC,CAAC,CAAC,EAAE;AACzC,oBAAoB,GAAG,GAAG,CAAC,CAAC;AAC5B,iBAAiB;AACjB,qBAAqB;AACrB,oBAAoB,EAAE,GAAG,CAAC,CAAC;AAC3B,iBAAiB;AACjB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;AAC3C,oBAAoB,EAAE,GAAG,CAAC,CAAC;AAC3B,oBAAoB,IAAI,WAAW,CAAC,CAAC,CAAC,EAAE;AACxC,wBAAwB,GAAG,GAAG,CAAC,CAAC;AAChC,qBAAqB;AACrB,yBAAyB;AACzB,wBAAwB,EAAE,GAAG,CAAC,CAAC;AAC/B,qBAAqB;AACrB,iBAAiB;AACjB,qBAAqB;AACrB,oBAAoB,CAAC,EAAE,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;AACrC,iBAAiB;AACjB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAIC,iBAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAIA,iBAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE;AAChE,oBAAoB,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;AACzC,iBAAiB;AACjB,qBAAqB;AACrB,oBAAoB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,IAAI,CAAC;AACzC,iBAAiB;AACjB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;AAC1C,gBAAgB,MAAM;AACtB,YAAY;AACZ,gBAAgBC,mBAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAC1C,SAAS;AACT,QAAQ,IAAI,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,KAAK,EAAE,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;AACpD,QAAQ,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC;AACvB,QAAQ,IAAI,CAAC,GAAG,GAAG,OAAO,GAAG,KAAK,QAAQ,GAAG,IAAI,WAAW,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;AACxE,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAIF,WAAK,EAAE,CAAC;AAClC,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAIA,WAAK,EAAE,CAAC;AACjC,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAIA,WAAK,EAAE,CAAC;AACjC,QAAQ,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;AAC9C,QAAQ,IAAI,CAAC,OAAO,GAAG,EAAE,KAAK,GAAG,IAAI,mBAAmB,CAAC,CAAC;AAC1D,QAAQ,IAAI,CAAC,KAAK,GAAG,CAAC,EAAY;AAClC,QAAQ,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;AAC5B,KAAK;AACL,IAAI,OAAO,UAAU,CAAC,CAAC,EAAE,KAAK,EAAE;AAChC,QAAQ,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,KAAK,GAAGG,mBAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC;AAChE,QAAQ,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;AAC9B,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,OAAO,UAAU,CAAC,EAAE,EAAE,KAAK,EAAE;AACjC,QAAQ,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,KAAK,GAAGA,mBAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC;AAChE,QAAQ,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AACzB,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,OAAO,KAAK,CAAC,GAAG,EAAE,KAAK,EAAE;AAC7B,QAAQ,OAAO,OAAO,CAAC,IAAI,CAACC,iBAAK,CAAC,GAAG,CAAC,EAAE,KAAK,GAAGD,mBAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC;AACvE,KAAK;AACL,IAAI,OAAO,KAAK,CAAC,GAAG,IAAI,EAAE;AAC1B,QAAQ,MAAM,CAAC,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,CAAC,GAAG,IAAI,CAAC;AAC7C,QAAQ,OAAO,OAAO,CAAC,IAAI,CAACE,iBAAK,CAAC,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,KAAK,KAAK,SAAS,GAAGF,mBAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC;AAChG,KAAK;AAML,IAAI,OAAO,OAAO,CAAC,KAAK,EAAE;AAC1B,QAAQ,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC;AACjE,QAAQ,UAAU,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,EAAE,KAAK,CAAC,CAAC;AAC9C,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AAML,IAAI,OAAO,KAAK,CAAC,KAAK,EAAE;AACxB,QAAQ,OAAO,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC;AAC7C,KAAK;AAOL,IAAI,OAAO,WAAW,CAAC,CAAC,EAAE;AAC1B,QAAQ,MAAM,IAAI,GAAG,IAAI,OAAO,EAAE,CAAC;AACnC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY;AACnC,YAAY,MAAM,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AAChC,YAAY,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC;AAC/B,YAAY,OAAO,CAAC,CAAC;AACrB,SAAS,GAAG,CAAC,CAAC;AACd,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,OAAO,IAAI,CAAC,GAAG,IAAI,EAAE;AACzB,QAAQ,IAAI,KAAK,EAAE,EAAE,CAAC;AACtB,QAAQ,QAAQ,IAAI,CAAC,MAAM;AAC3B,YAAY,KAAK,CAAC;AAClB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,SAAS,EAAE;AAClD,oBAAoB,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AACpC,iBAAiB;AACjB,qBAAqB;AACrB,oBAAoB,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AACjC,iBAAiB;AACjB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7B,gBAAgB,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAChC,gBAAgB,MAAM;AACtB,YAAY;AACZ,gBAAgBD,mBAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAC1C,SAAS;AACT,QAAQ,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,EAAE,CAAC,CAAC;AACrC,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;AAClC,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AASL,IAAI,OAAO,MAAM,CAAC,KAAK,EAAE;AACzB,QAAQ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK;AACxC,YAAY,MAAM,OAAO,GAAG,MAAM;AAClC,gBAAgB,KAAK,IAAI,CAAC,IAAII,cAAO,CAAC,KAAK,CAAC,EAAE;AAC9C,oBAAoB,IAAI,CAAC,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE;AACxD,wBAAwB,CAAC,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;AAC9D,wBAAwB,OAAO;AAC/B,qBAAqB;AACrB,iBAAiB;AACjB,gBAAgB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;AACxD,aAAa,CAAC;AACd,YAAY,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;AACpD,SAAS,CAAC,CAAC;AACX,KAAK;AAiBL,IAAI,OAAO,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,GAAG,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE;AAC1D,QAAQ,GAAG,GAAG,GAAG,IAAI,IAAI,OAAO,EAAE,CAAC;AACnC,QAAQ,CAAC,YAAY;AACrB,YAAY,OAAO,IAAI,EAAE;AACzB,gBAAgB,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,MAAM,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC1D,gBAAgB,IAAI,CAAC,KAAK,SAAS,EAAE;AACrC,oBAAoB,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AACvD,oBAAoB,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;AACvC,wBAAwB,KAAK,KAAK,MAAM,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC;AACrD,wBAAwB,MAAM;AAC9B,qBAAqB;AACrB,iBAAiB;AACjB,qBAAqB;AACrB,oBAAoB,MAAM,GAAG,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AAC5D,iBAAiB;AACjB,aAAa;AACb,SAAS,GAAG,CAAC;AACb,QAAQ,OAAO,GAAG,CAAC;AACnB,KAAK;AAwCL,IAAI,OAAO,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,YAAY,GAAG,IAAI,EAAE,WAAW,GAAG,IAAI,EAAE;AAC5E,QAAQ,GAAG,GAAG,GAAG,IAAI,IAAI,OAAO,EAAE,CAAC;AACnC,QAAQ,CAAC,YAAY;AACrB,YAAY,IAAI,GAAG,GAAG,EAAE,CAAC;AACzB,YAAY,IAAI,IAAI,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;AAClC,YAAY,IAAI,GAAG,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,CAAC;AACrC,YAAY,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC;AACjC,YAAY,OAAO,IAAI,EAAE;AACzB,gBAAgB,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;AAC7D,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AAC3C,gBAAgB,IAAI,CAAC,KAAK,SAAS,EAAE;AACrC,oBAAoB,IAAI,YAAY,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;AAC5D,wBAAwB,MAAM;AAC9B,qBAAqB;AACrB,oBAAoB,KAAK,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACzC,iBAAiB;AACjB,gBAAgB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAC7B,gBAAgB,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAC/B,gBAAgB,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE;AAC/B,oBAAoB,MAAM,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACzC,oBAAoB,GAAG,GAAG,EAAE,CAAC;AAC7B,oBAAoB,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC;AACrC,oBAAoB,GAAG,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,CAAC;AACzC,iBAAiB;AACjB,aAAa;AACb,YAAY,WAAW,KAAK,MAAM,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC;AAC/C,SAAS,GAAG,CAAC;AACb,QAAQ,OAAO,GAAG,CAAC;AACnB,KAAK;AACL,IAAI,OAAO,GAAG;AACd,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,KAAK,CAAC,KAAK,EAAE;AACjB,QAAQ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK;AACxC,YAAY,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,GAAa;AAC7C,gBAAgB,OAAO,CAAC,KAAK,CAAC,CAAC;AAC/B,aAAa;AACb,YAAY,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,OAAO,CAAC,UAAU,EAAE;AACzD,gBAAgB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC;AACjC,oBAAoB,KAAK,EAAE,IAAI,CAAC,EAAE;AAClC,0BAA0B,YAAY;AACtC,4BAA4B,IAAI;AAChC,gCAAgC,IAAIC,qBAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,EAAE;AAC9E,oCAAoC,IAAI,CAAC,KAAK,GAAG,CAAC,EAAc;AAChE,iCAAiC;AACjC,6BAA6B;AAC7B,4BAA4B,OAAO,CAAC,EAAE;AACtC,gCAAgC,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,6BAA6B;AAC7B,yBAAyB;AACzB,0BAA0B,MAAM,KAAK;AACrC,oBAAoB,OAAO;AAC3B,iBAAiB,CAAC,CAAC;AACnB,gBAAgB,IAAI,CAAC,OAAO,EAAE,CAAC;AAC/B,aAAa;AACb,iBAAiB;AACjB,gBAAgB,MAAM,IAAI,KAAK,CAAC,CAAC,iBAAiB,EAAE,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAC9F,aAAa;AACb,SAAS,CAAC,CAAC;AACX,KAAK;AACL,IAAI,IAAI,GAAG;AACX,QAAQ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK;AACxC,YAAY,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,GAAa;AAC7C,gBAAgB,OAAO,CAAC,SAAS,CAAC,CAAC;AACnC,aAAa;AACb,YAAY,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AACrC,YAAY,IAAI,CAAC,OAAO,EAAE,CAAC;AAC3B,SAAS,CAAC,CAAC;AACX,KAAK;AACL,IAAI,OAAO,CAAC,OAAO,GAAG,IAAI,EAAE;AAC5B,QAAQ,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK;AACxC,YAAY,CAAC,YAAY,OAAO,CAAC,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC;AACjG,SAAS,CAAC,CAAC;AACX,KAAK;AACL,IAAI,KAAK,CAAC,KAAK,GAAG,KAAK,EAAE;AACzB,QAAQ,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,GAAa;AACzC,YAAY,IAAI,CAAC,KAAK,GAAG,CAAC,EAAc;AACxC,YAAY,KAAK,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;AAClC,YAAY,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;AAClC,SAAS;AACT,KAAK;AACL,IAAI,QAAQ,GAAG;AACf,QAAQ,OAAO,IAAI,CAAC,KAAK,KAAK,CAAC,EAAY;AAC3C,KAAK;AACL,IAAI,UAAU,GAAG;AACjB,QAAQ,QAAQ,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,KAAe,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC;AAC/E,aAAa,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC;AACnD,aAAa,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE;AACnD,KAAK;AACL,IAAI,OAAO,CAAC,EAAE,GAAG,CAAC,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE;AACtD,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,IAAI,CAAC,CAAC;AAClB,YAAY,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,SAAS,EAAE;AACxE,gBAAgB,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;AAC5B,aAAa;AACb,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,OAAO,CAAC,EAAE,EAAE,KAAK,GAAG,IAAI,EAAE;AAC9B,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,OAAO,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE;AACrC,gBAAgB,MAAM,GAAG,GAAG,MAAM,EAAE,EAAE,CAAC;AACvC,gBAAgB,IAAI,GAAG,KAAK,SAAS,EAAE;AACvC,oBAAoB,KAAK,KAAK,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;AAClD,oBAAoB,MAAM;AAC1B,iBAAiB;AACjB,gBAAgB,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACtC,aAAa;AACb,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,oBAAoB,CAAC,EAAE,GAAG,CAAC,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE;AACnE,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,IAAI,CAAC,CAAC;AAClB,YAAY,OAAO,IAAI,CAAC,UAAU,EAAE,EAAE;AACtC,gBAAgB,CAAC,GAAG,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC;AACtC,gBAAgB,IAAI,CAAC,KAAK,SAAS,EAAE;AACrC,oBAAoB,MAAM;AAC1B,iBAAiB;AACjB,gBAAgB,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;AAC5B,gBAAgB,CAAC,GAAG,IAAI,CAAC;AACzB,aAAa;AACb,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE;AACrB,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,MAAM,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,CAAC,GAAG,GAAG,CAAC;AACjD,YAAY,GAAG,GAAG,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,EAAE,CAAC;AAC7C,YAAY,IAAI,CAAC,CAAC;AAClB,YAAY,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,SAAS,EAAE;AACxE,gBAAgB,GAAG,GAAG,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACrC,gBAAgB,IAAIA,qBAAS,CAAC,GAAG,CAAC,EAAE;AACpC,oBAAoB,GAAG,GAAG,GAAG,CAAC,KAAK,EAAE,CAAC;AACtC,oBAAoB,MAAM;AAC1B,iBAAiB;AACjB,aAAa;AACb,YAAY,OAAOC,qBAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;AAC5C,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,SAAS,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE;AAC5B,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,MAAM,IAAI,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC;AACjC,YAAY,OAAOA,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;AACpE,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,IAAI,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI,EAAE;AAC5B,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,KAAK,IAAI,CAAC,IAAI,GAAG,EAAE;AAC/B,gBAAgB,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE;AACrC,oBAAoB,MAAM;AAC1B,iBAAiB;AACjB,gBAAgB,MAAM,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AACpC,aAAa;AACb,YAAY,KAAK,KAAK,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;AAC1C,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,IAAI,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE;AAC7B,QAAQ,IAAI,EAAE,IAAI,YAAY,OAAO,CAAC,EAAE;AACxC,YAAY,IAAI,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;AACrC,SAAS;AACT,QAAQ,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AAC1C,aAAa,IAAI,CAAC,MAAM;AACxB,YAAY,KAAK,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;AAClC,SAAS,CAAC,CAAC;AACX,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,GAAG,IAAI,EAAE;AAC9C,QAAQ,IAAI,EAAE,MAAM,YAAY,OAAO,CAAC,EAAE;AAC1C,YAAY,MAAM,GAAG,IAAI,OAAO,EAAE,CAAC;AACnC,SAAS;AACT,QAAQ,IAAI,EAAE,MAAM,YAAY,OAAO,CAAC,EAAE;AAC1C,YAAY,MAAM,GAAG,IAAI,OAAO,EAAE,CAAC;AACnC,SAAS;AACT,QAAQ,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM;AAC7E,YAAY,KAAK,KAAK,MAAM,CAAC,KAAK,EAAE,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;AACtD,SAAS,CAAC,CAAC;AACX,QAAQ,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAChC,KAAK;AACL,IAAI,MAAM,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE;AAChC,QAAQ,OAAO,CAAC,YAAY;AAC5B,YAAY,KAAK,IAAI,CAAC,IAAI,KAAK,EAAE;AACjC,gBAAgB,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AACtD,aAAa;AACb,YAAY,KAAK,KAAK,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;AAC1C,SAAS,GAAG,CAAC;AACb,KAAK;AACL,IAAI,OAAO,GAAG;AACd,QAAQ,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,GAAe;AAC3C,YAAY,IAAI,CAAC,KAAK,GAAG,CAAC,EAAY;AACtC,YAAY,IAAI,CAAC,KAAK,EAAE,CAAC;AACzB,YAAY,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;AAC/B,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC;AAC9B,YAAY,OAAO,IAAI,CAAC,MAAM,CAAC;AAC/B,YAAY,OAAO,IAAI,CAAC,GAAG,CAAC;AAC5B,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC;AAC9B,YAAY,OAAO,IAAI,CAAC,EAAE,CAAC;AAC3B,YAAY,OAAO,IAAI,CAAC,MAAM,CAAC;AAC/B,YAAY,OAAO,IAAI,CAAC,OAAO,CAAC;AAChC,SAAS;AACT,KAAK;AACL,IAAI,MAAM,OAAO,GAAG;AACpB,QAAQ,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;AAC1B,YAAY,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;AAC/B,YAAY,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;AACvD,YAAY,IAAI,SAAS,GAAG,IAAI,CAAC;AACjC,YAAY,OAAO,SAAS,EAAE;AAC9B,gBAAgB,OAAO,KAAK,CAAC,MAAM,KAAK,KAAK,CAAC,MAAM,IAAI,GAAG,CAAC,MAAM,CAAC,EAAE;AACrE,oBAAoB,IAAI,KAAK,CAAC,MAAM,EAAE;AACtC,wBAAwB,MAAM,GAAG,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;AACjD,wBAAwB,IAAI,GAAG,KAAK,SAAS,EAAE;AAC/C,4BAA4B,KAAK,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC;AAC9C,yBAAyB;AACzB,qBAAqB;AACrB,yBAAyB;AACzB,wBAAwB,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC;AAC7D,wBAAwB,IAAI,GAAG,KAAK,SAAS,EAAE;AAC/C,4BAA4B,KAAK,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC;AAC9C,yBAAyB;AACzB,qBAAqB;AACrB,iBAAiB;AACjB,gBAAgB,OAAO,MAAM,CAAC,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,EAAE;AACvD,oBAAoB,MAAM,GAAG,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;AAC9C,oBAAoB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClC,oBAAoB,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;AACtC,iBAAiB;AACjB,gBAAgB,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,GAAe;AACnD,oBAAoB,IAAI,IAAI,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE;AACnD,wBAAwB,IAAI;AAE5B,4BAA4B,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACnD,yBAAyB;AACzB,wBAAwB,OAAO,CAAC,EAAE;AAClC,4BAA4B,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;AAClD,yBAAyB;AACzB,qBAAqB;AACrB,oBAAoB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE;AAC5C,wBAAwB,IAAI,CAAC,OAAO,EAAE,CAAC;AACvC,wBAAwB,OAAO;AAC/B,qBAAqB;AACrB,iBAAiB;AACjB,gBAAgB,SAAS;AACzB,oBAAoB,CAAC,KAAK,CAAC,MAAM,KAAK,KAAK,CAAC,MAAM,IAAI,GAAG,CAAC,MAAM,CAAC;AACjE,yBAAyB,MAAM,CAAC,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;AACzD,aAAa;AACb,YAAY,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;AAChC,SAAS;AACT,KAAK;AACL,IAAI,KAAK,GAAG;AACZ,QAAQ,IAAI,EAAE,CAAC;AACf,QAAQ,QAAQ,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,GAAG;AACzC,YAAY,EAAE,EAAE,CAAC;AACjB,SAAS;AACT,QAAQ,QAAQ,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG;AAC1C,YAAY,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAC9B,SAAS;AACT,QAAQ,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;AAC3B,KAAK;AACL,CAAC;AACD,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;AAC1B,OAAO,CAAC,OAAO,GAAG,CAAC,CAAC;AACpB,OAAO,CAAC,QAAQ,GAAG,OAAO,YAAY,KAAK,UAAU,GAAG,YAAY,GAAG,UAAU,CAAC;AAClF,OAAO,CAAC,GAAG,GAAG;AACd,KAAK,MAAM,IAAI;AACf,IAAI,CAAC,GAAG,KAAK,GAAG;AAChB,IAAI,CAAC,GAAG,EAAE,CAAC,KAAK,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;AAC3B,CAAC,CAAC;AACF,MAAM,mBAAmB,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE,GAAG,KAAK,SAAS,GAAG,GAAG,GAAG,EAAE,CAAC,CAAC;AAC9H,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,YAAY,WAAW,IAAI,OAAO,CAAC,KAAK,QAAQ;;AC/erE,MAAM,IAAI,CAAC;AAClB,IAAI,WAAW,CAAC,GAAG,IAAI,EAAE;AACzB,QAAQ,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;AACvB,QAAQ,IAAI,EAAE,EAAE,GAAG,CAAC;AACpB,QAAQ,QAAQ,IAAI,CAAC,MAAM;AAC3B,YAAY,KAAK,CAAC;AAClB,gBAAgB,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7B,gBAAgB,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9B,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;AACjD,oBAAoB,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AACjC,iBAAiB;AACjB,qBAAqB;AACrB,oBAAoB,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAClC,iBAAiB;AACjB,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,EAAE,GAAG,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;AAC5C,gBAAgB,MAAM;AACtB,YAAY;AACZ,gBAAgBN,mBAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAC1C,SAAS;AACT,QAAQ,IAAI,GAAG,YAAY,OAAO,EAAE;AACpC,YAAY,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;AAC3B,SAAS;AACT,aAAa;AACb,YAAY,IAAI,CAAC,GAAG,GAAG,IAAI,OAAO,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC;AAC5C,SAAS;AACT,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAIF,WAAK,EAAE,CAAC;AAChC,QAAQ,IAAI,CAAC,OAAO,EAAE,CAAC;AACvB,KAAK;AACL,IAAI,IAAI,EAAE,GAAG;AACb,QAAQ,OAAO,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;AACvC,KAAK;AACL,IAAI,IAAI,EAAE,CAAC,EAAE,EAAE;AACf,QAAQ,IAAI,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;AACvC,KAAK;AACL,IAAI,OAAO,GAAG;AACd,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC;AACxB,KAAK;AACL,IAAI,KAAK,CAAC,GAAG,EAAE;AACf,QAAQ,IAAI,IAAI,CAAC,GAAG,EAAE;AACtB,YAAY,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACvC,SAAS;AACT,QAAQ,OAAO,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK;AACL,IAAI,KAAK,CAAC,KAAK,GAAG,KAAK,EAAE;AACzB,QAAQ,OAAO,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;AAC5D,KAAK;AACL,IAAI,GAAG,CAAC,EAAE,EAAE;AACZ,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE;AACvB,YAAY,IAAI,EAAE,EAAE,YAAY,OAAO,CAAC,EAAE;AAC1C,gBAAgB,EAAE,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,MAAM,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;AAC1E,aAAa;AACb,iBAAiB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE;AACzC,gBAAgB,OAAO,EAAE,CAAC;AAC1B,aAAa;AACb,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC/B,YAAY,OAAO,EAAE,CAAC;AACtB,SAAS;AACT,KAAK;AACL,IAAI,KAAK,CAAC,EAAE,EAAE;AACd,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE;AACvB,YAAY,MAAM,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACzC,YAAY,IAAI,CAAC,EAAE;AACnB,gBAAgB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACpC,gBAAgB,OAAO,IAAI,CAAC;AAC5B,aAAa;AACb,SAAS;AACT,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,QAAQ,CAAC,KAAK,GAAG,IAAI,EAAE;AAC3B,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE;AACvB,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;AACrC,YAAY,OAAO,GAAG,EAAE;AACxB,gBAAgB,KAAK,IAAI,GAAG,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;AAC3C,gBAAgB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;AACtC,gBAAgB,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC;AAC/B,aAAa;AACb,YAAY,OAAO,IAAI,CAAC;AACxB,SAAS;AACT,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,MAAM,OAAO,GAAG;AACpB,QAAQ,IAAI,CAAC,CAAC;AACd,QAAQ,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,MAAM,SAAS,EAAE;AACxE,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;AACnC,YAAY,OAAO,CAAC,EAAE;AACtB,gBAAgB,IAAI,EAAE,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE;AAC/C,oBAAoB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACxC,iBAAiB;AACjB,gBAAgB,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;AAC3B,aAAa;AACb,SAAS;AACT,QAAQ,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE;AACjC,YAAY,MAAM,CAAC,CAAC,KAAK,EAAE,CAAC;AAC5B,SAAS;AACT,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC;AACxB,QAAQ,OAAO,IAAI,CAAC,IAAI,CAAC;AACzB,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC;AAC1B,KAAK;AACL,CAAC;AACD,IAAI,CAAC,MAAM,GAAG,CAAC;;ACvGR,MAAM,MAAM,CAAC;AACpB,IAAI,WAAW,CAAC,GAAG,IAAI,EAAE;AACzB,QAAQ,QAAQ,IAAI,CAAC,MAAM;AAC3B,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AACnC,gBAAgB,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAClC,gBAAgB,MAAM;AACtB,YAAY,KAAK,CAAC;AAClB,gBAAgB,IAAI,CAAC,GAAG,GAAG,IAAI,OAAO,CAAC,QAAQ,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;AACpE,gBAAgB,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAClC,gBAAgB,MAAM;AACtB,YAAY;AACZ,gBAAgBE,mBAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAC1C,SAAS;AACT,QAAQ,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;AACzB,QAAQ,IAAI,CAAC,OAAO,EAAE,CAAC;AACvB,KAAK;AACL,IAAI,IAAI,EAAE,GAAG;AACb,QAAQ,OAAO,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;AACvC,KAAK;AACL,IAAI,IAAI,EAAE,CAAC,EAAE,EAAE;AACf,QAAQ,IAAI,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;AACvC,KAAK;AACL,IAAI,OAAO,GAAG;AACd,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC;AACxB,KAAK;AACL,IAAI,KAAK,CAAC,GAAG,EAAE;AACf,QAAQ,IAAI,IAAI,CAAC,GAAG,EAAE;AACtB,YAAY,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACvC,SAAS;AACT,QAAQ,OAAO,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK;AACL,IAAI,KAAK,CAAC,KAAK,GAAG,KAAK,EAAE;AACzB,QAAQ,OAAO,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;AAC5D,KAAK;AAaL,IAAI,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE;AAChB,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AACpC,QAAQ,IAAI,CAAC,KAAK,EAAE;AACpB,YAAY,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,KAAK,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,CAAC,CAAC;AACvE,SAAS;AACT,QAAQ,OAAO,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;AAC7B,KAAK;AACL,IAAI,KAAK,CAAC,EAAE,EAAE,EAAE,EAAE;AAClB,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AACpC,QAAQ,IAAI,KAAK,EAAE;AACnB,YAAY,OAAO,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;AACnC,SAAS;AACT,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,QAAQ,CAAC,EAAE,EAAE,KAAK,GAAG,IAAI,EAAE;AAC/B,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AACpC,QAAQ,IAAI,KAAK,EAAE;AACnB,YAAY,OAAO,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AACzC,SAAS;AACT,QAAQ,OAAO,KAAK,CAAC;AACrB,KAAK;AACL,IAAI,MAAM,OAAO,GAAG;AACpB,QAAQ,IAAI,CAAC,CAAC;AACd,QAAQ,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,MAAM,SAAS,EAAE;AACxE,YAAY,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AACxC,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AACxC,YAAY,KAAK,KAAK,MAAM,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5C,YAAY,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;AACrC,YAAY,KAAK,KAAK,MAAM,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5C,SAAS;AACT,QAAQ,KAAK,IAAI,EAAE,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;AACjD,YAAY,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC;AACpC,SAAS;AACT,QAAQ,OAAO,IAAI,CAAC,GAAG,CAAC;AACxB,QAAQ,OAAO,IAAI,CAAC,MAAM,CAAC;AAC3B,QAAQ,OAAO,IAAI,CAAC,EAAE,CAAC;AACvB,KAAK;AACL,CAAC;AACD,MAAM,CAAC,OAAO,GAAG,CAAC;;;;;;;;;"}
|
package/lib/index.umd.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@thi.ng/dcons"),require("@thi.ng/arrays"),require("@thi.ng/checks"),require("@thi.ng/errors"),require("@thi.ng/transducers")):"function"==typeof define&&define.amd?define(["exports","@thi.ng/dcons","@thi.ng/arrays","@thi.ng/checks","@thi.ng/errors","@thi.ng/transducers"],e):e(((t="undefined"!=typeof globalThis?globalThis:t||self).thi=t.thi||{},t.thi.ng=t.thi.ng||{},t.thi.ng.csp={}),t.thi.ng.dcons,t.thi.ng.arrays,t.thi.ng.checks,t.thi.ng.errors,t.thi.ng.transducers)}(this,(function(t,e,s,i,r,n){"use strict";class h{constructor(t=1){this.buf=new e.DCons,this.limit=t}get length(){return this.buf.length}isEmpty(){return 0===this.buf.length}isFull(){return this.buf.length>=this.limit}release(){return this.buf.release()}push(t){return!this.isFull()&&(this.buf.push(t),!0)}drop(){if(!this.isEmpty())return this.buf.drop()}}class a{constructor(...t){let s,n,c,u,[d,f]=t;switch(t.length){case 0:break;case 1:"string"==typeof d?s=d:o(d)?n=d:c=d;break;case 2:"string"==typeof d?(s=d,o(f)?n=f:c=f):[c,u]=t;break;case 3:i.isFunction(t[1])&&i.isFunction(t[2])?[s,c,u]=t:[s,n,c]=t;break;case 4:[s,n,c,u]=t;break;default:r.illegalArity(t.length)}this.id=s||"chan-"+a.NEXT_ID++,n=n||1,this.buf="number"==typeof n?new h(n):n,this.writes=new e.DCons,this.reads=new e.DCons,this.txbuf=new e.DCons,this.tx=c?c(a.RFN):null,this.onerror=c&&(u||l),this.state=0,this.isBusy=!1}static constantly(t,e){const s=new a(e?n.delayed(e):null);return s.produce((()=>t)),s}static repeatedly(t,e){const s=new a(e?n.delayed(e):null);return s.produce(t),s}static cycle(t,e){return a.from(n.cycle(t),e?n.delayed(e):null)}static range(...t){const[e,s,i,r]=t;return a.from(n.range(e,s,i),void 0!==r?n.delayed(r):null)}static timeout(t){const e=new a("timeout-"+a.NEXT_ID++);return setTimeout((()=>e.close()),t),e}static sleep(t){return a.timeout(t).read()}static fromPromise(t){const e=new a;return t.then((t=>(async()=>(await e.write(t),await e.close(),t))())),e}static from(...t){let e,s;switch(t.length){case 1:break;case 2:"boolean"==typeof t[1]?e=t[1]:s=t[1];break;case 3:s=t[1],e=t[2];break;default:r.illegalArity(t.length)}const i=new a(s);return i.into(t[0],e),i}static select(t){return new Promise((e=>{const i=()=>{for(let i of s.shuffle(t))if(i.isReadable()||i.isClosed())return void i.read().then((t=>e([t,i])));a.SCHEDULE.call(null,i,0)};a.SCHEDULE.call(null,i,0)}))}static merge(t,e,s=!0,i=!1){return e=e||new a,(async()=>{for(;;){let[r,n]=await a.select(t);if(void 0===r){if(t.splice(t.indexOf(n),1),!t.length){s&&await e.close();break}}else await e.write(i?[n.id,r]:r)}})(),e}static mergeTuples(t,e,s=!0,i=!0){return e=e||new a,(async()=>{let r=[],n=[...t],h=new Set(t),l=t.length;for(;;){let[i,o]=await a.select([...h]),c=n.indexOf(o);if(void 0===i){if(s||1===t.length)break;t.splice(c,1)}r[c]=i,h.delete(o),0==--l&&(await e.write(r),r=[],l=t.length,h=new Set(t))}i&&await e.close()})(),e}channel(){return this}write(t){return new Promise((e=>{if(0!==this.state&&e(!1),!(this.writes.length<a.MAX_WRITES))throw new Error(`channel stalled (${a.MAX_WRITES} unprocessed writes)`);this.writes.push({value:this.tx?async()=>{try{n.isReduced(this.tx[2](this.txbuf,t))&&(this.state=1)}catch(e){this.onerror(e,this,t)}}:()=>t,resolve:e}),this.process()}))}read(){return new Promise((t=>{2===this.state&&t(void 0),this.reads.push(t),this.process()}))}tryRead(t=1e3){return new Promise((e=>{(async()=>{e((await a.select([this,a.timeout(t)]))[0])})()}))}close(t=!1){if(0===this.state)return this.state=1,t&&this.flush(),this.process()}isClosed(){return 0!==this.state}isReadable(){return 2!==this.state&&this.buf&&this.buf.length>0||this.writes&&this.writes.length>0||this.txbuf&&this.txbuf.length>0}consume(t=(t=>console.log(this.id,":",t))){return(async()=>{let e;for(;void 0!==(e=null,e=await this.read());)await t(e)})()}produce(t,e=!0){return(async()=>{for(;!this.isClosed();){const s=await t();if(void 0===s){e&&await this.close();break}await this.write(s)}})()}consumeWhileReadable(t=(t=>console.log(this.id,":",t))){return(async()=>{let e;for(;this.isReadable()&&(e=await this.read(),void 0!==e);)await t(e),e=null})()}reduce(t,e){return(async()=>{const[s,i,r]=t;let h;for(e=null!=e?e:s();void 0!==(h=null,h=await this.read());)if(e=r(e,h),n.isReduced(e)){e=e.deref();break}return n.unreduced(i(e))})()}transduce(t,e,s){return(async()=>{const i=t(e);return n.unreduced(i[1](await this.reduce(i,s)))})()}into(t,e=!0){return(async()=>{for(let e of t){if(this.isClosed())break;await this.write(e)}e&&await this.close()})()}pipe(t,e=!0){return t instanceof a||(t=new a(t)),this.consume((e=>t.write(e))).then((()=>{e&&t.close()})),t}split(t,e,s,i=!0){return e instanceof a||(e=new a),s instanceof a||(s=new a),this.consume((i=>(t(i)?e:s).write(i))).then((()=>{i&&(e.close(),s.close())})),[e,s]}concat(t,e=!0){return(async()=>{for(let e of t)await e.consume((t=>this.write(t)));e&&await this.close()})()}release(){1===this.state&&(this.state=2,this.flush(),this.buf.release(),delete this.reads,delete this.writes,delete this.buf,delete this.txbuf,delete this.tx,delete this.isBusy,delete this.onerror)}async process(){if(!this.isBusy){this.isBusy=!0;const{buf:t,txbuf:e,reads:s,writes:i}=this;let r=!0;for(;r;){for(;s.length&&(e.length||t.length);)if(e.length){const t=e.drop();void 0!==t&&s.drop()(t)}else{const e=await t.drop().value();void 0!==e&&s.drop()(e)}for(;i.length&&!t.isFull();){const e=i.drop();t.push(e),e.resolve(!0)}if(1===this.state){if(this.tx&&!i.length)try{this.tx[1](this.txbuf)}catch(t){this.onerror(t,this)}if(!this.isReadable())return void this.release()}r=s.length&&(e.length||t.length)||i.length&&!t.isFull()}this.isBusy=!1}}flush(){let t;for(;t=this.reads.drop();)t();for(;t=this.writes.drop();)t.resolve(!1);this.buf.release()}}a.MAX_WRITES=1024,a.NEXT_ID=0,a.SCHEDULE="function"==typeof setImmediate?setImmediate:setTimeout,a.RFN=[()=>null,t=>t,(t,e)=>t.push(e)];const l=(t,e,s)=>console.log(e.id,"error occurred",t.message,void 0!==s?s:""),o=t=>t instanceof h||"number"==typeof t;class c{constructor(...t){let s,i;switch(this.tapID=0,t.length){case 2:s=t[0],i=t[1];break;case 1:"string"==typeof t[0]?s=t[0]:i=t[0];break;case 0:s="mult"+c.nextID++;break;default:r.illegalArity(t.length)}this.src=i instanceof a?i:new a(s,i),this.taps=new e.DCons,this.process()}get id(){return this.src&&this.src.id}set id(t){this.src&&(this.src.id=t)}channel(){return this.src}write(t){return this.src?this.src.write(t):Promise.resolve(!1)}close(t=!1){return this.src?this.src.close(t):void 0}tap(t){if(this.taps){if(t instanceof a){if(this.taps.find(t))return t}else t=new a(this.src.id+"-tap"+this.tapID++,t);return this.taps.push(t),t}}untap(t){if(this.taps){const e=this.taps.find(t);if(e)return this.taps.remove(e),!0}return!1}untapAll(t=!0){if(this.taps){let e=this.taps.head;for(;e;)t&&e.value.close(),this.taps.remove(e),e=e.next;return!0}return!1}async process(){let t;for(;void 0!==(t=null,t=await this.src.read());){let e=this.taps.head;for(;e;)await e.value.write(t)||this.taps.remove(e),e=e.next}for(let t of this.taps)await t.close();delete this.src,delete this.taps,delete this.tapID}}c.nextID=0;class u{constructor(...t){switch(t.length){case 2:this.src=t[0],this.fn=t[1];break;case 1:this.src=new a("pubsub"+u.NEXT_ID++),this.fn=t[0];break;default:r.illegalArity(t.length)}this.topics={},this.process()}get id(){return this.src&&this.src.id}set id(t){this.src&&(this.src.id=t)}channel(){return this.src}write(t){return this.src?this.src.write(t):Promise.resolve(!1)}close(t=!1){return this.src?this.src.close(t):void 0}sub(t,e){let s=this.topics[t];return s||(this.topics[t]=s=new c(this.src.id+"-"+t)),s.tap(e)}unsub(t,e){let s=this.topics[t];return!!s&&s.untap(e)}unsubAll(t,e=!0){let s=this.topics[t];return!!s&&s.untapAll(e)}async process(){let t;for(;void 0!==(t=null,t=await this.src.read());){const e=await this.fn(t);let s=this.topics[e];s&&await s.write(t),s=this.topics["*"],s&&await s.write(t)}for(let t of Object.keys(this.topics))this.topics[t].close();delete this.src,delete this.topics,delete this.fn}}u.NEXT_ID=0,t.Channel=a,t.DroppingBuffer=class extends h{constructor(t=1){super(t)}isFull(){return!1}push(t){return this.buf.length<this.limit&&this.buf.push(t),!0}},t.FixedBuffer=h,t.Mult=c,t.PubSub=u,t.SlidingBuffer=class extends h{constructor(t=1){super(t)}isFull(){return!1}push(t){return this.buf.length>=this.limit&&this.buf.drop(),this.buf.push(t),!0}},Object.defineProperty(t,"__esModule",{value:!0})}));
|
package/lib/index.umd.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.umd.js","sources":["../buffer.js","../channel.js","../mult.js","../pubsub.js"],"sourcesContent":null,"names":["DCons","isFunction","illegalArity","delayed","cycle","range","shuffle","isReduced","unreduced"],"mappings":"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"}
|