pareto 0.54.0 → 0.56.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/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +479 -243
- package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +19 -19
- package/auto.dist/public/glossaries/grammar.d.ts +260 -0
- package/auto.dist/public/glossaries/grammar.js +3 -0
- package/auto.dist/public/glossaries/grammar.shadow.d.ts +8 -0
- package/auto.dist/public/glossaries/grammar.shadow.js +3 -0
- package/auto.dist/public/glossaries/liana.d.ts +2433 -0
- package/auto.dist/public/glossaries/liana.js +3 -0
- package/auto.dist/public/glossaries/liana.shadow.d.ts +8 -0
- package/auto.dist/public/glossaries/liana.shadow.js +3 -0
- package/auto.dist/public/glossaries/pareto.d.ts +477 -241
- package/auto.dist/public/glossaries/tendril.d.ts +1425 -0
- package/auto.dist/public/glossaries/tendril.js +3 -0
- package/auto.dist/public/glossaries/tendril.shadow.d.ts +8 -0
- package/auto.dist/public/glossaries/tendril.shadow.js +3 -0
- package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.d.ts +477 -241
- package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +157 -109
- package/auto.dist/public/shorthands/cosmos.d.ts +50 -0
- package/auto.dist/public/shorthands/cosmos.js +512 -0
- package/auto.dist/public/shorthands/grammar.d.ts +13 -0
- package/auto.dist/public/shorthands/grammar.js +110 -0
- package/auto.dist/public/shorthands/liana.d.ts +66 -0
- package/auto.dist/public/shorthands/liana.js +728 -0
- package/auto.dist/public/shorthands/pareto.d.ts +4 -4
- package/auto.dist/public/shorthands/pareto.js +31 -29
- package/auto.dist/public/shorthands/tendril.d.ts +48 -0
- package/auto.dist/public/shorthands/tendril.js +402 -0
- package/auto.pareto/$.data.ts +9 -3
- package/auto.pareto/auto.dependencies/index.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +1 -1
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +1 -1
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +1 -1
- package/auto.pareto/glossaries/auto.grammar.data.ts +262 -0
- package/auto.pareto/glossaries/auto.liana.data.ts +1955 -0
- package/auto.pareto/glossaries/auto.pareto.data.ts +430 -259
- package/auto.pareto/glossaries/auto.tendril.data.ts +1139 -0
- package/auto.pareto/modules/cosmos2pareto/api.data.ts +3 -4
- package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +3 -3
- package/auto.pareto/modules/fountain_pen/api.data.ts +4 -4
- package/auto.pareto/modules/fountain_pen/glossary.data.ts +3 -3
- package/auto.pareto/modules/pareto2typescript/api.data.ts +4 -4
- package/auto.pareto/modules/pareto2typescript/glossary.data.ts +3 -3
- package/package.json +4 -4
package/auto.pareto/$.data.ts
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
import * as pt from 'pareto-core-types'
|
|
3
3
|
|
|
4
|
-
import * as g_project from "
|
|
4
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
5
5
|
|
|
6
6
|
const d = pd.d
|
|
7
|
-
import { } from "
|
|
7
|
+
import { } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
8
8
|
|
|
9
9
|
import { $ as d_cosmos_type_system } from "./glossaries/auto.cosmos_type_system.data"
|
|
10
10
|
import { $ as d_pareto } from "./glossaries/auto.pareto.data"
|
|
11
|
+
import { $ as d_liana } from "./glossaries/auto.liana.data"
|
|
12
|
+
import { $ as d_tendril } from "./glossaries/auto.tendril.data"
|
|
13
|
+
import { $ as d_grammar } from "./glossaries/auto.grammar.data"
|
|
11
14
|
|
|
12
15
|
import { $ as d_fountain_pen } from "./modules/fountain_pen/api.data"
|
|
13
16
|
import { $ as d_cosmos2pareto } from "./modules/cosmos2pareto/api.data"
|
|
@@ -16,7 +19,7 @@ import { $ as d_pareto2typescript } from "./modules/pareto2typescript/api.data"
|
|
|
16
19
|
|
|
17
20
|
import { $ as d_dependencies } from "./auto.dependencies"
|
|
18
21
|
|
|
19
|
-
export const $: g_project.D.Library
|
|
22
|
+
export const $: g_project.D.Library = {
|
|
20
23
|
'author': "Corno",
|
|
21
24
|
'description': "",
|
|
22
25
|
'license': "TBD",
|
|
@@ -28,7 +31,10 @@ export const $: g_project.D.Library<pd.SourceLocation> = {
|
|
|
28
31
|
'public': {
|
|
29
32
|
'glossaries': d({
|
|
30
33
|
"cosmos type system": d_cosmos_type_system,
|
|
34
|
+
"grammar": d_grammar,
|
|
35
|
+
"liana": d_liana,
|
|
31
36
|
"pareto": d_pareto,
|
|
37
|
+
"tendril": d_tendril,
|
|
32
38
|
}),
|
|
33
39
|
'modules': d({
|
|
34
40
|
"fountain pen": d_fountain_pen,
|
|
@@ -4,6 +4,6 @@ import { $ as dep_pareto_standard_impure_library } from './pareto-standard-impur
|
|
|
4
4
|
import { $ as dep_res_typescript } from './res-typescript/$.data'
|
|
5
5
|
|
|
6
6
|
export const $ = pd.d({
|
|
7
|
-
'pareto-standard-impure-library': { library: dep_pareto_standard_impure_library, version: '^0.
|
|
8
|
-
'res-typescript': { library: dep_res_typescript, version: '^0.
|
|
7
|
+
'pareto-standard-impure-library': { library: dep_pareto_standard_impure_library, version: '^0.11.0' },
|
|
8
|
+
'res-typescript': { library: dep_res_typescript, version: '^0.37.0' },
|
|
9
9
|
})
|
|
@@ -3,7 +3,7 @@ import * as pd from 'pareto-core-data'
|
|
|
3
3
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
4
4
|
|
|
5
5
|
const d = pd.d
|
|
6
|
-
import { } from "
|
|
6
|
+
import { } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
7
|
|
|
8
8
|
import { $ as d_arithmetic } from "./modules/arithmetic/api.data"
|
|
9
9
|
import { $ as d_array } from "./modules/array/api.data"
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -3,7 +3,7 @@ import * as pd from 'pareto-core-data'
|
|
|
3
3
|
import {
|
|
4
4
|
array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
|
|
5
5
|
type, typeReference
|
|
6
|
-
} from "
|
|
6
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
7
|
|
|
8
8
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
9
9
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as pd from 'pareto-core-data'
|
|
|
3
3
|
import {
|
|
4
4
|
array, data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
|
|
5
5
|
type, typeParameter, typeReference
|
|
6
|
-
} from "
|
|
6
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
7
|
|
|
8
8
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
9
9
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
sfunction,
|
|
12
12
|
type,
|
|
13
13
|
typeReference,
|
|
14
|
-
} from "
|
|
14
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
15
15
|
|
|
16
16
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
17
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, taggedUnion, type, typeReference } from '
|
|
8
|
+
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, taggedUnion, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
sfunction,
|
|
8
8
|
sInterfaceMethod, sInterfaceReference, streamconsumer, string, taggedUnion, type, typeReference, aInterface, sInterface, parametrizedType,
|
|
9
9
|
infInit
|
|
10
|
-
} from "
|
|
10
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
11
11
|
|
|
12
12
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
13
13
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
type,
|
|
9
9
|
externalTypeReference,
|
|
10
10
|
boolean,
|
|
11
|
-
} from "
|
|
11
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
12
12
|
|
|
13
13
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
14
14
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from '
|
|
8
|
+
import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
boolean,
|
|
21
21
|
sInterface,
|
|
22
22
|
sInterfaceMethod,
|
|
23
|
-
} from "
|
|
23
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
24
24
|
|
|
25
25
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
26
26
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
afunction, aInterfaceMethod, aInterfaceReference, boolean, data, dictionary, externalTypeReference, group,
|
|
6
6
|
member, null_, parametrizedType, ref, streamconsumer, string, taggedUnion, type, typeParameter, typeReference, aInterface,
|
|
7
7
|
array
|
|
8
|
-
} from "
|
|
8
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
9
9
|
|
|
10
10
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
11
11
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, sibling, group, member, number, type } from '
|
|
8
|
+
import { glossary, sibling, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
// import { $ as g_collation } from "../collation/glossary.data"
|
|
11
11
|
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
sInterface,
|
|
18
18
|
optional,
|
|
19
19
|
|
|
20
|
-
} from "
|
|
20
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
21
21
|
|
|
22
22
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
23
23
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { array, glossary, group, member, number, ref, string, taggedUnion, type, typeReference } from '
|
|
8
|
+
import { array, glossary, group, member, number, ref, string, taggedUnion, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as pd from 'pareto-core-data'
|
|
|
3
3
|
import {
|
|
4
4
|
aInterface, aInterfaceMethod, aInterfaceReference, array, boolean,
|
|
5
5
|
group, member, ref, resource, streamconsumer, string, taggedUnion, type, typeReference
|
|
6
|
-
} from "
|
|
6
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
7
|
|
|
8
8
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
9
9
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from '
|
|
8
|
+
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
null_,
|
|
8
8
|
sInterface,
|
|
9
9
|
sInterfaceMethod
|
|
10
|
-
} from "
|
|
10
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
11
11
|
|
|
12
12
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
13
13
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pd from 'pareto-core-data'
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
|
|
5
|
-
} from "
|
|
5
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
6
6
|
|
|
7
7
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
const d = pd.d
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -3,7 +3,7 @@ import * as pd from 'pareto-core-data'
|
|
|
3
3
|
import {
|
|
4
4
|
array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
|
|
5
5
|
type, typeReference
|
|
6
|
-
} from "
|
|
6
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
7
|
|
|
8
8
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
9
9
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pd from 'pareto-core-data'
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
array, data, externalTypeReference, group, member, sfunction, string, type, typeReference
|
|
5
|
-
} from "
|
|
5
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
6
6
|
|
|
7
7
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from '
|
|
8
|
+
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
computed,
|
|
18
18
|
sInterface,
|
|
19
19
|
sInterfaceMethod,
|
|
20
|
-
} from "
|
|
20
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
21
21
|
|
|
22
22
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
23
23
|
const d = pd.d
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
aInterfaceMethod,
|
|
6
6
|
aInterfaceReference,
|
|
7
7
|
array, boolean, data, group, member, number, optional, sfunction, streamconsumer, string, type, typeReference
|
|
8
|
-
} from "
|
|
8
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
9
9
|
|
|
10
10
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
11
11
|
|
package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, member, type, group, string, optional, number } from '
|
|
8
|
+
import { glossary, member, type, group, string, optional, number } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
export const $: g_project.D.API = api(
|
|
10
10
|
glos,
|
|
11
11
|
{
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
parametrizedType,
|
|
6
6
|
ref,
|
|
7
7
|
typeParameter
|
|
8
|
-
} from "
|
|
8
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
9
9
|
|
|
10
10
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
11
11
|
const d = pd.d
|
|
@@ -4,7 +4,7 @@ import * as g_library from "pareto/auto.dist/public/glossaries/cosmos__type__sys
|
|
|
4
4
|
|
|
5
5
|
const d = pd.d
|
|
6
6
|
|
|
7
|
-
import { } from "
|
|
7
|
+
import { } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
8
8
|
|
|
9
9
|
import { $ as d_serialize } from "./modules/serialize/api.data"
|
|
10
10
|
import { $ as d_naming } from "./modules/naming/api.data"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, api } from "
|
|
3
|
+
import { algorithm, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
dictionary,
|
|
12
12
|
null_,
|
|
13
13
|
array,
|
|
14
|
-
} from "
|
|
14
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
15
15
|
|
|
16
16
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
17
|
const d = pd.d
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, api } from "
|
|
3
|
+
import { algorithm, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
dictionary,
|
|
12
12
|
null_,
|
|
13
13
|
array,
|
|
14
|
-
} from "
|
|
14
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
15
15
|
|
|
16
16
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
17
|
const d = pd.d
|