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
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "
|
|
5
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "
|
|
7
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
|
|
11
10
|
|
|
12
|
-
export const $: g_project.D.API
|
|
11
|
+
export const $: g_project.D.API = api(
|
|
13
12
|
glos,
|
|
14
13
|
{
|
|
15
14
|
"library2ParetoComparators": algorithm("Library2ParetoComparators", null, {}),
|
|
@@ -2,16 +2,16 @@ 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
|
-
import * as g_glossary from "
|
|
7
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
|
|
9
9
|
import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
|
|
10
10
|
import { $ as d_cosmos } from "../../glossaries/auto.cosmos_type_system.data"
|
|
11
11
|
|
|
12
12
|
const d = pd.d
|
|
13
13
|
|
|
14
|
-
export const $: g_glossary.D.Glossary
|
|
14
|
+
export const $: g_glossary.D.Glossary = {
|
|
15
15
|
'glossary parameters': d({}),
|
|
16
16
|
'imports': d({
|
|
17
17
|
"pareto": {
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "
|
|
5
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "
|
|
7
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from '
|
|
10
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
11
11
|
|
|
12
|
-
export const $: g_project.D.API
|
|
12
|
+
export const $: g_project.D.API = api(
|
|
13
13
|
glos,
|
|
14
14
|
{
|
|
15
15
|
"serialize": algorithm("Serialize", null, {})
|
|
@@ -2,12 +2,12 @@ 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
|
-
import * as g_glossary from "
|
|
7
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
const d = pd.d
|
|
9
9
|
|
|
10
|
-
export const $: g_glossary.D.Glossary
|
|
10
|
+
export const $: g_glossary.D.Glossary = {
|
|
11
11
|
'glossary parameters': d({}),
|
|
12
12
|
'imports': d({
|
|
13
13
|
}),
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "
|
|
5
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "
|
|
7
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from '
|
|
10
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
11
11
|
|
|
12
|
-
export const $: g_project.D.API
|
|
12
|
+
export const $: g_project.D.API = api(
|
|
13
13
|
glos,
|
|
14
14
|
{
|
|
15
15
|
"serializeCompilationUnit": algorithm("SerializeCompilationUnit", null, {
|
|
@@ -2,15 +2,15 @@ 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
|
-
import * as g_glossary from "
|
|
7
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
8
|
const d = pd.d
|
|
9
9
|
|
|
10
10
|
import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
|
|
11
11
|
import { $ as d_fp } from "../fountain_pen/glossary.data"
|
|
12
12
|
|
|
13
|
-
export const $: g_glossary.D.Glossary
|
|
13
|
+
export const $: g_glossary.D.Glossary = {
|
|
14
14
|
'glossary parameters': d({
|
|
15
15
|
}),
|
|
16
16
|
'imports': d({
|
package/package.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"pareto-core-alg": "^0.2.1",
|
|
7
7
|
"pareto-core-data": "^0.7.2",
|
|
8
8
|
"pareto-core-dev": "^0.9.1",
|
|
9
|
-
"pareto-standard-impure-library": "^0.
|
|
10
|
-
"res-typescript": "^0.
|
|
9
|
+
"pareto-standard-impure-library": "^0.11.0",
|
|
10
|
+
"res-typescript": "^0.37.0"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"auto.dist",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"main": "auto.dist/index.js",
|
|
21
21
|
"types": "auto.dist/index.d.ts",
|
|
22
22
|
"name": "pareto",
|
|
23
|
-
"version": "0.
|
|
24
|
-
"content-fingerprint": "
|
|
23
|
+
"version": "0.56.0",
|
|
24
|
+
"content-fingerprint": "2dfd913059c09ef5733427cfaeb64563842af850"
|
|
25
25
|
}
|