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
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.t = exports.s = exports.e = exports.sel = void 0;
|
|
37
|
-
exports.import_ = import_;
|
|
38
|
-
exports.call = call;
|
|
39
|
-
exports.property = property;
|
|
40
|
-
exports.variable = variable;
|
|
41
|
-
exports.type = type;
|
|
42
|
-
exports.block = block;
|
|
43
|
-
exports.ns = ns;
|
|
44
|
-
const pa = __importStar(require("pareto-core-alg"));
|
|
45
|
-
const d = pa.wrapRawDictionary;
|
|
46
|
-
const a = pa.wrapRawArray;
|
|
47
|
-
function toNormalDict($) {
|
|
48
|
-
function isNormal($) {
|
|
49
|
-
return $.__forEach !== undefined && typeof $.__forEach === "function";
|
|
50
|
-
}
|
|
51
|
-
if (isNormal($)) {
|
|
52
|
-
return $;
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
return d($);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
function import_(path) {
|
|
59
|
-
return { 'path': path };
|
|
60
|
-
}
|
|
61
|
-
function call(typeargs, context, args) {
|
|
62
|
-
return ['call', {
|
|
63
|
-
'type arguments': toNormalDict(typeargs),
|
|
64
|
-
'context': context,
|
|
65
|
-
'arguments': toNormalDict(args),
|
|
66
|
-
}];
|
|
67
|
-
}
|
|
68
|
-
function property(name) {
|
|
69
|
-
return ['member selection', name];
|
|
70
|
-
}
|
|
71
|
-
function variable(mut, type, expr) {
|
|
72
|
-
return {
|
|
73
|
-
'mutable': mut === 'mutable',
|
|
74
|
-
'type': type === null ? pa.notSet() : pa.set(type),
|
|
75
|
-
'expression': expr
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
function type(typeparameters, type) {
|
|
79
|
-
return {
|
|
80
|
-
'type': type,
|
|
81
|
-
'type parameters': toNormalDict(typeparameters)
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
function block(variables, statements) {
|
|
85
|
-
return {
|
|
86
|
-
'variables': toNormalDict(variables),
|
|
87
|
-
'statements': a(statements),
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
function ns(namespaces, types, variables) {
|
|
91
|
-
return {
|
|
92
|
-
'namespaces': toNormalDict(namespaces),
|
|
93
|
-
'types': toNormalDict(types),
|
|
94
|
-
'variables': toNormalDict(variables),
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
exports.sel = {
|
|
98
|
-
'context': (tail) => {
|
|
99
|
-
return {
|
|
100
|
-
'start': ['context', null],
|
|
101
|
-
'tail': a(tail),
|
|
102
|
-
};
|
|
103
|
-
},
|
|
104
|
-
'parameter': (parameter, tail) => {
|
|
105
|
-
return {
|
|
106
|
-
'start': ['parameter', parameter],
|
|
107
|
-
'tail': a(tail),
|
|
108
|
-
};
|
|
109
|
-
},
|
|
110
|
-
'variable': (import_, nsPath, variable, tail) => {
|
|
111
|
-
return {
|
|
112
|
-
'start': ['variable', {
|
|
113
|
-
'import': import_ === null ? pa.notSet() : pa.set(import_),
|
|
114
|
-
'namespace path': a(nsPath),
|
|
115
|
-
'variable': variable,
|
|
116
|
-
}],
|
|
117
|
-
'tail': a(tail),
|
|
118
|
-
};
|
|
119
|
-
},
|
|
120
|
-
};
|
|
121
|
-
exports.e = {
|
|
122
|
-
'array': (elements) => {
|
|
123
|
-
return ['array literal', a(elements)];
|
|
124
|
-
},
|
|
125
|
-
'contextSelection': (tail) => {
|
|
126
|
-
return ['selection', {
|
|
127
|
-
'start': ['context', null],
|
|
128
|
-
'tail': a(tail),
|
|
129
|
-
}];
|
|
130
|
-
},
|
|
131
|
-
'block': (block) => {
|
|
132
|
-
return ['block', block];
|
|
133
|
-
},
|
|
134
|
-
'dictionary': (properties) => {
|
|
135
|
-
return ['dictionary literal', toNormalDict(properties)];
|
|
136
|
-
},
|
|
137
|
-
'group': (properties) => {
|
|
138
|
-
return ['group literal', toNormalDict(properties)];
|
|
139
|
-
},
|
|
140
|
-
'implementMe': (message) => {
|
|
141
|
-
return ['implement me', message];
|
|
142
|
-
},
|
|
143
|
-
'nonTypedFunction': (hasparameters, block) => {
|
|
144
|
-
return ['function', {
|
|
145
|
-
'temp signature help': hasparameters ? ['has additional parameters', null] : ['has no additional parameters', null],
|
|
146
|
-
'block': block,
|
|
147
|
-
}];
|
|
148
|
-
},
|
|
149
|
-
'null': () => {
|
|
150
|
-
return ['null literal', null];
|
|
151
|
-
},
|
|
152
|
-
'parameterSelection': (parameter, tail) => {
|
|
153
|
-
return ['selection', {
|
|
154
|
-
'start': ['parameter', parameter],
|
|
155
|
-
'tail': a(tail),
|
|
156
|
-
}];
|
|
157
|
-
},
|
|
158
|
-
'select': (type) => {
|
|
159
|
-
return ['selection', type];
|
|
160
|
-
},
|
|
161
|
-
'state': (state, data) => {
|
|
162
|
-
return ['state literal', {
|
|
163
|
-
'state': state,
|
|
164
|
-
'data': data
|
|
165
|
-
}];
|
|
166
|
-
},
|
|
167
|
-
'string': (string) => {
|
|
168
|
-
return ['string literal', string];
|
|
169
|
-
},
|
|
170
|
-
'switch': (select, cases, default_) => {
|
|
171
|
-
return ['switch', {
|
|
172
|
-
'select': select,
|
|
173
|
-
'cases': toNormalDict(cases),
|
|
174
|
-
'default': default_ === null ? pa.notSet() : pa.set(default_)
|
|
175
|
-
}];
|
|
176
|
-
},
|
|
177
|
-
'typedFunction': (typeparameters, contextparameter, parameters, returntype, block) => {
|
|
178
|
-
return ['function', {
|
|
179
|
-
'temp signature help': ['typed', {
|
|
180
|
-
'type parameters': toNormalDict(typeparameters),
|
|
181
|
-
'context parameter': contextparameter,
|
|
182
|
-
'parameters': toNormalDict(parameters),
|
|
183
|
-
'return type': returntype === null ? pa.notSet() : pa.set(returntype),
|
|
184
|
-
}],
|
|
185
|
-
'block': block,
|
|
186
|
-
}];
|
|
187
|
-
},
|
|
188
|
-
'variableSelection': (import_, nsPath, variable, tail) => {
|
|
189
|
-
return ['selection', {
|
|
190
|
-
'start': ['variable', {
|
|
191
|
-
'import': import_ === null ? pa.notSet() : pa.set(import_),
|
|
192
|
-
'namespace path': a(nsPath),
|
|
193
|
-
'variable': variable,
|
|
194
|
-
}],
|
|
195
|
-
'tail': a(tail),
|
|
196
|
-
}];
|
|
197
|
-
},
|
|
198
|
-
};
|
|
199
|
-
exports.s = {
|
|
200
|
-
'expr': (expr) => {
|
|
201
|
-
return ['expression', expr];
|
|
202
|
-
},
|
|
203
|
-
'return': (expr) => {
|
|
204
|
-
return ['return', {
|
|
205
|
-
'expression': expr,
|
|
206
|
-
}];
|
|
207
|
-
},
|
|
208
|
-
};
|
|
209
|
-
exports.t = {
|
|
210
|
-
'function': (typeparameters, contextparameter, parameters, returntype) => {
|
|
211
|
-
return ['function', {
|
|
212
|
-
'type parameters': toNormalDict(typeparameters),
|
|
213
|
-
'context parameter': contextparameter,
|
|
214
|
-
'parameters': toNormalDict(parameters),
|
|
215
|
-
'return type': returntype === null ? pa.notSet() : pa.set(returntype),
|
|
216
|
-
}];
|
|
217
|
-
},
|
|
218
|
-
'group': (members) => {
|
|
219
|
-
return ['group', {
|
|
220
|
-
'members': toNormalDict(members)
|
|
221
|
-
}];
|
|
222
|
-
},
|
|
223
|
-
'null': () => {
|
|
224
|
-
return ['null', null];
|
|
225
|
-
},
|
|
226
|
-
'parameter': (parameter) => {
|
|
227
|
-
return ['parameter selection', parameter];
|
|
228
|
-
},
|
|
229
|
-
'string': () => {
|
|
230
|
-
return ['string', null];
|
|
231
|
-
},
|
|
232
|
-
'typeSelection': (import_, nsPath, type, typeargs) => {
|
|
233
|
-
return ['type selection', {
|
|
234
|
-
'import': import_ === null ? pa.notSet() : pa.set(import_),
|
|
235
|
-
'namespace path': a(nsPath),
|
|
236
|
-
'type': type,
|
|
237
|
-
'type arguments': toNormalDict(typeargs),
|
|
238
|
-
}];
|
|
239
|
-
}
|
|
240
|
-
};
|
|
241
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyZXRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3B1YmxpYy9zaG9ydGhhbmRzL3BhcmV0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUF1QkEsMEJBRUM7QUFFRCxvQkFVQztBQUNELDRCQUlDO0FBRUQsNEJBVUM7QUFFRCxvQkFRQztBQUVELHNCQVFDO0FBRUQsZ0JBVUM7QUF0RkQsb0RBQXFDO0FBS3JDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQTtBQUM5QixNQUFNLENBQUMsR0FBRyxFQUFFLENBQUMsWUFBWSxDQUFBO0FBS3pCLFNBQVMsWUFBWSxDQUFJLENBQTJCO0lBQ2hELFNBQVMsUUFBUSxDQUFDLENBQTJCO1FBQ3pDLE9BQU8sQ0FBQyxDQUFDLFNBQVMsS0FBSyxTQUFTLElBQUksT0FBTyxDQUFDLENBQUMsU0FBUyxLQUFLLFVBQVUsQ0FBQTtJQUN6RSxDQUFDO0lBQ0QsSUFBSSxRQUFRLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNkLE9BQU8sQ0FBQyxDQUFBO0lBQ1osQ0FBQztTQUFNLENBQUM7UUFDSixPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNmLENBQUM7QUFDTCxDQUFDO0FBR0QsU0FBZ0IsT0FBTyxDQUFDLElBQVk7SUFDaEMsT0FBTyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsQ0FBQTtBQUMzQixDQUFDO0FBRUQsU0FBZ0IsSUFBSSxDQUNoQixRQUE4RCxFQUM5RCxPQUE4QixFQUM5QixJQUF1RjtJQUV2RixPQUFPLENBQUMsTUFBTSxFQUFFO1lBQ1osZ0JBQWdCLEVBQUUsWUFBWSxDQUFDLFFBQVEsQ0FBQztZQUN4QyxTQUFTLEVBQUUsT0FBTztZQUNsQixXQUFXLEVBQUUsWUFBWSxDQUFDLElBQUksQ0FBQztTQUNsQyxDQUFDLENBQUE7QUFDTixDQUFDO0FBQ0QsU0FBZ0IsUUFBUSxDQUNwQixJQUFZO0lBRVosT0FBTyxDQUFDLGtCQUFrQixFQUFFLElBQUksQ0FBQyxDQUFBO0FBQ3JDLENBQUM7QUFFRCxTQUFnQixRQUFRLENBQ3BCLEdBQXdCLEVBQ3hCLElBQTRCLEVBQzVCLElBQTJCO0lBRTNCLE9BQU87UUFDSCxTQUFTLEVBQUUsR0FBRyxLQUFLLFNBQVM7UUFDNUIsTUFBTSxFQUFFLElBQUksS0FBSyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUM7UUFDbEQsWUFBWSxFQUFFLElBQUk7S0FDckIsQ0FBQTtBQUNMLENBQUM7QUFFRCxTQUFnQixJQUFJLENBQ2hCLGNBQXFFLEVBQ3JFLElBQXFCO0lBRXJCLE9BQU87UUFDSCxNQUFNLEVBQUUsSUFBSTtRQUNaLGlCQUFpQixFQUFFLFlBQVksQ0FBQyxjQUFjLENBQUM7S0FDbEQsQ0FBQTtBQUNMLENBQUM7QUFFRCxTQUFnQixLQUFLLENBQ2pCLFNBQXlELEVBQ3pELFVBQThEO0lBRTlELE9BQU87UUFDSCxXQUFXLEVBQUUsWUFBWSxDQUFDLFNBQVMsQ0FBQztRQUNwQyxZQUFZLEVBQUUsQ0FBQyxDQUFDLFVBQVUsQ0FBQztLQUM5QixDQUFBO0FBQ0wsQ0FBQztBQUVELFNBQWdCLEVBQUUsQ0FDZCxVQUFxRSxFQUNyRSxLQUEyRCxFQUMzRCxTQUF5RDtJQUV6RCxPQUFPO1FBQ0gsWUFBWSxFQUFFLFlBQVksQ0FBQyxVQUFVLENBQUM7UUFDdEMsT0FBTyxFQUFFLFlBQVksQ0FBQyxLQUFLLENBQUM7UUFDNUIsV0FBVyxFQUFFLFlBQVksQ0FBQyxTQUFTLENBQUM7S0FDdkMsQ0FBQTtBQUNMLENBQUM7QUFFWSxRQUFBLEdBQUcsR0FBRztJQUNmLFNBQVMsRUFBRSxDQUNQLElBQXNELEVBQ3ZCLEVBQUU7UUFDakMsT0FBTztZQUNILE9BQU8sRUFBRSxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUM7WUFDMUIsTUFBTSxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUM7U0FDbEIsQ0FBQTtJQUNMLENBQUM7SUFDRCxXQUFXLEVBQUUsQ0FDVCxTQUFpQixFQUNqQixJQUFzRCxFQUN2QixFQUFFO1FBQ2pDLE9BQU87WUFDSCxPQUFPLEVBQUUsQ0FBQyxXQUFXLEVBQUUsU0FBUyxDQUFDO1lBQ2pDLE1BQU0sRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDO1NBQ2xCLENBQUE7SUFDTCxDQUFDO0lBQ0QsVUFBVSxFQUFFLENBQ1IsT0FBc0IsRUFDdEIsTUFBa0YsRUFDbEYsUUFBZ0IsRUFDaEIsSUFBc0QsRUFDdkIsRUFBRTtRQUNqQyxPQUFPO1lBQ0gsT0FBTyxFQUFFLENBQUMsVUFBVSxFQUFFO29CQUNsQixRQUFRLEVBQUUsT0FBTyxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQztvQkFDMUQsZ0JBQWdCLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQztvQkFDM0IsVUFBVSxFQUFFLFFBQVE7aUJBQ3ZCLENBQUM7WUFDRixNQUFNLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQztTQUNsQixDQUFBO0lBQ0wsQ0FBQztDQUVKLENBQUE7QUFFWSxRQUFBLENBQUMsR0FBRztJQUNiLE9BQU8sRUFBRSxDQUNMLFFBQTBELEVBQ3JDLEVBQUU7UUFDdkIsT0FBTyxDQUFDLGVBQWUsRUFBRSxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQTtJQUN6QyxDQUFDO0lBQ0Qsa0JBQWtCLEVBQUUsQ0FDaEIsSUFBc0QsRUFDakMsRUFBRTtRQUN2QixPQUFPLENBQUMsV0FBVyxFQUFFO2dCQUNqQixPQUFPLEVBQUUsQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDO2dCQUMxQixNQUFNLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQzthQUNsQixDQUFDLENBQUE7SUFDTixDQUFDO0lBQ0QsT0FBTyxFQUFFLENBQ0wsS0FBa0MsRUFDYixFQUFFO1FBQ3ZCLE9BQU8sQ0FBQyxPQUFPLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFDM0IsQ0FBQztJQUNELFlBQVksRUFBRSxDQUNWLFVBQStFLEVBQzFELEVBQUU7UUFDdkIsT0FBTyxDQUFDLG9CQUFvQixFQUFFLFlBQVksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFBO0lBQzNELENBQUM7SUFDRCxPQUFPLEVBQUUsQ0FDTCxVQUErRSxFQUMxRCxFQUFFO1FBQ3ZCLE9BQU8sQ0FBQyxlQUFlLEVBQUUsWUFBWSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUE7SUFDdEQsQ0FBQztJQUNELGFBQWEsRUFBRSxDQUFDLE9BQWUsRUFBeUIsRUFBRTtRQUN0RCxPQUFPLENBQUMsY0FBYyxFQUFFLE9BQU8sQ0FBQyxDQUFBO0lBQ3BDLENBQUM7SUFDRCxrQkFBa0IsRUFBRSxDQUNoQixhQUFzQixFQUN0QixLQUFrQyxFQUNiLEVBQUU7UUFDdkIsT0FBTyxDQUFDLFVBQVUsRUFBRTtnQkFDaEIscUJBQXFCLEVBQUUsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLDJCQUEyQixFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLDhCQUE4QixFQUFFLElBQUksQ0FBQztnQkFDbkgsT0FBTyxFQUFFLEtBQUs7YUFDakIsQ0FBQyxDQUFBO0lBQ04sQ0FBQztJQUNELE1BQU0sRUFBRSxHQUEwQixFQUFFO1FBQ2hDLE9BQU8sQ0FBQyxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDakMsQ0FBQztJQUNELG9CQUFvQixFQUFFLENBQ2xCLFNBQWlCLEVBQ2pCLElBQXNELEVBQ2pDLEVBQUU7UUFDdkIsT0FBTyxDQUFDLFdBQVcsRUFBRTtnQkFDakIsT0FBTyxFQUFFLENBQUMsV0FBVyxFQUFFLFNBQVMsQ0FBQztnQkFDakMsTUFBTSxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUM7YUFDbEIsQ0FBQyxDQUFBO0lBQ04sQ0FBQztJQUNELFFBQVEsRUFBRSxDQUNOLElBQXFDLEVBQ2hCLEVBQUU7UUFDdkIsT0FBTyxDQUFDLFdBQVcsRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUM5QixDQUFDO0lBQ0QsT0FBTyxFQUFFLENBQ0wsS0FBYSxFQUNiLElBQTJCLEVBQ04sRUFBRTtRQUN2QixPQUFPLENBQUMsZUFBZSxFQUFFO2dCQUNyQixPQUFPLEVBQUUsS0FBSztnQkFDZCxNQUFNLEVBQUUsSUFBSTthQUNmLENBQUMsQ0FBQTtJQUNOLENBQUM7SUFDRCxRQUFRLEVBQUUsQ0FBQyxNQUFjLEVBQXlCLEVBQUU7UUFDaEQsT0FBTyxDQUFDLGdCQUFnQixFQUFFLE1BQU0sQ0FBQyxDQUFBO0lBQ3JDLENBQUM7SUFDRCxRQUFRLEVBQUUsQ0FDTixNQUE2QixFQUM3QixLQUFxRSxFQUNyRSxRQUFzQyxFQUNqQixFQUFFO1FBQ3ZCLE9BQU8sQ0FBQyxRQUFRLEVBQUU7Z0JBQ2QsUUFBUSxFQUFFLE1BQU07Z0JBQ2hCLE9BQU8sRUFBRSxZQUFZLENBQUMsS0FBSyxDQUFDO2dCQUM1QixTQUFTLEVBQUUsUUFBUSxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQzthQUNoRSxDQUFDLENBQUE7SUFDTixDQUFDO0lBQ0QsZUFBZSxFQUFFLENBQ2IsY0FBcUUsRUFDckUsZ0JBQW1FLEVBQ25FLFVBQStFLEVBQy9FLFVBQWdFLEVBQ2hFLEtBQWtDLEVBQ2IsRUFBRTtRQUN2QixPQUFPLENBQUMsVUFBVSxFQUFFO2dCQUNoQixxQkFBcUIsRUFBRSxDQUFDLE9BQU8sRUFBRTt3QkFDN0IsaUJBQWlCLEVBQUUsWUFBWSxDQUFDLGNBQWMsQ0FBQzt3QkFDL0MsbUJBQW1CLEVBQUUsZ0JBQWdCO3dCQUNyQyxZQUFZLEVBQUUsWUFBWSxDQUFDLFVBQVUsQ0FBQzt3QkFDdEMsYUFBYSxFQUFFLFVBQVUsS0FBSyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEdBQUcsQ0FBQyxVQUFVLENBQUM7cUJBQ3hFLENBQUM7Z0JBQ0YsT0FBTyxFQUFFLEtBQUs7YUFDakIsQ0FBQyxDQUFBO0lBQ04sQ0FBQztJQUNELG1CQUFtQixFQUFFLENBQ2pCLE9BQXNCLEVBQ3RCLE1BQWtGLEVBQ2xGLFFBQWdCLEVBQ2hCLElBQXNELEVBQ2pDLEVBQUU7UUFDdkIsT0FBTyxDQUFDLFdBQVcsRUFBRTtnQkFDakIsT0FBTyxFQUFFLENBQUMsVUFBVSxFQUFFO3dCQUNsQixRQUFRLEVBQUUsT0FBTyxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQzt3QkFDMUQsZ0JBQWdCLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQzt3QkFDM0IsVUFBVSxFQUFFLFFBQVE7cUJBQ3ZCLENBQUM7Z0JBQ0YsTUFBTSxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUM7YUFDbEIsQ0FBQyxDQUFBO0lBQ04sQ0FBQztDQUNKLENBQUE7QUFFWSxRQUFBLENBQUMsR0FBRztJQUNiLE1BQU0sRUFBRSxDQUFDLElBQTJCLEVBQTRDLEVBQUU7UUFDOUUsT0FBTyxDQUFDLFlBQVksRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUMvQixDQUFDO0lBQ0QsUUFBUSxFQUFFLENBQUMsSUFBMkIsRUFBNEMsRUFBRTtRQUNoRixPQUFPLENBQUMsUUFBUSxFQUFFO2dCQUNkLFlBQVksRUFBRSxJQUFJO2FBQ3JCLENBQUMsQ0FBQTtJQUNOLENBQUM7Q0FDSixDQUFBO0FBRVksUUFBQSxDQUFDLEdBQUc7SUFDYixVQUFVLEVBQUUsQ0FDUixjQUFxRSxFQUNyRSxnQkFBbUUsRUFDbkUsVUFBK0UsRUFDL0UsVUFBZ0UsRUFDakQsRUFBRTtRQUNqQixPQUFPLENBQUMsVUFBVSxFQUFFO2dCQUNoQixpQkFBaUIsRUFBRSxZQUFZLENBQUMsY0FBYyxDQUFDO2dCQUMvQyxtQkFBbUIsRUFBRSxnQkFBZ0I7Z0JBQ3JDLFlBQVksRUFBRSxZQUFZLENBQUMsVUFBVSxDQUFDO2dCQUN0QyxhQUFhLEVBQUUsVUFBVSxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQzthQUV4RSxDQUFDLENBQUE7SUFDTixDQUFDO0lBQ0QsT0FBTyxFQUFFLENBQUMsT0FBZ0UsRUFBbUIsRUFBRTtRQUMzRixPQUFPLENBQUMsT0FBTyxFQUFFO2dCQUNiLFNBQVMsRUFBRSxZQUFZLENBQUMsT0FBTyxDQUFDO2FBQ25DLENBQUMsQ0FBQTtJQUNOLENBQUM7SUFDRCxNQUFNLEVBQUUsR0FBb0IsRUFBRTtRQUMxQixPQUFPLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQ3pCLENBQUM7SUFDRCxXQUFXLEVBQUUsQ0FDVCxTQUFpQixFQUNGLEVBQUU7UUFDakIsT0FBTyxDQUFDLHFCQUFxQixFQUFFLFNBQVMsQ0FBQyxDQUFBO0lBQzdDLENBQUM7SUFDRCxRQUFRLEVBQUUsR0FBb0IsRUFBRTtRQUM1QixPQUFPLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQzNCLENBQUM7SUFDRCxlQUFlLEVBQUUsQ0FDYixPQUFzQixFQUN0QixNQUFrRixFQUNsRixJQUFZLEVBQ1osUUFBOEQsRUFFL0MsRUFBRTtRQUNqQixPQUFPLENBQUMsZ0JBQWdCLEVBQUU7Z0JBQ3RCLFFBQVEsRUFBRSxPQUFPLEtBQUssSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDO2dCQUMxRCxnQkFBZ0IsRUFBRSxDQUFDLENBQUMsTUFBTSxDQUFDO2dCQUMzQixNQUFNLEVBQUUsSUFBSTtnQkFDWixnQkFBZ0IsRUFBRSxZQUFZLENBQUMsUUFBUSxDQUFDO2FBQzNDLENBQUMsQ0FBQTtJQUNOLENBQUM7Q0FDSixDQUFBIn0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import * as pd from 'pareto-core-data'
|
|
4
|
-
|
|
5
|
-
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
|
-
|
|
7
|
-
import * as g_project from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
|
-
|
|
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
|
-
|
|
12
|
-
export const $: g_project.D.API<pd.SourceLocation> = api(
|
|
13
|
-
glos,
|
|
14
|
-
{
|
|
15
|
-
"library2ParetoComparators": algorithm("Library2ParetoComparators", null, {}),
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
)
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import * as pd from 'pareto-core-data'
|
|
4
|
-
|
|
5
|
-
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
|
-
|
|
7
|
-
import * as g_project from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
|
-
|
|
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
|
-
|
|
12
|
-
export const $: g_project.D.API<pd.SourceLocation> = api(
|
|
13
|
-
glos,
|
|
14
|
-
{
|
|
15
|
-
"serialize": algorithm("Serialize", null, {})
|
|
16
|
-
}
|
|
17
|
-
)
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import * as pd from 'pareto-core-data'
|
|
2
|
-
|
|
3
|
-
import {
|
|
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/cosmos_type_system/shorthands"
|
|
6
|
-
|
|
7
|
-
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
|
-
const d = pd.d
|
|
9
|
-
|
|
10
|
-
export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
|
|
11
|
-
'glossary parameters': d({}),
|
|
12
|
-
'imports': d({
|
|
13
|
-
}),
|
|
14
|
-
'root': {
|
|
15
|
-
'namespaces': d({}),
|
|
16
|
-
'data types': d({
|
|
17
|
-
"Block": type(array(taggedUnion({
|
|
18
|
-
"nested line": ref(typeReference("Line")),
|
|
19
|
-
"line": string(),
|
|
20
|
-
}))),
|
|
21
|
-
"Line": type(array(taggedUnion({
|
|
22
|
-
"snippet": string(),
|
|
23
|
-
"indent": ref(typeReference("Block"))
|
|
24
|
-
}))),
|
|
25
|
-
"Lines": type(array(string())),
|
|
26
|
-
}),
|
|
27
|
-
},
|
|
28
|
-
'interface types': d({}),
|
|
29
|
-
'algorithm types': d({
|
|
30
|
-
"Serialize": sfunction(typeReference("Lines"), data(typeReference("Block")))
|
|
31
|
-
}),
|
|
32
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts
RENAMED
|
File without changes
|