@thi.ng/api 7.1.7 → 8.0.0
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 +172 -204
- package/README.md +15 -25
- package/{constants.d.ts → api.d.ts} +1 -1
- package/{constants.js → api.js} +0 -0
- package/{api/assoc.d.ts → assoc.d.ts} +0 -0
- package/{api/assoc.js → assoc.js} +0 -0
- package/{api/bind.d.ts → bind.d.ts} +0 -0
- package/{api/bind.js → bind.js} +0 -0
- package/{api/buffered.d.ts → buffered.d.ts} +0 -0
- package/{api/buffered.js → buffered.js} +0 -0
- package/{api/clear.d.ts → clear.d.ts} +0 -0
- package/{api/clear.js → clear.js} +0 -0
- package/{api/compare.d.ts → compare.d.ts} +0 -0
- package/{api/compare.js → compare.js} +0 -0
- package/{api/contains.d.ts → contains.d.ts} +0 -0
- package/{api/contains.js → contains.js} +0 -0
- package/{api/copy.d.ts → copy.d.ts} +0 -0
- package/{api/copy.js → copy.js} +0 -0
- package/decorators/deprecated.js +3 -2
- package/{api/deref.d.ts → deref.d.ts} +0 -0
- package/{api/deref.js → deref.js} +0 -0
- package/{api/dissoc.d.ts → dissoc.d.ts} +0 -0
- package/{api/dissoc.js → dissoc.js} +0 -0
- package/{api/empty.d.ts → empty.d.ts} +0 -0
- package/{api/empty.js → empty.js} +0 -0
- package/{api/enable.d.ts → enable.d.ts} +0 -0
- package/{api/enable.js → enable.js} +0 -0
- package/{api/equiv.d.ts → equiv.d.ts} +0 -0
- package/{api/equiv.js → equiv.js} +0 -0
- package/{api/event.d.ts → event.d.ts} +0 -0
- package/{api/event.js → event.js} +0 -0
- package/{api/fn.d.ts → fn.d.ts} +0 -0
- package/{api/fn.js → fn.js} +0 -0
- package/{api/get.d.ts → get.d.ts} +0 -0
- package/{api/get.js → get.js} +0 -0
- package/{api/hash.d.ts → hash.d.ts} +0 -0
- package/{api/hash.js → hash.js} +0 -0
- package/{api/hiccup.d.ts → hiccup.d.ts} +0 -0
- package/{api/hiccup.js → hiccup.js} +0 -0
- package/{api/id.d.ts → id.d.ts} +0 -0
- package/{api/id.js → id.js} +0 -0
- package/index.d.ts +39 -43
- package/index.js +39 -43
- package/{api/indexed.d.ts → indexed.d.ts} +0 -0
- package/{api/indexed.js → indexed.js} +0 -0
- package/{api/into.d.ts → into.d.ts} +0 -0
- package/{api/into.js → into.js} +0 -0
- package/{api/keyval.d.ts → keyval.d.ts} +0 -0
- package/{api/keyval.js → keyval.js} +0 -0
- package/{api/length.d.ts → length.d.ts} +0 -0
- package/{api/length.js → length.js} +0 -0
- package/{api/meta.d.ts → meta.d.ts} +0 -0
- package/{api/meta.js → meta.js} +0 -0
- package/mixins/ienable.js +1 -1
- package/mixins/inotify.d.ts +1 -1
- package/mixins/inotify.js +1 -1
- package/{api/null.d.ts → null.d.ts} +0 -0
- package/{api/null.js → null.js} +0 -0
- package/{api/object.d.ts → object.d.ts} +0 -0
- package/{api/object.js → object.js} +0 -0
- package/package.json +169 -24
- package/{api/path.d.ts → path.d.ts} +0 -0
- package/{api/path.js → path.js} +0 -0
- package/{api/predicate.d.ts → predicate.d.ts} +0 -0
- package/{api/predicate.js → predicate.js} +0 -0
- package/{api/prim.d.ts → prim.d.ts} +0 -0
- package/{api/prim.js → prim.js} +0 -0
- package/{api/range.d.ts → range.d.ts} +0 -0
- package/{api/range.js → range.js} +0 -0
- package/{api/release.d.ts → release.d.ts} +0 -0
- package/{api/release.js → release.js} +0 -0
- package/{api/reset.d.ts → reset.d.ts} +0 -0
- package/{api/reset.js → reset.js} +0 -0
- package/{api/select.d.ts → select.d.ts} +0 -0
- package/{api/select.js → select.js} +0 -0
- package/{api/seq.d.ts → seq.d.ts} +0 -0
- package/{api/seq.js → seq.js} +0 -0
- package/{api/set.d.ts → set.d.ts} +0 -0
- package/{api/set.js → set.js} +0 -0
- package/{api/stack.d.ts → stack.d.ts} +0 -0
- package/{api/stack.js → stack.js} +0 -0
- package/{api/tuple.d.ts → tuple.d.ts} +10 -1
- package/{api/tuple.js → tuple.js} +0 -0
- package/{api/typedarray.d.ts → typedarray.d.ts} +0 -0
- package/{api/typedarray.js → typedarray.js} +5 -1
- package/{api/watch.d.ts → watch.d.ts} +0 -0
- package/{api/watch.js → watch.js} +0 -0
- package/api/logger.d.ts +0 -21
- package/api/logger.js +0 -9
- package/assert.d.ts +0 -11
- package/assert.js +0 -23
- package/expose.d.ts +0 -11
- package/expose.js +0 -28
- package/lib/index.js +0 -382
- package/lib/index.js.map +0 -1
- package/lib/index.umd.js +0 -1
- package/lib/index.umd.js.map +0 -1
- package/logger.d.ts +0 -15
- package/logger.js +0 -33
package/README.md
CHANGED
|
@@ -14,7 +14,6 @@ This project is part of the
|
|
|
14
14
|
- [Installation](#installation)
|
|
15
15
|
- [Dependencies](#dependencies)
|
|
16
16
|
- [API](#api)
|
|
17
|
-
- [Environment variables](#environment-variables)
|
|
18
17
|
- [Authors](#authors)
|
|
19
18
|
- [Maintainer](#maintainer)
|
|
20
19
|
- [Contributors](#contributors)
|
|
@@ -24,14 +23,12 @@ This project is part of the
|
|
|
24
23
|
|
|
25
24
|
Common, generic types, interfaces & mixins.
|
|
26
25
|
|
|
27
|
-
This package is implicitly used by most other projects in this
|
|
28
|
-
|
|
26
|
+
This package is implicitly used by most other projects in this repository. It
|
|
27
|
+
defines:
|
|
29
28
|
|
|
30
29
|
- Dozens of generic, common interfaces & types
|
|
31
30
|
- Class & method decorators
|
|
32
31
|
- Mixins
|
|
33
|
-
- Logging
|
|
34
|
-
- Assert (can be disabled for production builds)
|
|
35
32
|
- Typedarray utilities
|
|
36
33
|
|
|
37
34
|
### Status
|
|
@@ -46,15 +43,23 @@ repository. It defines:
|
|
|
46
43
|
yarn add @thi.ng/api
|
|
47
44
|
```
|
|
48
45
|
|
|
46
|
+
ES module import:
|
|
47
|
+
|
|
49
48
|
```html
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
<script type="module" src="https://cdn.skypack.dev/@thi.ng/api"></script>
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
[Skypack documentation](https://docs.skypack.dev/)
|
|
53
|
+
|
|
54
|
+
For NodeJS (v14.6+):
|
|
52
55
|
|
|
53
|
-
|
|
54
|
-
|
|
56
|
+
```text
|
|
57
|
+
node --experimental-specifier-resolution=node --experimental-repl-await
|
|
58
|
+
|
|
59
|
+
> const api = await import("@thi.ng/api");
|
|
55
60
|
```
|
|
56
61
|
|
|
57
|
-
Package sizes (gzipped, pre-treeshake): ESM:
|
|
62
|
+
Package sizes (gzipped, pre-treeshake): ESM: 1.73 KB
|
|
58
63
|
|
|
59
64
|
## Dependencies
|
|
60
65
|
|
|
@@ -64,21 +69,6 @@ None
|
|
|
64
69
|
|
|
65
70
|
[Generated API docs](https://docs.thi.ng/umbrella/api/)
|
|
66
71
|
|
|
67
|
-
### Environment variables
|
|
68
|
-
|
|
69
|
-
The following env variables are used to control the behavior of some functions in production builds:
|
|
70
|
-
|
|
71
|
-
- `UMBRELLA_ASSERTS` - if set to `1` the
|
|
72
|
-
[assert](https://github.com/thi-ng/umbrella/tree/develop/packages/api/src/assert.ts)
|
|
73
|
-
function will **always** be enabled. By default, `assert()` is
|
|
74
|
-
disabled for production builds, i.e. if `process.env.NODE_ENV ===
|
|
75
|
-
"production"`.
|
|
76
|
-
- `UMBRELLA_GLOBALS` - if set to `1` the
|
|
77
|
-
[exposeGlobal](https://github.com/thi-ng/umbrella/tree/develop/packages/api/src/expose.ts)
|
|
78
|
-
function will **always** be enabled. By default, `exposeGlobal()` is
|
|
79
|
-
disabled for production builds, i.e. if `process.env.NODE_ENV ===
|
|
80
|
-
"production"`.
|
|
81
|
-
|
|
82
72
|
## Authors
|
|
83
73
|
|
|
84
74
|
### Maintainer
|
package/{constants.js → api.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{api/bind.js → bind.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{api/copy.js → copy.js}
RENAMED
|
File without changes
|
package/decorators/deprecated.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { assert } from "../assert";
|
|
2
1
|
/**
|
|
3
2
|
* Method property decorator factory. Augments original method with
|
|
4
3
|
* deprecation message (via console), shown when method is invoked.
|
|
@@ -10,7 +9,9 @@ import { assert } from "../assert";
|
|
|
10
9
|
export const deprecated = (msg, log = console.log) => function (target, prop, descriptor) {
|
|
11
10
|
const signature = `${target.constructor.name}#${prop.toString()}`;
|
|
12
11
|
const fn = descriptor.value;
|
|
13
|
-
|
|
12
|
+
if (typeof fn !== "function") {
|
|
13
|
+
throw new Error(`${signature} is not a function`);
|
|
14
|
+
}
|
|
14
15
|
descriptor.value = function () {
|
|
15
16
|
log(`DEPRECATED ${signature}: ${msg || "will be removed soon"}`);
|
|
16
17
|
return fn.apply(this, arguments);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{api/fn.d.ts → fn.d.ts}
RENAMED
|
File without changes
|
package/{api/fn.js → fn.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/{api/get.js → get.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/{api/hash.js → hash.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{api/id.d.ts → id.d.ts}
RENAMED
|
File without changes
|
package/{api/id.js → id.js}
RENAMED
|
File without changes
|
package/index.d.ts
CHANGED
|
@@ -1,46 +1,42 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
11
|
-
export * from "./
|
|
12
|
-
export * from "./
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./
|
|
18
|
-
export * from "./
|
|
19
|
-
export * from "./
|
|
20
|
-
export * from "./
|
|
21
|
-
export * from "./
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
24
|
-
export * from "./
|
|
25
|
-
export * from "./
|
|
26
|
-
export * from "./
|
|
27
|
-
export * from "./
|
|
28
|
-
export * from "./
|
|
29
|
-
export * from "./
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./
|
|
34
|
-
export * from "./
|
|
35
|
-
export * from "./
|
|
36
|
-
export * from "./
|
|
37
|
-
export * from "./
|
|
38
|
-
export * from "./
|
|
39
|
-
export * from "./api
|
|
40
|
-
export * from "./assert";
|
|
41
|
-
export * from "./constants";
|
|
42
|
-
export * from "./expose";
|
|
43
|
-
export * from "./logger";
|
|
1
|
+
export * from "./assoc";
|
|
2
|
+
export * from "./bind";
|
|
3
|
+
export * from "./buffered";
|
|
4
|
+
export * from "./clear";
|
|
5
|
+
export * from "./compare";
|
|
6
|
+
export * from "./contains";
|
|
7
|
+
export * from "./copy";
|
|
8
|
+
export * from "./deref";
|
|
9
|
+
export * from "./dissoc";
|
|
10
|
+
export * from "./empty";
|
|
11
|
+
export * from "./enable";
|
|
12
|
+
export * from "./equiv";
|
|
13
|
+
export * from "./event";
|
|
14
|
+
export * from "./fn";
|
|
15
|
+
export * from "./get";
|
|
16
|
+
export * from "./hash";
|
|
17
|
+
export * from "./hiccup";
|
|
18
|
+
export * from "./id";
|
|
19
|
+
export * from "./indexed";
|
|
20
|
+
export * from "./into";
|
|
21
|
+
export * from "./keyval";
|
|
22
|
+
export * from "./length";
|
|
23
|
+
export * from "./meta";
|
|
24
|
+
export * from "./null";
|
|
25
|
+
export * from "./object";
|
|
26
|
+
export * from "./path";
|
|
27
|
+
export * from "./predicate";
|
|
28
|
+
export * from "./prim";
|
|
29
|
+
export * from "./range";
|
|
30
|
+
export * from "./release";
|
|
31
|
+
export * from "./reset";
|
|
32
|
+
export * from "./select";
|
|
33
|
+
export * from "./seq";
|
|
34
|
+
export * from "./set";
|
|
35
|
+
export * from "./stack";
|
|
36
|
+
export * from "./tuple";
|
|
37
|
+
export * from "./typedarray";
|
|
38
|
+
export * from "./watch";
|
|
39
|
+
export * from "./api";
|
|
44
40
|
export * from "./mixin";
|
|
45
41
|
export * from "./decorators/configurable";
|
|
46
42
|
export * from "./decorators/deprecated";
|
package/index.js
CHANGED
|
@@ -1,46 +1,42 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
11
|
-
export * from "./
|
|
12
|
-
export * from "./
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./
|
|
18
|
-
export * from "./
|
|
19
|
-
export * from "./
|
|
20
|
-
export * from "./
|
|
21
|
-
export * from "./
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
24
|
-
export * from "./
|
|
25
|
-
export * from "./
|
|
26
|
-
export * from "./
|
|
27
|
-
export * from "./
|
|
28
|
-
export * from "./
|
|
29
|
-
export * from "./
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./
|
|
34
|
-
export * from "./
|
|
35
|
-
export * from "./
|
|
36
|
-
export * from "./
|
|
37
|
-
export * from "./
|
|
38
|
-
export * from "./
|
|
39
|
-
export * from "./api
|
|
40
|
-
export * from "./assert";
|
|
41
|
-
export * from "./constants";
|
|
42
|
-
export * from "./expose";
|
|
43
|
-
export * from "./logger";
|
|
1
|
+
export * from "./assoc";
|
|
2
|
+
export * from "./bind";
|
|
3
|
+
export * from "./buffered";
|
|
4
|
+
export * from "./clear";
|
|
5
|
+
export * from "./compare";
|
|
6
|
+
export * from "./contains";
|
|
7
|
+
export * from "./copy";
|
|
8
|
+
export * from "./deref";
|
|
9
|
+
export * from "./dissoc";
|
|
10
|
+
export * from "./empty";
|
|
11
|
+
export * from "./enable";
|
|
12
|
+
export * from "./equiv";
|
|
13
|
+
export * from "./event";
|
|
14
|
+
export * from "./fn";
|
|
15
|
+
export * from "./get";
|
|
16
|
+
export * from "./hash";
|
|
17
|
+
export * from "./hiccup";
|
|
18
|
+
export * from "./id";
|
|
19
|
+
export * from "./indexed";
|
|
20
|
+
export * from "./into";
|
|
21
|
+
export * from "./keyval";
|
|
22
|
+
export * from "./length";
|
|
23
|
+
export * from "./meta";
|
|
24
|
+
export * from "./null";
|
|
25
|
+
export * from "./object";
|
|
26
|
+
export * from "./path";
|
|
27
|
+
export * from "./predicate";
|
|
28
|
+
export * from "./prim";
|
|
29
|
+
export * from "./range";
|
|
30
|
+
export * from "./release";
|
|
31
|
+
export * from "./reset";
|
|
32
|
+
export * from "./select";
|
|
33
|
+
export * from "./seq";
|
|
34
|
+
export * from "./set";
|
|
35
|
+
export * from "./stack";
|
|
36
|
+
export * from "./tuple";
|
|
37
|
+
export * from "./typedarray";
|
|
38
|
+
export * from "./watch";
|
|
39
|
+
export * from "./api";
|
|
44
40
|
export * from "./mixin";
|
|
45
41
|
export * from "./decorators/configurable";
|
|
46
42
|
export * from "./decorators/deprecated";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{api/into.js → into.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{api/meta.js → meta.js}
RENAMED
|
File without changes
|
package/mixins/ienable.js
CHANGED
package/mixins/inotify.d.ts
CHANGED
package/mixins/inotify.js
CHANGED
|
File without changes
|
package/{api/null.js → null.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Common, generic types, interfaces & mixins",
|
|
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,27 +24,18 @@
|
|
|
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 api decorators mixins",
|
|
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 api decorators mixins",
|
|
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"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@thi.ng/testament": "^0.1.0"
|
|
39
38
|
},
|
|
40
|
-
"files": [
|
|
41
|
-
"*.js",
|
|
42
|
-
"*.d.ts",
|
|
43
|
-
"lib",
|
|
44
|
-
"api",
|
|
45
|
-
"decorators",
|
|
46
|
-
"mixins"
|
|
47
|
-
],
|
|
48
39
|
"keywords": [
|
|
49
40
|
"assert",
|
|
50
41
|
"constants",
|
|
@@ -62,6 +53,160 @@
|
|
|
62
53
|
"process": false,
|
|
63
54
|
"setTimeout": false
|
|
64
55
|
},
|
|
65
|
-
"
|
|
66
|
-
|
|
56
|
+
"files": [
|
|
57
|
+
"*.js",
|
|
58
|
+
"*.d.ts",
|
|
59
|
+
"decorators",
|
|
60
|
+
"mixins"
|
|
61
|
+
],
|
|
62
|
+
"exports": {
|
|
63
|
+
".": {
|
|
64
|
+
"import": "./index.js"
|
|
65
|
+
},
|
|
66
|
+
"./api": {
|
|
67
|
+
"import": "./api.js"
|
|
68
|
+
},
|
|
69
|
+
"./assoc": {
|
|
70
|
+
"import": "./assoc.js"
|
|
71
|
+
},
|
|
72
|
+
"./bind": {
|
|
73
|
+
"import": "./bind.js"
|
|
74
|
+
},
|
|
75
|
+
"./buffered": {
|
|
76
|
+
"import": "./buffered.js"
|
|
77
|
+
},
|
|
78
|
+
"./clear": {
|
|
79
|
+
"import": "./clear.js"
|
|
80
|
+
},
|
|
81
|
+
"./compare": {
|
|
82
|
+
"import": "./compare.js"
|
|
83
|
+
},
|
|
84
|
+
"./contains": {
|
|
85
|
+
"import": "./contains.js"
|
|
86
|
+
},
|
|
87
|
+
"./copy": {
|
|
88
|
+
"import": "./copy.js"
|
|
89
|
+
},
|
|
90
|
+
"./decorators/configurable": {
|
|
91
|
+
"import": "./decorators/configurable.js"
|
|
92
|
+
},
|
|
93
|
+
"./decorators/deprecated": {
|
|
94
|
+
"import": "./decorators/deprecated.js"
|
|
95
|
+
},
|
|
96
|
+
"./decorators/nomixin": {
|
|
97
|
+
"import": "./decorators/nomixin.js"
|
|
98
|
+
},
|
|
99
|
+
"./decorators/sealed": {
|
|
100
|
+
"import": "./decorators/sealed.js"
|
|
101
|
+
},
|
|
102
|
+
"./deref": {
|
|
103
|
+
"import": "./deref.js"
|
|
104
|
+
},
|
|
105
|
+
"./dissoc": {
|
|
106
|
+
"import": "./dissoc.js"
|
|
107
|
+
},
|
|
108
|
+
"./empty": {
|
|
109
|
+
"import": "./empty.js"
|
|
110
|
+
},
|
|
111
|
+
"./enable": {
|
|
112
|
+
"import": "./enable.js"
|
|
113
|
+
},
|
|
114
|
+
"./equiv": {
|
|
115
|
+
"import": "./equiv.js"
|
|
116
|
+
},
|
|
117
|
+
"./event": {
|
|
118
|
+
"import": "./event.js"
|
|
119
|
+
},
|
|
120
|
+
"./fn": {
|
|
121
|
+
"import": "./fn.js"
|
|
122
|
+
},
|
|
123
|
+
"./get": {
|
|
124
|
+
"import": "./get.js"
|
|
125
|
+
},
|
|
126
|
+
"./hash": {
|
|
127
|
+
"import": "./hash.js"
|
|
128
|
+
},
|
|
129
|
+
"./hiccup": {
|
|
130
|
+
"import": "./hiccup.js"
|
|
131
|
+
},
|
|
132
|
+
"./id": {
|
|
133
|
+
"import": "./id.js"
|
|
134
|
+
},
|
|
135
|
+
"./indexed": {
|
|
136
|
+
"import": "./indexed.js"
|
|
137
|
+
},
|
|
138
|
+
"./into": {
|
|
139
|
+
"import": "./into.js"
|
|
140
|
+
},
|
|
141
|
+
"./keyval": {
|
|
142
|
+
"import": "./keyval.js"
|
|
143
|
+
},
|
|
144
|
+
"./length": {
|
|
145
|
+
"import": "./length.js"
|
|
146
|
+
},
|
|
147
|
+
"./meta": {
|
|
148
|
+
"import": "./meta.js"
|
|
149
|
+
},
|
|
150
|
+
"./mixin": {
|
|
151
|
+
"import": "./mixin.js"
|
|
152
|
+
},
|
|
153
|
+
"./mixins/ienable": {
|
|
154
|
+
"import": "./mixins/ienable.js"
|
|
155
|
+
},
|
|
156
|
+
"./mixins/inotify": {
|
|
157
|
+
"import": "./mixins/inotify.js"
|
|
158
|
+
},
|
|
159
|
+
"./mixins/iterable": {
|
|
160
|
+
"import": "./mixins/iterable.js"
|
|
161
|
+
},
|
|
162
|
+
"./mixins/iwatch": {
|
|
163
|
+
"import": "./mixins/iwatch.js"
|
|
164
|
+
},
|
|
165
|
+
"./null": {
|
|
166
|
+
"import": "./null.js"
|
|
167
|
+
},
|
|
168
|
+
"./object": {
|
|
169
|
+
"import": "./object.js"
|
|
170
|
+
},
|
|
171
|
+
"./path": {
|
|
172
|
+
"import": "./path.js"
|
|
173
|
+
},
|
|
174
|
+
"./predicate": {
|
|
175
|
+
"import": "./predicate.js"
|
|
176
|
+
},
|
|
177
|
+
"./prim": {
|
|
178
|
+
"import": "./prim.js"
|
|
179
|
+
},
|
|
180
|
+
"./range": {
|
|
181
|
+
"import": "./range.js"
|
|
182
|
+
},
|
|
183
|
+
"./release": {
|
|
184
|
+
"import": "./release.js"
|
|
185
|
+
},
|
|
186
|
+
"./reset": {
|
|
187
|
+
"import": "./reset.js"
|
|
188
|
+
},
|
|
189
|
+
"./select": {
|
|
190
|
+
"import": "./select.js"
|
|
191
|
+
},
|
|
192
|
+
"./seq": {
|
|
193
|
+
"import": "./seq.js"
|
|
194
|
+
},
|
|
195
|
+
"./set": {
|
|
196
|
+
"import": "./set.js"
|
|
197
|
+
},
|
|
198
|
+
"./stack": {
|
|
199
|
+
"import": "./stack.js"
|
|
200
|
+
},
|
|
201
|
+
"./tuple": {
|
|
202
|
+
"import": "./tuple.js"
|
|
203
|
+
},
|
|
204
|
+
"./typedarray": {
|
|
205
|
+
"import": "./typedarray.js"
|
|
206
|
+
},
|
|
207
|
+
"./watch": {
|
|
208
|
+
"import": "./watch.js"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"gitHead": "9ac1344b38b565eb894306fbf72233b6c0b2d115"
|
|
67
212
|
}
|
|
File without changes
|
package/{api/path.js → path.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|