pareto 0.55.0 → 0.57.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/index.d.ts +3 -3
- package/auto.dist/index.js +5 -5
- package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.js +1 -1
- package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.js +1 -1
- package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.d.ts +522 -249
- package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.shadow.d.ts +4 -0
- package/auto.dist/public/modules/pareto2typescript/auto.provided_interface_glossary.shadow.js +3 -0
- package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +563 -0
- package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.js +1 -1
- package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.api.d.ts +1 -1
- package/auto.dist/public/{cosmos__2__pareto → modules/typescript__naming}/auto.api.js +1 -1
- package/auto.dist/public/modules/typescript__naming/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/typescript__naming/auto.implementation.js +6 -0
- package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +9 -0
- package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.js +3 -0
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +248 -0
- package/auto.dist/public/{pareto__2__typescript → modules/typescript__naming}/index.js +1 -1
- package/auto.dist/public/modules/typescript__serialize/auto.api.d.ts +8 -0
- package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/auto.api.js +1 -1
- package/auto.dist/public/modules/typescript__serialize/auto.implementation.d.ts +4 -0
- package/auto.dist/public/modules/typescript__serialize/auto.implementation.js +10 -0
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +11 -0
- package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +11 -0
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.js +3 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.js +62 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.js +62 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.js +45 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +20 -0
- package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/index.js +1 -1
- package/auto.pareto/$.data.ts +8 -13
- package/auto.pareto/auto.dependencies/index.ts +6 -4
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +60 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +7 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/$.data.ts +35 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
- package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.cosmos_type_system.data.ts +19 -12
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +262 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +1955 -0
- package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +430 -259
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +1139 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +1025 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos2pareto/api.data.ts +17 -0
- package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +6 -14
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
- 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/pareto-standard-library/$.data.ts +46 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +51 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +18 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
- 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/modules/pareto2typescript/api.data.ts +11 -14
- package/auto.pareto/modules/pareto2typescript/glossary.data.ts +36 -25
- package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +34 -0
- package/auto.pareto/modules/typescript_serialize/api.data.ts +17 -0
- package/auto.pareto/modules/typescript_serialize/glossary.data.ts +36 -0
- package/package.json +6 -5
- package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +0 -6
- package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
- package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3045
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +0 -29
- package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
- package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
- package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
- package/auto.dist/public/fountain__pen/auto.implementation.d.ts +0 -2
- package/auto.dist/public/fountain__pen/auto.implementation.js +0 -6
- package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
- package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
- package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +0 -2
- package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
- package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
- package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
- package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
- package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
- package/auto.dist/public/glossaries/pareto.d.ts +0 -1267
- package/auto.dist/public/glossaries/pareto.js +0 -3
- package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
- package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
- package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
- package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -510
- package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
- package/auto.dist/public/shorthands/cosmos.js +0 -512
- package/auto.dist/public/shorthands/pareto.d.ts +0 -48
- package/auto.dist/public/shorthands/pareto.js +0 -241
- package/auto.pareto/modules/cosmos2pareto/api.data.ts +0 -18
- package/auto.pareto/modules/fountain_pen/api.data.ts +0 -17
- package/auto.pareto/modules/fountain_pen/glossary.data.ts +0 -32
- /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
- /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
- /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
- /package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.d.ts +0 -0
- /package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.d.ts +0 -0
- /package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts +0 -0
|
@@ -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
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
4
|
+
|
|
5
|
+
const d = pd.d
|
|
6
|
+
import { } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
|
+
|
|
8
|
+
import { $ as d_arithmetic } from "./modules/arithmetic/api.data"
|
|
9
|
+
import { $ as d_array } from "./modules/array/api.data"
|
|
10
|
+
import { $ as d_boolean } from "./modules/boolean/api.data"
|
|
11
|
+
import { $ as d_build } from "./modules/build/api.data"
|
|
12
|
+
import { $ as d_dictionary } from "./modules/dictionary/api.data"
|
|
13
|
+
import { $ as d_json } from "./modules/json/api.data"
|
|
14
|
+
import { $ as d_nested } from "./modules/nested/api.data"
|
|
15
|
+
import { $ as d_resolve } from "./modules/resolve/api.data"
|
|
16
|
+
import { $ as d_string } from "./modules/string/api.data"
|
|
17
|
+
import { $ as d_tostring } from "./modules/tostring/api.data"
|
|
18
|
+
|
|
19
|
+
export const $: g_project.D.Library = {
|
|
20
|
+
'author': "Corno",
|
|
21
|
+
'description': "A library that contains very common functionality that cannot be implemented purely in Pareto",
|
|
22
|
+
'license': "TBD",
|
|
23
|
+
|
|
24
|
+
'type': ['impure', null],
|
|
25
|
+
'module sets': {
|
|
26
|
+
'public': {
|
|
27
|
+
'glossaries': d({}),
|
|
28
|
+
'modules': d({
|
|
29
|
+
"arithmetic": d_arithmetic,
|
|
30
|
+
"array": d_array,
|
|
31
|
+
"boolean": d_boolean,
|
|
32
|
+
"build": d_build,
|
|
33
|
+
"dictionary": d_dictionary,
|
|
34
|
+
"json": d_json,
|
|
35
|
+
"nested": d_nested,
|
|
36
|
+
"resolve": d_resolve,
|
|
37
|
+
"string": d_string,
|
|
38
|
+
"tostring": d_tostring,
|
|
39
|
+
})
|
|
40
|
+
},
|
|
41
|
+
'private': {
|
|
42
|
+
'glossaries': d({}),
|
|
43
|
+
'modules': d({}),
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"divideWithRemainder": algorithm("DivideWithRemainder", null, {}),
|
|
14
|
+
"increment": algorithm("Increment", "IncrementConfig", {}),
|
|
15
|
+
"max": algorithm("Max", null, {}),
|
|
16
|
+
"negate": algorithm("Negate", null, {}),
|
|
17
|
+
"subtract": algorithm("Subtract", null, {}),
|
|
18
|
+
}
|
|
19
|
+
)
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
|
|
5
|
+
type, typeReference
|
|
6
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
|
+
|
|
8
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
9
|
+
|
|
10
|
+
const d = pd.d
|
|
11
|
+
|
|
12
|
+
export const $: g_glossary.D.Glossary = {
|
|
13
|
+
'glossary parameters': d({}),
|
|
14
|
+
'imports': d({
|
|
15
|
+
}),
|
|
16
|
+
'root': {
|
|
17
|
+
'namespaces': d({}),
|
|
18
|
+
'data types': d({
|
|
19
|
+
"Number": type(number()),
|
|
20
|
+
"OptionalNumber": type(optional(number())),
|
|
21
|
+
"NumberRange": type(array(number())),
|
|
22
|
+
"DivisionData": type(group({
|
|
23
|
+
"numerator": member(number()),
|
|
24
|
+
"denominator": member(number()),
|
|
25
|
+
})),
|
|
26
|
+
"NumberTuple": type(group({
|
|
27
|
+
"yin": member(number()),
|
|
28
|
+
"yang": member(number()),
|
|
29
|
+
})),
|
|
30
|
+
"DivisionResult": type(optional(group({
|
|
31
|
+
"quotient": member(number()),
|
|
32
|
+
"remainder": member(number()),
|
|
33
|
+
|
|
34
|
+
}))),
|
|
35
|
+
"SubtractData": type(group({
|
|
36
|
+
"minuend": member(number()),
|
|
37
|
+
"subtrahend": member(number()),
|
|
38
|
+
})),
|
|
39
|
+
"NumberDictionary": type(dictionary(number())),
|
|
40
|
+
"NumberArray": type(array(number())),
|
|
41
|
+
|
|
42
|
+
"IncrementConfig": type(group({
|
|
43
|
+
"stepsize": member(number())
|
|
44
|
+
}))
|
|
45
|
+
}),
|
|
46
|
+
},
|
|
47
|
+
'interface types': d({}),
|
|
48
|
+
'algorithm types': d({
|
|
49
|
+
"Increment": sfunction(typeReference("Number"), data(typeReference("Number"))),
|
|
50
|
+
"Array Multiply": sfunction(typeReference("Number"), data(typeReference("NumberRange"))),
|
|
51
|
+
"Negate": sfunction(typeReference("Number"), data(typeReference("Number"))),
|
|
52
|
+
/**
|
|
53
|
+
* if the denominator is 0, the return value is null
|
|
54
|
+
* (division by 0),
|
|
55
|
+
*/
|
|
56
|
+
"DivideWithRemainder": sfunction(typeReference("DivisionResult"), data(typeReference("DivisionData"))),
|
|
57
|
+
/**
|
|
58
|
+
* calculates the max of an array of numbers. If there are no entries, the result value is 0
|
|
59
|
+
*/
|
|
60
|
+
"ArrayMax": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberArray"))),
|
|
61
|
+
"ArrayMin": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberArray"))),
|
|
62
|
+
"ArraySum": sfunction(typeReference("Number"), data(typeReference("NumberArray"))),
|
|
63
|
+
/**
|
|
64
|
+
* calculates the max of a dictionary of number. If there are no entries, the result value is 0
|
|
65
|
+
*/
|
|
66
|
+
"DictionaryMax": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberDictionary"))),
|
|
67
|
+
"DictionaryMin": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberDictionary"))),
|
|
68
|
+
/**
|
|
69
|
+
* calculates the max of a tuple of numbers
|
|
70
|
+
*/
|
|
71
|
+
"DictionarySum": sfunction(typeReference("Number"), data(typeReference("NumberDictionary"))),
|
|
72
|
+
|
|
73
|
+
"Max": sfunction(typeReference("Number"), data(typeReference("NumberTuple"))),
|
|
74
|
+
"Subtract": sfunction(typeReference("Number"), data(typeReference("SubtractData"))),
|
|
75
|
+
}),
|
|
76
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"flattenArrayOfArrays": algorithm("FlattenArrayOfArrays", null, {}),
|
|
14
|
+
"append": algorithm("Append", null, {}),
|
|
15
|
+
"prepend": algorithm("Prepend", null, {}),
|
|
16
|
+
"zip": algorithm("Zip", null, {}),
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
)
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
|
|
5
|
+
type, typeParameter, typeReference
|
|
6
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
7
|
+
|
|
8
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
9
|
+
|
|
10
|
+
const d = pd.d
|
|
11
|
+
|
|
12
|
+
export const $: g_glossary.D.Glossary = {
|
|
13
|
+
'glossary parameters': d({}),
|
|
14
|
+
'imports': d({
|
|
15
|
+
}),
|
|
16
|
+
'root': {
|
|
17
|
+
'namespaces': d({}),
|
|
18
|
+
'data types': d({
|
|
19
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
20
|
+
"ArrayOfArrays": parametrizedType({ "Type": null }, array(ref(typeReference("Array", { "Type": typeParameter("Type") })))),
|
|
21
|
+
|
|
22
|
+
"AppendParameters": parametrizedType({ "Type": null }, group({
|
|
23
|
+
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
24
|
+
"element": member(ref(typeParameter("Type"))),
|
|
25
|
+
})),
|
|
26
|
+
"PrependParameters": parametrizedType({ "Type": null }, group({
|
|
27
|
+
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
28
|
+
"element": member(ref(typeParameter("Type"))),
|
|
29
|
+
})),
|
|
30
|
+
"ArrayTuple": parametrizedType({ "Benchmark": null, "Focus": null }, group({
|
|
31
|
+
"benchmark": member(ref(typeReference("Array", { "Type": typeParameter("Benchmark") }))),
|
|
32
|
+
"focus": member(ref(typeReference("Array", { "Type": typeParameter("Focus") }))),
|
|
33
|
+
})),
|
|
34
|
+
"ZippedArray": parametrizedType({ "Benchmark": null, "Focus": null }, array(group({
|
|
35
|
+
"benchmark": member(ref(typeParameter("Benchmark"))),
|
|
36
|
+
"focus": member(ref(typeParameter("Focus"))),
|
|
37
|
+
}))),
|
|
38
|
+
|
|
39
|
+
}),
|
|
40
|
+
},
|
|
41
|
+
'interface types': d({}),
|
|
42
|
+
'algorithm types': d({
|
|
43
|
+
"Append": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("AppendParameters", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
44
|
+
"Prepend": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("PrependParameters", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
45
|
+
"FlattenArrayOfArrays": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("ArrayOfArrays", { "Type": typeParameter("Type") })), { "Type": null }),
|
|
46
|
+
"Zip": sfunction(
|
|
47
|
+
typeReference("ZippedArray", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") }),
|
|
48
|
+
data(typeReference("ArrayTuple", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") })),
|
|
49
|
+
{ "Benchmark": null, "Focus": null }
|
|
50
|
+
),
|
|
51
|
+
}),
|
|
52
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"array_and": algorithm("Array And", null, {}),
|
|
14
|
+
"array_or": algorithm("Array Or", null, {}),
|
|
15
|
+
"array_xor": algorithm("Array Xor", null, {}),
|
|
16
|
+
"and": algorithm("And", null, {}),
|
|
17
|
+
"or": algorithm("Or", null, {}),
|
|
18
|
+
"xor": algorithm("Xor", null, {}),
|
|
19
|
+
"not": algorithm("Not", null, {}),
|
|
20
|
+
}
|
|
21
|
+
)
|
package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array,
|
|
5
|
+
boolean,
|
|
6
|
+
data,
|
|
7
|
+
externalTypeReference,
|
|
8
|
+
group,
|
|
9
|
+
member,
|
|
10
|
+
number,
|
|
11
|
+
sfunction,
|
|
12
|
+
type,
|
|
13
|
+
typeReference,
|
|
14
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
15
|
+
|
|
16
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
|
+
const d = pd.d
|
|
18
|
+
|
|
19
|
+
export const $: g_glossary.D.Glossary = {
|
|
20
|
+
'glossary parameters': d({}),
|
|
21
|
+
'imports': d({
|
|
22
|
+
}),
|
|
23
|
+
'root': {
|
|
24
|
+
'namespaces': d({}),
|
|
25
|
+
'data types': d({
|
|
26
|
+
"Boolean": type(boolean()),
|
|
27
|
+
"Pair Of Booleans": type(group({
|
|
28
|
+
"yin": member(boolean()),
|
|
29
|
+
"yang": member(boolean()),
|
|
30
|
+
})),
|
|
31
|
+
"Array Of Booleans": type(array(boolean())),
|
|
32
|
+
}),
|
|
33
|
+
},
|
|
34
|
+
'interface types': d({}),
|
|
35
|
+
'algorithm types': d({
|
|
36
|
+
"Array And": sfunction(typeReference("Boolean"), data(typeReference("Array Of Booleans"))),
|
|
37
|
+
"Array Or": sfunction(typeReference("Boolean"), data(typeReference("Array Of Booleans"))),
|
|
38
|
+
"Array Xor": sfunction(typeReference("Boolean"), data(typeReference("Array Of Booleans"))),
|
|
39
|
+
"And": sfunction(typeReference("Boolean"), data(typeReference("Pair Of Booleans"))),
|
|
40
|
+
"Or": sfunction(typeReference("Boolean"), data(typeReference("Pair Of Booleans"))),
|
|
41
|
+
"Xor": sfunction(typeReference("Boolean"), data(typeReference("Pair Of Booleans"))),
|
|
42
|
+
"Not": sfunction(typeReference("Boolean"), data(typeReference("Boolean"))),
|
|
43
|
+
}),
|
|
44
|
+
|
|
45
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
|
+
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
|
+
|
|
7
|
+
import { $ as glos } from "./glossary.data"
|
|
8
|
+
import { glossary, group, member, number, sInterface, sInterfaceMethod, string, taggedUnion, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
// "buildArray": algorithm("BuildArray", null, {}),
|
|
14
|
+
// "buildUnsafeDictionary": algorithm("BuildUnsafeDictionary", null, {}),
|
|
15
|
+
// "buildSafeDictionary": algorithm("BuildSafeDictionary", "DictionaryBuildStrategy", {}, {
|
|
16
|
+
// }),
|
|
17
|
+
"createUnsafeDictionaryBuilder": algorithm("CreateUnsafeDictionaryBuilder", null, {}),
|
|
18
|
+
"createSafeDictionaryBuilder": algorithm("CreateSafeDictionaryBuilder", "DictionaryBuildStrategy", {}),
|
|
19
|
+
"createArrayBuilder": algorithm("CreateArrayBuilder", null, {}),
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
"createStringBuilder": algorithm("CreateStringBuilder", "Startstring", {
|
|
23
|
+
}),
|
|
24
|
+
}
|
|
25
|
+
)
|