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
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
"enrichWithPositionInformation": algorithm("EnrichWithPositionInformation", null, {}),
|
|
14
|
+
"getPossibleLastElement": algorithm("GetPossibleLastElement", null, {}),
|
|
15
|
+
"getPossibleFirstElement": algorithm("GetPossibleFirstElement", null, {}),
|
|
16
|
+
"getPossibleElementAt": algorithm("GetPossibleElementAt", null, {}),
|
|
17
|
+
"isEmpty": algorithm("IsEmpty", null, {}),
|
|
18
|
+
"unsafeGetLastElement": algorithm("UnsafeGetLastElement", null, {}),
|
|
19
|
+
"unsafeGetFirstElement": algorithm("UnsafeGetFirstElement", null, {}),
|
|
20
|
+
"unsafeGetElementAt": algorithm("UnsafeGetElementAt", null, {}),
|
|
21
|
+
"getLength": algorithm("GetLength", null, {}),
|
|
22
|
+
}
|
|
23
|
+
)
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, boolean,
|
|
5
|
+
data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
|
|
6
|
+
type, typeParameter, typeReference
|
|
7
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
8
|
+
|
|
9
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
10
|
+
|
|
11
|
+
const d = pd.d
|
|
12
|
+
|
|
13
|
+
export const $: g_glossary.D.Glossary = {
|
|
14
|
+
'glossary parameters': d({}),
|
|
15
|
+
'imports': d({
|
|
16
|
+
}),
|
|
17
|
+
'root': {
|
|
18
|
+
'namespaces': d({}),
|
|
19
|
+
'data types': d({
|
|
20
|
+
"Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
|
|
21
|
+
"Boolean": type(boolean()),
|
|
22
|
+
"EnrichedArray": parametrizedType({ "Type": null }, array(group({
|
|
23
|
+
"value": member(ref(typeParameter("Type"))),
|
|
24
|
+
"isFirst": member(boolean()),
|
|
25
|
+
"isLast": member(boolean()),
|
|
26
|
+
"position": member(number()),
|
|
27
|
+
}))),
|
|
28
|
+
"GetElementAtData": parametrizedType({ "Type": null }, group({
|
|
29
|
+
"array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
|
|
30
|
+
"index": member(number()),
|
|
31
|
+
})),
|
|
32
|
+
"Length": type(number()),
|
|
33
|
+
"OptionalValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
|
|
34
|
+
"Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
}),
|
|
39
|
+
},
|
|
40
|
+
'interface types': d({}),
|
|
41
|
+
'algorithm types': d({
|
|
42
|
+
"EnrichWithPositionInformation": sfunction(
|
|
43
|
+
typeReference("EnrichedArray", { "Type": typeParameter("Type") }),
|
|
44
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
45
|
+
{ "Type": null }
|
|
46
|
+
),
|
|
47
|
+
"GetPossibleElementAt": sfunction(
|
|
48
|
+
typeReference("OptionalValue", { "Type": typeParameter("Type") }),
|
|
49
|
+
data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })),
|
|
50
|
+
{ "Type": null }
|
|
51
|
+
),
|
|
52
|
+
"GetPossibleLastElement": sfunction(
|
|
53
|
+
typeReference("OptionalValue", { "Type": typeParameter("Type") }),
|
|
54
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
55
|
+
{ "Type": null }
|
|
56
|
+
),
|
|
57
|
+
"GetPossibleFirstElement": sfunction(
|
|
58
|
+
typeReference("OptionalValue", { "Type": typeParameter("Type") }),
|
|
59
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
60
|
+
{ "Type": null }
|
|
61
|
+
),
|
|
62
|
+
"GetLength": sfunction(
|
|
63
|
+
typeReference("Length"),
|
|
64
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
65
|
+
{ "Type": null }
|
|
66
|
+
),
|
|
67
|
+
"IsEmpty": sfunction(
|
|
68
|
+
typeReference("Boolean"),
|
|
69
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
70
|
+
{ "Type": null }
|
|
71
|
+
),
|
|
72
|
+
"UnsafeGetElementAt": sfunction(
|
|
73
|
+
typeReference("Value", { "Type": typeParameter("Type") }),
|
|
74
|
+
data(typeReference("GetElementAtData", { "Type": typeParameter("Type") })),
|
|
75
|
+
{ "Type": null }
|
|
76
|
+
),
|
|
77
|
+
"UnsafeGetLastElement": sfunction(
|
|
78
|
+
typeReference("Value", { "Type": typeParameter("Type") }),
|
|
79
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
80
|
+
{ "Type": null }
|
|
81
|
+
),
|
|
82
|
+
"UnsafeGetFirstElement": sfunction(
|
|
83
|
+
typeReference("Value", { "Type": typeParameter("Type") }),
|
|
84
|
+
data(typeReference("Array", { "Type": typeParameter("Type") })),
|
|
85
|
+
{ "Type": null }
|
|
86
|
+
),
|
|
87
|
+
}),
|
|
88
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
/**
|
|
14
|
+
* does the dictionary contain the specified key
|
|
15
|
+
*/
|
|
16
|
+
"contains": algorithm("Contains", null, {}),
|
|
17
|
+
"getPossibleEntry": algorithm("GetPossibleEntry", null, {}),
|
|
18
|
+
/**
|
|
19
|
+
* is the dictionary empty (no entries)
|
|
20
|
+
*/
|
|
21
|
+
"isEmpty": algorithm("IsEmpty", null, {}),
|
|
22
|
+
|
|
23
|
+
"size": algorithm("Size", null, {}),
|
|
24
|
+
|
|
25
|
+
"unsafeGetEntry": algorithm("UnsafeGetEntry", null, {}),
|
|
26
|
+
}
|
|
27
|
+
)
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
dictionary,
|
|
5
|
+
typeReference,
|
|
6
|
+
data,
|
|
7
|
+
sfunction,
|
|
8
|
+
ref,
|
|
9
|
+
typeParameter,
|
|
10
|
+
externalTypeReference,
|
|
11
|
+
parametrizedType,
|
|
12
|
+
optional,
|
|
13
|
+
group,
|
|
14
|
+
member,
|
|
15
|
+
aInterface,
|
|
16
|
+
streamconsumer,
|
|
17
|
+
aInterfaceMethod,
|
|
18
|
+
type,
|
|
19
|
+
string,
|
|
20
|
+
boolean,
|
|
21
|
+
sInterface,
|
|
22
|
+
sInterfaceMethod,
|
|
23
|
+
number,
|
|
24
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
25
|
+
|
|
26
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
27
|
+
const d = pd.d
|
|
28
|
+
|
|
29
|
+
export const $: g_glossary.D.Glossary = {
|
|
30
|
+
'glossary parameters': d({}),
|
|
31
|
+
'imports': d({
|
|
32
|
+
}),
|
|
33
|
+
'root': {
|
|
34
|
+
'namespaces': d({}),
|
|
35
|
+
'data types': d({
|
|
36
|
+
"Boolean": type(boolean()),
|
|
37
|
+
"Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
|
|
38
|
+
"DictionaryAndKey": parametrizedType({ "Type": null }, group({
|
|
39
|
+
"dictionary": member(dictionary(ref(typeParameter("Type")))),
|
|
40
|
+
"key": member(string()),
|
|
41
|
+
})),
|
|
42
|
+
|
|
43
|
+
"Number": type(number()),
|
|
44
|
+
"PossibleValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
|
|
45
|
+
"Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
|
|
46
|
+
|
|
47
|
+
}),
|
|
48
|
+
},
|
|
49
|
+
'interface types': d({
|
|
50
|
+
}),
|
|
51
|
+
'algorithm types': d({
|
|
52
|
+
"Contains": sfunction(
|
|
53
|
+
typeReference("Boolean"),
|
|
54
|
+
data(typeReference("DictionaryAndKey", { "Type": typeParameter("Type") })),
|
|
55
|
+
{ "Type": null }
|
|
56
|
+
),
|
|
57
|
+
|
|
58
|
+
"GetPossibleEntry": sfunction(
|
|
59
|
+
typeReference("PossibleValue", { "Type": typeParameter("Type") }),
|
|
60
|
+
data(typeReference("DictionaryAndKey", { "Type": typeParameter("Type") })),
|
|
61
|
+
{ "Type": null }
|
|
62
|
+
),
|
|
63
|
+
"IsEmpty": sfunction(
|
|
64
|
+
typeReference("Boolean"),
|
|
65
|
+
data(typeReference("Dictionary", { "Type": typeParameter("Type") })),
|
|
66
|
+
{ "Type": null }
|
|
67
|
+
),
|
|
68
|
+
|
|
69
|
+
"Size": sfunction(
|
|
70
|
+
typeReference("Number"),
|
|
71
|
+
data(typeReference("Dictionary", { "Type": typeParameter("Type") })),
|
|
72
|
+
{ "Type": null }
|
|
73
|
+
),
|
|
74
|
+
|
|
75
|
+
"UnsafeGetEntry": sfunction(
|
|
76
|
+
typeReference("Value", { "Type": typeParameter("Type") }),
|
|
77
|
+
data(typeReference("DictionaryAndKey", { "Type": typeParameter("Type") })),
|
|
78
|
+
{ "Type": null }
|
|
79
|
+
)
|
|
80
|
+
}),
|
|
81
|
+
|
|
82
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
|
+
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
11
|
+
glos,
|
|
12
|
+
{
|
|
13
|
+
"convertJSON": algorithm("ConvertJSON", null, {}),
|
|
14
|
+
"unsafeConvertJSON": algorithm("UnsafeConvertJSON", null, {}),
|
|
15
|
+
}
|
|
16
|
+
)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, afunction, boolean, computed, data, dictionary,
|
|
5
|
+
glossaryParameter, group, member, number, optional, ref, sfunction, string, type, typeReference,
|
|
6
|
+
taggedUnion,
|
|
7
|
+
null_,
|
|
8
|
+
sInterface,
|
|
9
|
+
sInterfaceMethod
|
|
10
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
11
|
+
|
|
12
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
13
|
+
|
|
14
|
+
const d = pd.d
|
|
15
|
+
|
|
16
|
+
export const $: g_glossary.D.Glossary = {
|
|
17
|
+
'glossary parameters': d({
|
|
18
|
+
}),
|
|
19
|
+
'imports': d({}),
|
|
20
|
+
'root': {
|
|
21
|
+
'namespaces': d({}),
|
|
22
|
+
'data types': d({
|
|
23
|
+
"String": type(string()),
|
|
24
|
+
"Result": type(taggedUnion({
|
|
25
|
+
"success": ref(typeReference("Value")),
|
|
26
|
+
"error": string(),
|
|
27
|
+
})),
|
|
28
|
+
//"Result": type(ref(glossaryParameter("Type"))),
|
|
29
|
+
"Value": type(taggedUnion({
|
|
30
|
+
"object": dictionary(ref(typeReference("Value"))),
|
|
31
|
+
"array": array(ref(typeReference("Value"))),
|
|
32
|
+
"string": string(),
|
|
33
|
+
"number": number(),
|
|
34
|
+
"boolean": boolean(),
|
|
35
|
+
"null": null_(),
|
|
36
|
+
})),
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
}),
|
|
40
|
+
},
|
|
41
|
+
'interface types': d({
|
|
42
|
+
|
|
43
|
+
}),
|
|
44
|
+
'algorithm types': d({
|
|
45
|
+
"ConvertJSON": sfunction(typeReference("Result"), data(typeReference("String"))),
|
|
46
|
+
|
|
47
|
+
/*use this one if the application may crash if the JSON is invalid*/
|
|
48
|
+
"UnsafeConvertJSON": sfunction(typeReference("Value"), data(typeReference("String"))),
|
|
49
|
+
//"Convert": sfunction(typeReference("Result"), data(typeReference("Value"))),
|
|
50
|
+
}),
|
|
51
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
"smallerThan": algorithm("SmallerThan", null, {}),
|
|
14
|
+
"greaterThan": algorithm("GreaterThan", null, {}),
|
|
15
|
+
"isZero": algorithm("IsZero", null, {}),
|
|
16
|
+
"equal": algorithm("Equal", null, {}),
|
|
17
|
+
}
|
|
18
|
+
)
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
"Boolean": type(boolean()),
|
|
20
|
+
"Number": type(number()),
|
|
21
|
+
"NumberPair": type(group({
|
|
22
|
+
"yin": member(number()),
|
|
23
|
+
"yang": member(number()),
|
|
24
|
+
})),
|
|
25
|
+
"CompareData": type(group({
|
|
26
|
+
"benchmark": member(number()),
|
|
27
|
+
"focus": member(number()),
|
|
28
|
+
})),
|
|
29
|
+
|
|
30
|
+
}),
|
|
31
|
+
},
|
|
32
|
+
'interface types': d({}),
|
|
33
|
+
'algorithm types': d({
|
|
34
|
+
"IsZero": sfunction(typeReference("Boolean"), data(typeReference("Number"))),
|
|
35
|
+
|
|
36
|
+
"GreaterThan": sfunction(typeReference("Boolean"), data(typeReference("CompareData"))),
|
|
37
|
+
"SmallerThan": sfunction(typeReference("Boolean"), data(typeReference("CompareData"))),
|
|
38
|
+
"Equal": sfunction(typeReference("Boolean"), data(typeReference("NumberPair"))),
|
|
39
|
+
}),
|
|
40
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
"charCodeAt": algorithm("CharCodeAt", null, {}),
|
|
14
|
+
"endsWith": algorithm("EndsWith", null, {}),
|
|
15
|
+
"escape": algorithm("Escape", null, {}),
|
|
16
|
+
"fromCharacterArray": algorithm("FromCharacterArray", null, {}),
|
|
17
|
+
"fromCharacter": algorithm("FromCharacter", null, {}),
|
|
18
|
+
"includes": algorithm("Includes", null, {}),
|
|
19
|
+
"indexOf": algorithm("IndexOf", null, {}),
|
|
20
|
+
"length": algorithm("Length", null, {}),
|
|
21
|
+
"padEnd": algorithm("PadEnd", null, {}),
|
|
22
|
+
"padStart": algorithm("PadStart", null, {}),
|
|
23
|
+
"replaceAll": algorithm("ReplaceAll", null, {}),
|
|
24
|
+
"replaceFirst": algorithm("ReplaceFirst", null, {}),
|
|
25
|
+
"split": algorithm("Split", null, {}),
|
|
26
|
+
"splitIn2": algorithm("SplitIn2", null, {}),
|
|
27
|
+
"startsWith": algorithm("StartsWith", null, {}),
|
|
28
|
+
"substring": algorithm("Substring", null, {}),
|
|
29
|
+
"toCharacterArray": algorithm("ToCharacterArray", null, {}),
|
|
30
|
+
"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", null, {}),
|
|
31
|
+
|
|
32
|
+
"foobar": algorithm("Foobar", null, {}),
|
|
33
|
+
|
|
34
|
+
//candidates:
|
|
35
|
+
|
|
36
|
+
//"trimEnd": algorithm("TrimEnd", null, {}),
|
|
37
|
+
// lastIndexOf(searchValue[, fromIndex])
|
|
38
|
+
// Returns the last index of the specified value.
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
)
|
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
aInterface,
|
|
5
|
+
aInterfaceMethod,
|
|
6
|
+
aInterfaceReference,
|
|
7
|
+
array, boolean, data, group, member, number, optional, sfunction, streamconsumer, string, type, typeReference
|
|
8
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
9
|
+
|
|
10
|
+
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
11
|
+
|
|
12
|
+
const d = pd.d
|
|
13
|
+
|
|
14
|
+
export const $: g_glossary.D.Glossary = {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
17
|
+
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"String": type(string()),
|
|
22
|
+
"Length": type(number()),
|
|
23
|
+
"Boolean": type(boolean()),
|
|
24
|
+
"Character Code": type(number()),
|
|
25
|
+
"Possible Character Code": type(optional(number())),
|
|
26
|
+
"Possible Position": type(optional(number())),
|
|
27
|
+
|
|
28
|
+
"CharacterCode At Data": type(group({
|
|
29
|
+
"contextString": member(string()),
|
|
30
|
+
"index": member(number()),
|
|
31
|
+
})),
|
|
32
|
+
"CharacterArray": type(array(number())),
|
|
33
|
+
"SplitData": type(group({
|
|
34
|
+
"contextString": member(string()),
|
|
35
|
+
"splitter": member(string()),
|
|
36
|
+
})),
|
|
37
|
+
"IncludesData": type(group({
|
|
38
|
+
"contextString": member(string()),
|
|
39
|
+
"searchString": member(string()),
|
|
40
|
+
})),
|
|
41
|
+
"SplitIn2Result": type(group({
|
|
42
|
+
"head": member(string()),
|
|
43
|
+
"tail": member(optional(string())),
|
|
44
|
+
})),
|
|
45
|
+
"SplitResult": type(array(string())),
|
|
46
|
+
"StartsWithData": type(group({
|
|
47
|
+
"contextString": member(string()),
|
|
48
|
+
"searchString": member(string()),
|
|
49
|
+
})),
|
|
50
|
+
"EndsWithData": type(group({
|
|
51
|
+
"contextString": member(string()),
|
|
52
|
+
"searchString": member(string()),
|
|
53
|
+
})),
|
|
54
|
+
"SubstringData": type(group({
|
|
55
|
+
"contextString": member(string()),
|
|
56
|
+
"begin": member(number()),
|
|
57
|
+
/**
|
|
58
|
+
* I'm deliberately choosing length over end here, because length will become a 'natural' in the future
|
|
59
|
+
* and then this function is guaranteed to not have a negative length.
|
|
60
|
+
* going with 'end' would require a check for negative values.
|
|
61
|
+
*/
|
|
62
|
+
"length": member(number()),
|
|
63
|
+
})),
|
|
64
|
+
"ReplaceData": type(group({
|
|
65
|
+
"contextString": member(string()),
|
|
66
|
+
"pattern": member(string()),
|
|
67
|
+
"replacement": member(string()),
|
|
68
|
+
})),
|
|
69
|
+
"EscapeParameters": type(group({
|
|
70
|
+
"contextString": member(string()),
|
|
71
|
+
"escape": member(string()),
|
|
72
|
+
"patterns to escape": member(array(string())),
|
|
73
|
+
})),
|
|
74
|
+
"PadData": type(group({
|
|
75
|
+
"contextString": member(string()),
|
|
76
|
+
"targetLength": member(number()),
|
|
77
|
+
"padString": member(string()),
|
|
78
|
+
})),
|
|
79
|
+
"IndexOfData": type(group({
|
|
80
|
+
"contextString": member(string()),
|
|
81
|
+
"searchString": member(string()),
|
|
82
|
+
})),
|
|
83
|
+
}),
|
|
84
|
+
},
|
|
85
|
+
'interface types': d({}),
|
|
86
|
+
'algorithm types': d({
|
|
87
|
+
"CharCodeAt": sfunction(typeReference("Possible Character Code"), data(typeReference("CharacterCode At Data"))),
|
|
88
|
+
"EndsWith": sfunction(typeReference("Boolean"), data(typeReference("EndsWithData"))),
|
|
89
|
+
"Escape": sfunction(typeReference("String"), data(typeReference("EscapeParameters"))),
|
|
90
|
+
"FromCharacter": sfunction(typeReference("String"), data(typeReference("Character Code"))),
|
|
91
|
+
"FromCharacterArray": sfunction(typeReference("String"), data(typeReference("CharacterArray"))),
|
|
92
|
+
"Includes": sfunction(typeReference("Boolean"), data(typeReference("IncludesData"))),
|
|
93
|
+
"IndexOf": sfunction(typeReference("Possible Position"), data(typeReference("IndexOfData"))),
|
|
94
|
+
"Length": sfunction(typeReference("Length"), data(typeReference("String"))),
|
|
95
|
+
"PadEnd": sfunction(typeReference("String"), data(typeReference("PadData"))),
|
|
96
|
+
"PadStart": sfunction(typeReference("String"), data(typeReference("PadData"))),
|
|
97
|
+
"ReplaceAll": sfunction(typeReference("String"), data(typeReference("ReplaceData"))),
|
|
98
|
+
"ReplaceFirst": sfunction(typeReference("String"), data(typeReference("ReplaceData"))),
|
|
99
|
+
"Split": sfunction(typeReference("SplitResult"), data(typeReference("SplitData"))),
|
|
100
|
+
"SplitIn2": sfunction(typeReference("SplitIn2Result"), data(typeReference("SplitData"))),
|
|
101
|
+
"StartsWith": sfunction(typeReference("Boolean"), data(typeReference("StartsWithData"))),
|
|
102
|
+
"Substring": sfunction(typeReference("String"), data(typeReference("SubstringData"))),
|
|
103
|
+
"ToCharacterArray": sfunction(typeReference("CharacterArray"), data(typeReference("String"))),
|
|
104
|
+
"UnsafeCharCodeAt": sfunction(typeReference("Character Code"), data(typeReference("CharacterCode At Data"))),
|
|
105
|
+
//"TrimEnd": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
106
|
+
|
|
107
|
+
"Foobar": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
108
|
+
}),
|
|
109
|
+
}
|
|
@@ -4,7 +4,7 @@ import * as g_library from "pareto/auto.dist/public/glossaries/cosmos__type__sys
|
|
|
4
4
|
|
|
5
5
|
const d = pd.d
|
|
6
6
|
|
|
7
|
-
import { } from "
|
|
7
|
+
import { } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
8
8
|
|
|
9
9
|
import { $ as d_serialize } from "./modules/serialize/api.data"
|
|
10
10
|
import { $ as d_naming } from "./modules/naming/api.data"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, api } from "
|
|
3
|
+
import { algorithm, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
dictionary,
|
|
12
12
|
null_,
|
|
13
13
|
array,
|
|
14
|
-
} from "
|
|
14
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
15
15
|
|
|
16
16
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
17
|
const d = pd.d
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, api } from "
|
|
3
|
+
import { algorithm, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
4
4
|
|
|
5
5
|
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
9
9
|
|
|
10
10
|
export const $: g_project.D.API = api(
|
|
11
11
|
glos,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
dictionary,
|
|
12
12
|
null_,
|
|
13
13
|
array,
|
|
14
|
-
} from "
|
|
14
|
+
} from "pareto/auto.dist/public/shorthands/cosmos"
|
|
15
15
|
|
|
16
16
|
import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
17
17
|
const d = pd.d
|
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
1
|
import * as pd from 'pareto-core-data'
|
|
4
2
|
|
|
5
|
-
import { algorithm, algref, api } from "
|
|
3
|
+
import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
|
|
6
4
|
|
|
7
|
-
import * as g_project from "
|
|
5
|
+
import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
8
6
|
|
|
9
7
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from '
|
|
8
|
+
import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
|
|
11
9
|
|
|
12
|
-
export const $: g_project.D.API
|
|
10
|
+
export const $: g_project.D.API = api(
|
|
13
11
|
glos,
|
|
12
|
+
|
|
14
13
|
{
|
|
14
|
+
/**
|
|
15
|
+
* this algorithm is not pure because it uses subatomic algorithms ('isEmpty' and several string operations)
|
|
16
|
+
*/
|
|
15
17
|
"serializeCompilationUnit": algorithm("SerializeCompilationUnit", null, {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
// "createQuotedString": sfunction("tss", {}, "CreateQuotedString"),
|
|
19
|
-
// "dictionaryForEach": procedure("foreach", {}, "DictionaryForEach"),
|
|
20
|
-
// "enrichedDictionaryForEach": procedure("foreach", {}, "EnrichedDictionaryForEach"),
|
|
21
|
-
// "filter": sfunction("dictionary", {}, "Filter")
|
|
22
|
-
}),
|
|
18
|
+
})
|
|
19
|
+
|
|
23
20
|
}
|
|
24
|
-
)
|
|
21
|
+
)
|