pareto 0.53.0 → 0.55.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.
Files changed (51) hide show
  1. package/auto.dist/public/shorthands/cosmos.d.ts +50 -0
  2. package/auto.dist/public/shorthands/cosmos.js +512 -0
  3. package/auto.pareto/$.data.ts +2 -2
  4. package/auto.pareto/auto.dependencies/index.ts +2 -2
  5. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +3 -3
  6. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +4 -4
  7. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +3 -3
  8. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +4 -4
  9. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +3 -3
  10. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +4 -4
  11. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +3 -3
  12. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +4 -4
  13. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +3 -3
  14. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +4 -4
  15. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +3 -3
  16. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +4 -4
  17. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +3 -3
  18. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +4 -4
  19. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +3 -3
  20. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +4 -4
  21. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +3 -3
  22. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +4 -4
  23. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +3 -3
  24. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +4 -4
  25. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +3 -3
  26. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +4 -4
  27. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +3 -3
  28. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +4 -4
  29. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +3 -3
  30. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +4 -4
  31. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +3 -3
  32. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +4 -4
  33. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +3 -3
  34. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +4 -4
  35. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +3 -3
  36. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +4 -4
  37. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +3 -3
  38. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +3 -3
  39. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +4 -4
  40. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +3 -3
  41. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +4 -4
  42. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +3 -3
  43. package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +136 -136
  44. package/auto.pareto/glossaries/auto.pareto.data.ts +111 -111
  45. package/auto.pareto/modules/cosmos2pareto/api.data.ts +3 -3
  46. package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +2 -2
  47. package/auto.pareto/modules/fountain_pen/api.data.ts +3 -3
  48. package/auto.pareto/modules/fountain_pen/glossary.data.ts +2 -2
  49. package/auto.pareto/modules/pareto2typescript/api.data.ts +3 -3
  50. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +2 -2
  51. package/package.json +4 -4
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "getLastElement": algorithm("GetLastElement", null, {}),
@@ -3,13 +3,13 @@ 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 "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
7
7
 
8
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
9
9
 
10
10
  const d = pd.d
11
11
 
12
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
12
+ export const $: g_glossary.D.Glossary = {
13
13
  'glossary parameters': d({}),
14
14
  'imports': d({
15
15
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "array_and": algorithm("Array And", null, {}),
@@ -11,12 +11,12 @@ import {
11
11
  sfunction,
12
12
  type,
13
13
  typeReference,
14
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
14
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
15
15
 
16
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
16
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
17
17
  const d = pd.d
18
18
 
19
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
19
+ export const $: g_glossary.D.Glossary = {
20
20
  'glossary parameters': d({}),
21
21
  'imports': d({
22
22
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, taggedUnion, type, typeReference } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  // "buildArray": algorithm("BuildArray", null, {}),
@@ -7,12 +7,12 @@ import {
7
7
  sfunction,
8
8
  sInterfaceMethod, sInterfaceReference, streamconsumer, string, taggedUnion, type, typeReference, aInterface, sInterface, parametrizedType,
9
9
  infInit
10
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
10
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
11
11
 
12
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
12
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
13
13
  const d = pd.d
14
14
 
15
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
15
+ export const $: g_glossary.D.Glossary = {
16
16
  'glossary parameters': d({}),
17
17
  'imports': d({
18
18
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "localeIsBefore": algorithm("IsBefore", null, {}),
@@ -8,12 +8,12 @@ import {
8
8
  type,
9
9
  externalTypeReference,
10
10
  boolean,
11
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
11
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
12
12
 
13
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
13
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
14
14
  const d = pd.d
15
15
 
16
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
16
+ export const $: g_glossary.D.Glossary = {
17
17
  'glossary parameters':d({}),
18
18
  'imports': d({
19
19
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  /**
@@ -20,12 +20,12 @@ import {
20
20
  boolean,
21
21
  sInterface,
22
22
  sInterfaceMethod,
23
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
23
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
24
24
 
25
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
25
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
26
26
  const d = pd.d
27
27
 
28
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
28
+ export const $: g_glossary.D.Glossary = {
29
29
  'glossary parameters': d({}),
30
30
  'imports': d({
31
31
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "createFileWriter": algorithm("CreateFileWriter", null, {}),
@@ -5,13 +5,13 @@ 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 "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
8
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
9
9
 
10
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
10
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
11
11
 
12
12
  const d = pd.d
13
13
 
14
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
14
+ export const $: g_glossary.D.Glossary = {
15
15
  'glossary parameters': d({}),
16
16
  'imports': d({
17
17
  }),
@@ -1,15 +1,15 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, sibling, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
10
  // import { $ as g_collation } from "../collation/glossary.data"
11
11
 
12
- export const $: g_project.D.API<pd.SourceLocation> = api(
12
+ export const $: g_project.D.API = api(
13
13
  glos,
14
14
  {
15
15
  "arrayForEach": algorithm("ArrayForEach", null, {}),
@@ -17,12 +17,12 @@ import {
17
17
  sInterface,
18
18
  optional,
19
19
 
20
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
20
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
21
21
 
22
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
22
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
23
23
  const d = pd.d
24
24
 
25
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
25
+ export const $: g_glossary.D.Glossary = {
26
26
  'glossary parameters': d({}),
27
27
  'imports': d({}),
28
28
  'root': {
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { array, glossary, group, member, number, ref, string, taggedUnion, type, typeReference } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "initializeHTTPServerProxy": algorithm("Initialize HTTP Server Proxy", "Configuration", {}),
@@ -3,13 +3,13 @@ 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 "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
7
7
 
8
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
9
9
 
10
10
  const d = pd.d
11
11
 
12
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
12
+ export const $: g_glossary.D.Glossary = {
13
13
  'glossary parameters': d({}),
14
14
  'imports': d({
15
15
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "convertJSON": algorithm("ConvertJSON", null, {}),
@@ -7,13 +7,13 @@ import {
7
7
  null_,
8
8
  sInterface,
9
9
  sInterfaceMethod
10
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
10
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
11
11
 
12
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
12
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
13
13
 
14
14
  const d = pd.d
15
15
 
16
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
16
+ export const $: g_glossary.D.Glossary = {
17
17
  'glossary parameters': d({
18
18
  }),
19
19
  'imports': d({}),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "flatten": algorithm("Flatten", 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 "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
5
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
6
6
 
7
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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<pd.SourceLocation> = {
10
+ export const $: g_glossary.D.Glossary = {
11
11
  'glossary parameters': d({}),
12
12
  'imports': d({
13
13
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "smallerThan": algorithm("SmallerThan", null, {}),
@@ -3,13 +3,13 @@ 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 "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
7
7
 
8
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
9
9
 
10
10
  const d = pd.d
11
11
 
12
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
12
+ export const $: g_glossary.D.Glossary = {
13
13
  'glossary parameters': d({}),
14
14
  'imports': d({
15
15
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
 
@@ -2,12 +2,12 @@ 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 "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
5
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
6
6
 
7
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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<pd.SourceLocation> = {
10
+ export const $: g_glossary.D.Glossary = {
11
11
  'glossary parameters': d({}),
12
12
  'imports': d({
13
13
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "sortTopologically": algorithm("SortTopologically", null, {}),
@@ -17,12 +17,12 @@ import {
17
17
  computed,
18
18
  sInterface,
19
19
  sInterfaceMethod,
20
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
20
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
21
21
 
22
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
22
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
23
23
  const d = pd.d
24
24
 
25
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
25
+ export const $: g_glossary.D.Glossary = {
26
26
  'glossary parameters':d({}),
27
27
  'imports': d({
28
28
  }),
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
 
@@ -5,13 +5,13 @@ import {
5
5
  aInterfaceMethod,
6
6
  aInterfaceReference,
7
7
  array, boolean, data, group, member, number, optional, sfunction, streamconsumer, string, type, typeReference
8
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
8
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
9
9
 
10
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
10
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
11
11
 
12
12
  const d = pd.d
13
13
 
14
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
14
+ export const $: g_glossary.D.Glossary = {
15
15
  'glossary parameters': d({}),
16
16
  'imports': d({
17
17
  }),
@@ -1,12 +1,12 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
9
- export const $: g_project.D.API<pd.SourceLocation> = api(
8
+ import { glossary, member, type, group, string, optional, number } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
+ export const $: g_project.D.API = api(
10
10
  glos,
11
11
  {
12
12
  "getArrayAsString": algorithm("GetArrayAsString", "Configuration", {}),
@@ -5,12 +5,12 @@ import {
5
5
  parametrizedType,
6
6
  ref,
7
7
  typeParameter
8
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
8
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
9
9
 
10
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
10
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
11
11
  const d = pd.d
12
12
 
13
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
13
+ export const $: g_glossary.D.Glossary = {
14
14
  'glossary parameters': d({}),
15
15
  'imports': d({
16
16
  }),
@@ -1,16 +1,16 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import * as g_library from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
3
+ import * as g_library from "pareto/auto.dist/public/glossaries/cosmos__type__system"
4
4
 
5
5
  const d = pd.d
6
6
 
7
- import { } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
7
+ import { } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
8
8
 
9
9
  import { $ as d_serialize } from "./modules/serialize/api.data"
10
10
  import { $ as d_naming } from "./modules/naming/api.data"
11
11
 
12
12
 
13
- export const $: g_library.D.Library<pd.SourceLocation> = {
13
+ export const $: g_library.D.Library = {
14
14
  'author': "Corno",
15
15
  'description': "provides functionality to support javascript code generation. helps create valid identifiers, quoted strings etcetera",
16
16
  'license': "TBD",
@@ -1,13 +1,13 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
3
+ import { algorithm, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
4
4
 
5
- import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
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 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
8
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
9
9
 
10
- export const $: g_project.D.API<pd.SourceLocation> = api(
10
+ export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
13
  "createIdentifier": algorithm("CreateIdentifier", null, {}),
@@ -11,12 +11,12 @@ import {
11
11
  dictionary,
12
12
  null_,
13
13
  array,
14
- } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
14
+ } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
15
15
 
16
- import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
16
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
17
17
  const d = pd.d
18
18
 
19
- export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
19
+ export const $: g_glossary.D.Glossary = {
20
20
  'glossary parameters': d({}),
21
21
  'imports': d({
22
22
  }),