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
|
@@ -12,6 +12,18 @@ export declare namespace G {
|
|
|
12
12
|
type A = ['line', string] | ['nested line', D.Line];
|
|
13
13
|
}
|
|
14
14
|
type Block = pt.Array<['line', string] | ['nested line', D.Line]>;
|
|
15
|
+
namespace IndentData {
|
|
16
|
+
type indentation = string;
|
|
17
|
+
type lines = D.Lines;
|
|
18
|
+
}
|
|
19
|
+
type IndentData = {
|
|
20
|
+
readonly 'indentation': string;
|
|
21
|
+
readonly 'lines': D.Lines;
|
|
22
|
+
};
|
|
23
|
+
namespace Indented__Lines {
|
|
24
|
+
type A = string;
|
|
25
|
+
}
|
|
26
|
+
type Indented__Lines = pt.Array<string>;
|
|
15
27
|
namespace Line {
|
|
16
28
|
namespace A {
|
|
17
29
|
type indent = D.Block;
|
|
@@ -21,13 +33,42 @@ export declare namespace G {
|
|
|
21
33
|
}
|
|
22
34
|
type Line = pt.Array<['indent', D.Block] | ['snippet', string]>;
|
|
23
35
|
namespace Lines {
|
|
24
|
-
|
|
36
|
+
namespace A {
|
|
37
|
+
type indentation = number;
|
|
38
|
+
type text = string;
|
|
39
|
+
}
|
|
40
|
+
type A = {
|
|
41
|
+
readonly 'indentation': number;
|
|
42
|
+
readonly 'text': string;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
type Lines = pt.Array<{
|
|
46
|
+
readonly 'indentation': number;
|
|
47
|
+
readonly 'text': string;
|
|
48
|
+
}>;
|
|
49
|
+
namespace SerializeData {
|
|
50
|
+
type block = D.Block;
|
|
51
|
+
type indentation = string;
|
|
25
52
|
}
|
|
26
|
-
type
|
|
53
|
+
type SerializeData = {
|
|
54
|
+
readonly 'block': D.Block;
|
|
55
|
+
readonly 'indentation': string;
|
|
56
|
+
};
|
|
57
|
+
type String = string;
|
|
58
|
+
}
|
|
59
|
+
namespace I {
|
|
60
|
+
type Indented__Lines = {
|
|
61
|
+
'data': ($: D.String) => void;
|
|
62
|
+
'end': () => void;
|
|
63
|
+
};
|
|
64
|
+
type Lines = ($: D.Lines) => void;
|
|
27
65
|
}
|
|
28
|
-
namespace I { }
|
|
29
66
|
namespace A {
|
|
67
|
+
type Indent = ($: D.IndentData) => D.Indented__Lines;
|
|
30
68
|
type Serialize = ($: D.Block) => D.Lines;
|
|
69
|
+
type Stream = ($is: {
|
|
70
|
+
readonly 'handler': I.Indented__Lines;
|
|
71
|
+
}) => I.Lines;
|
|
31
72
|
}
|
|
32
73
|
}
|
|
33
74
|
namespace pareto {
|
|
@@ -70,28 +111,37 @@ export declare namespace G {
|
|
|
70
111
|
namespace N {
|
|
71
112
|
namespace TU {
|
|
72
113
|
namespace N {
|
|
73
|
-
namespace
|
|
114
|
+
namespace flow {
|
|
74
115
|
namespace N {
|
|
75
|
-
namespace
|
|
76
|
-
namespace N { }
|
|
77
|
-
namespace D { }
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
namespace D { }
|
|
81
|
-
}
|
|
82
|
-
namespace block {
|
|
83
|
-
namespace N { }
|
|
84
|
-
namespace D { }
|
|
85
|
-
}
|
|
86
|
-
namespace change_$_$context {
|
|
87
|
-
namespace N {
|
|
88
|
-
namespace G {
|
|
116
|
+
namespace TU {
|
|
89
117
|
namespace N {
|
|
90
|
-
namespace
|
|
118
|
+
namespace block {
|
|
91
119
|
namespace N { }
|
|
92
120
|
namespace D { }
|
|
93
121
|
}
|
|
94
|
-
namespace
|
|
122
|
+
namespace change_$_$context {
|
|
123
|
+
namespace N {
|
|
124
|
+
namespace G {
|
|
125
|
+
namespace N {
|
|
126
|
+
namespace new_$_$context_$_$selection {
|
|
127
|
+
namespace N { }
|
|
128
|
+
namespace D { }
|
|
129
|
+
}
|
|
130
|
+
namespace sub_$_$expression {
|
|
131
|
+
namespace N { }
|
|
132
|
+
namespace D { }
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
namespace D { }
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
namespace D { }
|
|
139
|
+
}
|
|
140
|
+
namespace implement_$_$me {
|
|
141
|
+
namespace N { }
|
|
142
|
+
namespace D { }
|
|
143
|
+
}
|
|
144
|
+
namespace panic {
|
|
95
145
|
namespace N { }
|
|
96
146
|
namespace D { }
|
|
97
147
|
}
|
|
@@ -101,43 +151,229 @@ export declare namespace G {
|
|
|
101
151
|
}
|
|
102
152
|
namespace D { }
|
|
103
153
|
}
|
|
104
|
-
namespace
|
|
154
|
+
namespace literal {
|
|
105
155
|
namespace N {
|
|
106
|
-
namespace
|
|
107
|
-
namespace N {
|
|
156
|
+
namespace TU {
|
|
157
|
+
namespace N {
|
|
158
|
+
namespace array {
|
|
159
|
+
namespace N {
|
|
160
|
+
namespace A {
|
|
161
|
+
namespace N { }
|
|
162
|
+
namespace D { }
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
namespace D { }
|
|
166
|
+
}
|
|
167
|
+
namespace _$lboolean {
|
|
168
|
+
namespace N {
|
|
169
|
+
namespace TU {
|
|
170
|
+
namespace N {
|
|
171
|
+
namespace _$lfalse {
|
|
172
|
+
namespace N { }
|
|
173
|
+
namespace D { }
|
|
174
|
+
}
|
|
175
|
+
namespace _$ltrue {
|
|
176
|
+
namespace N { }
|
|
177
|
+
namespace D { }
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
namespace D { }
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
namespace D { }
|
|
184
|
+
}
|
|
185
|
+
namespace dictionary {
|
|
186
|
+
namespace N {
|
|
187
|
+
namespace DX {
|
|
188
|
+
namespace N { }
|
|
189
|
+
namespace D { }
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
namespace D { }
|
|
193
|
+
}
|
|
194
|
+
namespace _$lfunction {
|
|
195
|
+
namespace N {
|
|
196
|
+
namespace G {
|
|
197
|
+
namespace N {
|
|
198
|
+
namespace block {
|
|
199
|
+
namespace N { }
|
|
200
|
+
namespace D { }
|
|
201
|
+
}
|
|
202
|
+
namespace temp_$_$signature_$_$help {
|
|
203
|
+
namespace N {
|
|
204
|
+
namespace TU {
|
|
205
|
+
namespace N {
|
|
206
|
+
namespace has_$_$additional_$_$parameters {
|
|
207
|
+
namespace N { }
|
|
208
|
+
namespace D { }
|
|
209
|
+
}
|
|
210
|
+
namespace has_$_$no_$_$additional_$_$parameters {
|
|
211
|
+
namespace N { }
|
|
212
|
+
namespace D { }
|
|
213
|
+
}
|
|
214
|
+
namespace typed {
|
|
215
|
+
namespace N { }
|
|
216
|
+
namespace D { }
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
namespace D { }
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
namespace D { }
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
namespace D { }
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
namespace D { }
|
|
229
|
+
}
|
|
230
|
+
namespace group {
|
|
231
|
+
namespace N {
|
|
232
|
+
namespace DX {
|
|
233
|
+
namespace N { }
|
|
234
|
+
namespace D { }
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
namespace D { }
|
|
238
|
+
}
|
|
239
|
+
namespace _$lnull {
|
|
240
|
+
namespace N { }
|
|
241
|
+
namespace D { }
|
|
242
|
+
}
|
|
243
|
+
namespace _$lnumber {
|
|
244
|
+
namespace N { }
|
|
245
|
+
namespace D { }
|
|
246
|
+
}
|
|
247
|
+
namespace optional {
|
|
248
|
+
namespace N {
|
|
249
|
+
namespace TU {
|
|
250
|
+
namespace N {
|
|
251
|
+
namespace not_$_$set {
|
|
252
|
+
namespace N { }
|
|
253
|
+
namespace D { }
|
|
254
|
+
}
|
|
255
|
+
namespace _$lset {
|
|
256
|
+
namespace N { }
|
|
257
|
+
namespace D { }
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
namespace D { }
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
namespace D { }
|
|
264
|
+
}
|
|
265
|
+
namespace _$lstring {
|
|
266
|
+
namespace N { }
|
|
267
|
+
namespace D { }
|
|
268
|
+
}
|
|
269
|
+
namespace tagged_$_$union {
|
|
270
|
+
namespace N {
|
|
271
|
+
namespace G {
|
|
272
|
+
namespace N {
|
|
273
|
+
namespace data {
|
|
274
|
+
namespace N { }
|
|
275
|
+
namespace D { }
|
|
276
|
+
}
|
|
277
|
+
namespace state {
|
|
278
|
+
namespace N { }
|
|
279
|
+
namespace D { }
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
namespace D { }
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
namespace D { }
|
|
286
|
+
}
|
|
287
|
+
}
|
|
108
288
|
namespace D { }
|
|
109
289
|
}
|
|
110
290
|
}
|
|
111
291
|
namespace D { }
|
|
112
292
|
}
|
|
113
|
-
namespace
|
|
114
|
-
namespace N { }
|
|
115
|
-
namespace D { }
|
|
116
|
-
}
|
|
117
|
-
namespace _$lfunction {
|
|
293
|
+
namespace map {
|
|
118
294
|
namespace N {
|
|
119
295
|
namespace G {
|
|
120
296
|
namespace N {
|
|
121
|
-
namespace
|
|
297
|
+
namespace selection {
|
|
122
298
|
namespace N { }
|
|
123
299
|
namespace D { }
|
|
124
300
|
}
|
|
125
|
-
namespace
|
|
301
|
+
namespace _$ltype {
|
|
126
302
|
namespace N {
|
|
127
303
|
namespace TU {
|
|
128
304
|
namespace N {
|
|
129
|
-
namespace
|
|
305
|
+
namespace array {
|
|
130
306
|
namespace N { }
|
|
131
307
|
namespace D { }
|
|
132
308
|
}
|
|
133
|
-
namespace
|
|
134
|
-
namespace N {
|
|
309
|
+
namespace _$lboolean {
|
|
310
|
+
namespace N {
|
|
311
|
+
namespace G {
|
|
312
|
+
namespace N {
|
|
313
|
+
namespace false_$_$expression {
|
|
314
|
+
namespace N { }
|
|
315
|
+
namespace D { }
|
|
316
|
+
}
|
|
317
|
+
namespace true_$_$expression {
|
|
318
|
+
namespace N { }
|
|
319
|
+
namespace D { }
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
namespace D { }
|
|
323
|
+
}
|
|
324
|
+
}
|
|
135
325
|
namespace D { }
|
|
136
326
|
}
|
|
137
|
-
namespace
|
|
327
|
+
namespace dictionary {
|
|
138
328
|
namespace N { }
|
|
139
329
|
namespace D { }
|
|
140
330
|
}
|
|
331
|
+
namespace optional {
|
|
332
|
+
namespace N {
|
|
333
|
+
namespace G {
|
|
334
|
+
namespace N {
|
|
335
|
+
namespace not_$_$set {
|
|
336
|
+
namespace N { }
|
|
337
|
+
namespace D { }
|
|
338
|
+
}
|
|
339
|
+
namespace _$lset {
|
|
340
|
+
namespace N { }
|
|
341
|
+
namespace D { }
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
namespace D { }
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
namespace D { }
|
|
348
|
+
}
|
|
349
|
+
namespace tagged_$_$union {
|
|
350
|
+
namespace N {
|
|
351
|
+
namespace G {
|
|
352
|
+
namespace N {
|
|
353
|
+
namespace cases {
|
|
354
|
+
namespace N {
|
|
355
|
+
namespace DX {
|
|
356
|
+
namespace N { }
|
|
357
|
+
namespace D { }
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
namespace D { }
|
|
361
|
+
}
|
|
362
|
+
namespace _$ldefault {
|
|
363
|
+
namespace N {
|
|
364
|
+
namespace O {
|
|
365
|
+
namespace N { }
|
|
366
|
+
namespace D { }
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
namespace D { }
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
namespace D { }
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
namespace D { }
|
|
376
|
+
}
|
|
141
377
|
}
|
|
142
378
|
namespace D { }
|
|
143
379
|
}
|
|
@@ -150,35 +386,28 @@ export declare namespace G {
|
|
|
150
386
|
}
|
|
151
387
|
namespace D { }
|
|
152
388
|
}
|
|
153
|
-
namespace
|
|
389
|
+
namespace reduce {
|
|
154
390
|
namespace N {
|
|
155
|
-
namespace
|
|
156
|
-
namespace N {
|
|
391
|
+
namespace G {
|
|
392
|
+
namespace N {
|
|
393
|
+
namespace callback {
|
|
394
|
+
namespace N { }
|
|
395
|
+
namespace D { }
|
|
396
|
+
}
|
|
397
|
+
namespace initial {
|
|
398
|
+
namespace N { }
|
|
399
|
+
namespace D { }
|
|
400
|
+
}
|
|
401
|
+
namespace selection {
|
|
402
|
+
namespace N { }
|
|
403
|
+
namespace D { }
|
|
404
|
+
}
|
|
405
|
+
}
|
|
157
406
|
namespace D { }
|
|
158
407
|
}
|
|
159
408
|
}
|
|
160
409
|
namespace D { }
|
|
161
410
|
}
|
|
162
|
-
namespace implement_$_$me {
|
|
163
|
-
namespace N { }
|
|
164
|
-
namespace D { }
|
|
165
|
-
}
|
|
166
|
-
namespace not_$_$set {
|
|
167
|
-
namespace N { }
|
|
168
|
-
namespace D { }
|
|
169
|
-
}
|
|
170
|
-
namespace null_$_$literal {
|
|
171
|
-
namespace N { }
|
|
172
|
-
namespace D { }
|
|
173
|
-
}
|
|
174
|
-
namespace number_$_$literal {
|
|
175
|
-
namespace N { }
|
|
176
|
-
namespace D { }
|
|
177
|
-
}
|
|
178
|
-
namespace panic {
|
|
179
|
-
namespace N { }
|
|
180
|
-
namespace D { }
|
|
181
|
-
}
|
|
182
411
|
namespace selection {
|
|
183
412
|
namespace N {
|
|
184
413
|
namespace G {
|
|
@@ -195,6 +424,10 @@ export declare namespace G {
|
|
|
195
424
|
namespace N { }
|
|
196
425
|
namespace D { }
|
|
197
426
|
}
|
|
427
|
+
namespace seed {
|
|
428
|
+
namespace N { }
|
|
429
|
+
namespace D { }
|
|
430
|
+
}
|
|
198
431
|
namespace variable {
|
|
199
432
|
namespace N {
|
|
200
433
|
namespace G {
|
|
@@ -285,90 +518,6 @@ export declare namespace G {
|
|
|
285
518
|
}
|
|
286
519
|
namespace D { }
|
|
287
520
|
}
|
|
288
|
-
namespace _$lset {
|
|
289
|
-
namespace N { }
|
|
290
|
-
namespace D { }
|
|
291
|
-
}
|
|
292
|
-
namespace state_$_$literal {
|
|
293
|
-
namespace N {
|
|
294
|
-
namespace G {
|
|
295
|
-
namespace N {
|
|
296
|
-
namespace data {
|
|
297
|
-
namespace N { }
|
|
298
|
-
namespace D { }
|
|
299
|
-
}
|
|
300
|
-
namespace state {
|
|
301
|
-
namespace N { }
|
|
302
|
-
namespace D { }
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
namespace D { }
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
namespace D { }
|
|
309
|
-
}
|
|
310
|
-
namespace string_$_$literal {
|
|
311
|
-
namespace N { }
|
|
312
|
-
namespace D { }
|
|
313
|
-
}
|
|
314
|
-
namespace _$lswitch {
|
|
315
|
-
namespace N {
|
|
316
|
-
namespace G {
|
|
317
|
-
namespace N {
|
|
318
|
-
namespace cases {
|
|
319
|
-
namespace N {
|
|
320
|
-
namespace DX {
|
|
321
|
-
namespace N { }
|
|
322
|
-
namespace D { }
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
namespace D { }
|
|
326
|
-
}
|
|
327
|
-
namespace _$ldefault {
|
|
328
|
-
namespace N {
|
|
329
|
-
namespace O {
|
|
330
|
-
namespace N { }
|
|
331
|
-
namespace D { }
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
namespace D { }
|
|
335
|
-
}
|
|
336
|
-
namespace select {
|
|
337
|
-
namespace N { }
|
|
338
|
-
namespace D { }
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
namespace D { }
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
namespace D { }
|
|
345
|
-
}
|
|
346
|
-
namespace ternary_$_$condition {
|
|
347
|
-
namespace N {
|
|
348
|
-
namespace G {
|
|
349
|
-
namespace N {
|
|
350
|
-
namespace condition {
|
|
351
|
-
namespace N { }
|
|
352
|
-
namespace D { }
|
|
353
|
-
}
|
|
354
|
-
namespace false_$_$expression {
|
|
355
|
-
namespace N { }
|
|
356
|
-
namespace D { }
|
|
357
|
-
}
|
|
358
|
-
namespace true_$_$expression {
|
|
359
|
-
namespace N { }
|
|
360
|
-
namespace D { }
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
namespace D { }
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
namespace D { }
|
|
367
|
-
}
|
|
368
|
-
namespace _$ltrue {
|
|
369
|
-
namespace N { }
|
|
370
|
-
namespace D { }
|
|
371
|
-
}
|
|
372
521
|
}
|
|
373
522
|
namespace D { }
|
|
374
523
|
}
|
|
@@ -790,50 +939,186 @@ export declare namespace G {
|
|
|
790
939
|
readonly 'root namespace': D.Namespace;
|
|
791
940
|
};
|
|
792
941
|
namespace Expression {
|
|
793
|
-
namespace
|
|
794
|
-
type
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
type
|
|
800
|
-
|
|
942
|
+
namespace flow {
|
|
943
|
+
type block = D.Statement__Block;
|
|
944
|
+
namespace change__context {
|
|
945
|
+
type new__context__selection = D.Expression;
|
|
946
|
+
type sub__expression = D.Expression;
|
|
947
|
+
}
|
|
948
|
+
type change__context = {
|
|
949
|
+
readonly 'new context selection': D.Expression;
|
|
950
|
+
readonly 'sub expression': D.Expression;
|
|
951
|
+
};
|
|
952
|
+
type implement__me = string;
|
|
953
|
+
type panic = string;
|
|
801
954
|
}
|
|
802
|
-
type
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
955
|
+
type flow = ['block', D.Statement__Block] | [
|
|
956
|
+
'change context',
|
|
957
|
+
{
|
|
958
|
+
readonly 'new context selection': D.Expression;
|
|
959
|
+
readonly 'sub expression': D.Expression;
|
|
960
|
+
}
|
|
961
|
+
] | ['implement me', string] | ['panic', string];
|
|
962
|
+
namespace literal {
|
|
963
|
+
namespace array {
|
|
964
|
+
type A = D.Expression;
|
|
965
|
+
}
|
|
966
|
+
type array = pt.Array<D.Expression>;
|
|
967
|
+
namespace _lboolean {
|
|
968
|
+
type _lfalse = null;
|
|
969
|
+
type _ltrue = null;
|
|
970
|
+
}
|
|
971
|
+
type _lboolean = ['false', null] | ['true', null];
|
|
972
|
+
namespace dictionary {
|
|
973
|
+
type DX = D.Expression;
|
|
974
|
+
}
|
|
975
|
+
type dictionary = pt.Dictionary<D.Expression>;
|
|
976
|
+
namespace _lfunction {
|
|
977
|
+
type block = D.Statement__Block;
|
|
978
|
+
namespace temp__signature__help {
|
|
979
|
+
type has__additional__parameters = null;
|
|
980
|
+
type has__no__additional__parameters = null;
|
|
981
|
+
type typed = D.Function__Signature;
|
|
982
|
+
}
|
|
983
|
+
type temp__signature__help = ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
|
|
984
|
+
}
|
|
985
|
+
type _lfunction = {
|
|
986
|
+
readonly 'block': D.Statement__Block;
|
|
987
|
+
readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
|
|
988
|
+
};
|
|
989
|
+
namespace group {
|
|
990
|
+
type DX = D.Expression;
|
|
991
|
+
}
|
|
992
|
+
type group = pt.Dictionary<D.Expression>;
|
|
993
|
+
type _lnull = null;
|
|
994
|
+
type _lnumber = number;
|
|
995
|
+
namespace optional {
|
|
996
|
+
type not__set = null;
|
|
997
|
+
type _lset = D.Expression;
|
|
998
|
+
}
|
|
999
|
+
type optional = ['not set', null] | ['set', D.Expression];
|
|
1000
|
+
type _lstring = string;
|
|
1001
|
+
namespace tagged__union {
|
|
1002
|
+
type data = D.Expression;
|
|
1003
|
+
type state = string;
|
|
1004
|
+
}
|
|
1005
|
+
type tagged__union = {
|
|
1006
|
+
readonly 'data': D.Expression;
|
|
1007
|
+
readonly 'state': string;
|
|
1008
|
+
};
|
|
808
1009
|
}
|
|
809
|
-
type
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
1010
|
+
type literal = ['array', pt.Array<D.Expression>] | [
|
|
1011
|
+
'boolean',
|
|
1012
|
+
['false', null] | ['true', null]
|
|
1013
|
+
] | ['dictionary', pt.Dictionary<D.Expression>] | [
|
|
1014
|
+
'function',
|
|
1015
|
+
{
|
|
1016
|
+
readonly 'block': D.Statement__Block;
|
|
1017
|
+
readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
|
|
1018
|
+
}
|
|
1019
|
+
] | ['group', pt.Dictionary<D.Expression>] | ['null', null] | ['number', number] | [
|
|
1020
|
+
'optional',
|
|
1021
|
+
['not set', null] | ['set', D.Expression]
|
|
1022
|
+
] | ['string', string] | [
|
|
1023
|
+
'tagged union',
|
|
1024
|
+
{
|
|
1025
|
+
readonly 'data': D.Expression;
|
|
1026
|
+
readonly 'state': string;
|
|
817
1027
|
}
|
|
818
|
-
|
|
1028
|
+
];
|
|
1029
|
+
namespace map {
|
|
1030
|
+
type selection = D.Expression;
|
|
1031
|
+
namespace _ltype {
|
|
1032
|
+
type array = D.Expression;
|
|
1033
|
+
namespace _lboolean {
|
|
1034
|
+
type false__expression = D.Expression;
|
|
1035
|
+
type true__expression = D.Expression;
|
|
1036
|
+
}
|
|
1037
|
+
type _lboolean = {
|
|
1038
|
+
readonly 'false expression': D.Expression;
|
|
1039
|
+
readonly 'true expression': D.Expression;
|
|
1040
|
+
};
|
|
1041
|
+
type dictionary = D.Expression;
|
|
1042
|
+
namespace optional {
|
|
1043
|
+
type not__set = D.Expression;
|
|
1044
|
+
type _lset = D.Expression;
|
|
1045
|
+
}
|
|
1046
|
+
type optional = {
|
|
1047
|
+
readonly 'not set': D.Expression;
|
|
1048
|
+
readonly 'set': D.Expression;
|
|
1049
|
+
};
|
|
1050
|
+
namespace tagged__union {
|
|
1051
|
+
namespace cases {
|
|
1052
|
+
type DX = D.Expression;
|
|
1053
|
+
}
|
|
1054
|
+
type cases = pt.Dictionary<D.Expression>;
|
|
1055
|
+
namespace _ldefault {
|
|
1056
|
+
type O = D.Expression;
|
|
1057
|
+
}
|
|
1058
|
+
type _ldefault = pt.OptionalValue<D.Expression>;
|
|
1059
|
+
}
|
|
1060
|
+
type tagged__union = {
|
|
1061
|
+
readonly 'cases': pt.Dictionary<D.Expression>;
|
|
1062
|
+
readonly 'default': pt.OptionalValue<D.Expression>;
|
|
1063
|
+
};
|
|
1064
|
+
}
|
|
1065
|
+
type _ltype = ['array', D.Expression] | [
|
|
1066
|
+
'boolean',
|
|
1067
|
+
{
|
|
1068
|
+
readonly 'false expression': D.Expression;
|
|
1069
|
+
readonly 'true expression': D.Expression;
|
|
1070
|
+
}
|
|
1071
|
+
] | ['dictionary', D.Expression] | [
|
|
1072
|
+
'optional',
|
|
1073
|
+
{
|
|
1074
|
+
readonly 'not set': D.Expression;
|
|
1075
|
+
readonly 'set': D.Expression;
|
|
1076
|
+
}
|
|
1077
|
+
] | [
|
|
1078
|
+
'tagged union',
|
|
1079
|
+
{
|
|
1080
|
+
readonly 'cases': pt.Dictionary<D.Expression>;
|
|
1081
|
+
readonly 'default': pt.OptionalValue<D.Expression>;
|
|
1082
|
+
}
|
|
1083
|
+
];
|
|
819
1084
|
}
|
|
820
|
-
type
|
|
821
|
-
readonly '
|
|
822
|
-
readonly '
|
|
1085
|
+
type map = {
|
|
1086
|
+
readonly 'selection': D.Expression;
|
|
1087
|
+
readonly 'type': ['array', D.Expression] | [
|
|
1088
|
+
'boolean',
|
|
1089
|
+
{
|
|
1090
|
+
readonly 'false expression': D.Expression;
|
|
1091
|
+
readonly 'true expression': D.Expression;
|
|
1092
|
+
}
|
|
1093
|
+
] | ['dictionary', D.Expression] | [
|
|
1094
|
+
'optional',
|
|
1095
|
+
{
|
|
1096
|
+
readonly 'not set': D.Expression;
|
|
1097
|
+
readonly 'set': D.Expression;
|
|
1098
|
+
}
|
|
1099
|
+
] | [
|
|
1100
|
+
'tagged union',
|
|
1101
|
+
{
|
|
1102
|
+
readonly 'cases': pt.Dictionary<D.Expression>;
|
|
1103
|
+
readonly 'default': pt.OptionalValue<D.Expression>;
|
|
1104
|
+
}
|
|
1105
|
+
];
|
|
823
1106
|
};
|
|
824
|
-
namespace
|
|
825
|
-
type
|
|
1107
|
+
namespace reduce {
|
|
1108
|
+
type callback = D.Expression;
|
|
1109
|
+
type initial = D.Expression;
|
|
1110
|
+
type selection = D.Expression;
|
|
826
1111
|
}
|
|
827
|
-
type
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
type panic = string;
|
|
1112
|
+
type reduce = {
|
|
1113
|
+
readonly 'callback': D.Expression;
|
|
1114
|
+
readonly 'initial': D.Expression;
|
|
1115
|
+
readonly 'selection': D.Expression;
|
|
1116
|
+
};
|
|
833
1117
|
namespace selection {
|
|
834
1118
|
namespace start {
|
|
835
1119
|
type context = null;
|
|
836
1120
|
type parameter = string;
|
|
1121
|
+
type seed = null;
|
|
837
1122
|
namespace variable {
|
|
838
1123
|
namespace _limport {
|
|
839
1124
|
type O = string;
|
|
@@ -851,7 +1136,7 @@ export declare namespace G {
|
|
|
851
1136
|
readonly 'variable': string;
|
|
852
1137
|
};
|
|
853
1138
|
}
|
|
854
|
-
type start = ['context', null] | ['parameter', string] | [
|
|
1139
|
+
type start = ['context', null] | ['parameter', string] | ['seed', null] | [
|
|
855
1140
|
'variable',
|
|
856
1141
|
{
|
|
857
1142
|
readonly 'import': pt.OptionalValue<string>;
|
|
@@ -895,7 +1180,7 @@ export declare namespace G {
|
|
|
895
1180
|
] | ['member selection', string]>;
|
|
896
1181
|
}
|
|
897
1182
|
type selection = {
|
|
898
|
-
readonly 'start': ['context', null] | ['parameter', string] | [
|
|
1183
|
+
readonly 'start': ['context', null] | ['parameter', string] | ['seed', null] | [
|
|
899
1184
|
'variable',
|
|
900
1185
|
{
|
|
901
1186
|
readonly 'import': pt.OptionalValue<string>;
|
|
@@ -912,60 +1197,72 @@ export declare namespace G {
|
|
|
912
1197
|
}
|
|
913
1198
|
] | ['member selection', string]>;
|
|
914
1199
|
};
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
};
|
|
924
|
-
type string__literal = string;
|
|
925
|
-
namespace _lswitch {
|
|
926
|
-
namespace cases {
|
|
927
|
-
type DX = D.Expression;
|
|
1200
|
+
}
|
|
1201
|
+
type Expression = [
|
|
1202
|
+
'flow',
|
|
1203
|
+
['block', D.Statement__Block] | [
|
|
1204
|
+
'change context',
|
|
1205
|
+
{
|
|
1206
|
+
readonly 'new context selection': D.Expression;
|
|
1207
|
+
readonly 'sub expression': D.Expression;
|
|
928
1208
|
}
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
1209
|
+
] | ['implement me', string] | ['panic', string]
|
|
1210
|
+
] | [
|
|
1211
|
+
'literal',
|
|
1212
|
+
['array', pt.Array<D.Expression>] | [
|
|
1213
|
+
'boolean',
|
|
1214
|
+
['false', null] | ['true', null]
|
|
1215
|
+
] | ['dictionary', pt.Dictionary<D.Expression>] | [
|
|
1216
|
+
'function',
|
|
1217
|
+
{
|
|
1218
|
+
readonly 'block': D.Statement__Block;
|
|
1219
|
+
readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
|
|
932
1220
|
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
}
|
|
946
|
-
type ternary__condition = {
|
|
947
|
-
readonly 'condition': D.Expression;
|
|
948
|
-
readonly 'false expression': D.Expression;
|
|
949
|
-
readonly 'true expression': D.Expression;
|
|
950
|
-
};
|
|
951
|
-
type _ltrue = null;
|
|
952
|
-
}
|
|
953
|
-
type Expression = ['array literal', pt.Array<D.Expression>] | ['block', D.Statement__Block] | [
|
|
954
|
-
'change context',
|
|
1221
|
+
] | ['group', pt.Dictionary<D.Expression>] | ['null', null] | ['number', number] | [
|
|
1222
|
+
'optional',
|
|
1223
|
+
['not set', null] | ['set', D.Expression]
|
|
1224
|
+
] | ['string', string] | [
|
|
1225
|
+
'tagged union',
|
|
1226
|
+
{
|
|
1227
|
+
readonly 'data': D.Expression;
|
|
1228
|
+
readonly 'state': string;
|
|
1229
|
+
}
|
|
1230
|
+
]
|
|
1231
|
+
] | [
|
|
1232
|
+
'map',
|
|
955
1233
|
{
|
|
956
|
-
readonly '
|
|
957
|
-
readonly '
|
|
1234
|
+
readonly 'selection': D.Expression;
|
|
1235
|
+
readonly 'type': ['array', D.Expression] | [
|
|
1236
|
+
'boolean',
|
|
1237
|
+
{
|
|
1238
|
+
readonly 'false expression': D.Expression;
|
|
1239
|
+
readonly 'true expression': D.Expression;
|
|
1240
|
+
}
|
|
1241
|
+
] | ['dictionary', D.Expression] | [
|
|
1242
|
+
'optional',
|
|
1243
|
+
{
|
|
1244
|
+
readonly 'not set': D.Expression;
|
|
1245
|
+
readonly 'set': D.Expression;
|
|
1246
|
+
}
|
|
1247
|
+
] | [
|
|
1248
|
+
'tagged union',
|
|
1249
|
+
{
|
|
1250
|
+
readonly 'cases': pt.Dictionary<D.Expression>;
|
|
1251
|
+
readonly 'default': pt.OptionalValue<D.Expression>;
|
|
1252
|
+
}
|
|
1253
|
+
];
|
|
958
1254
|
}
|
|
959
|
-
] | [
|
|
960
|
-
'
|
|
1255
|
+
] | [
|
|
1256
|
+
'reduce',
|
|
961
1257
|
{
|
|
962
|
-
readonly '
|
|
963
|
-
readonly '
|
|
1258
|
+
readonly 'callback': D.Expression;
|
|
1259
|
+
readonly 'initial': D.Expression;
|
|
1260
|
+
readonly 'selection': D.Expression;
|
|
964
1261
|
}
|
|
965
|
-
] | [
|
|
1262
|
+
] | [
|
|
966
1263
|
'selection',
|
|
967
1264
|
{
|
|
968
|
-
readonly 'start': ['context', null] | ['parameter', string] | [
|
|
1265
|
+
readonly 'start': ['context', null] | ['parameter', string] | ['seed', null] | [
|
|
969
1266
|
'variable',
|
|
970
1267
|
{
|
|
971
1268
|
readonly 'import': pt.OptionalValue<string>;
|
|
@@ -982,27 +1279,7 @@ export declare namespace G {
|
|
|
982
1279
|
}
|
|
983
1280
|
] | ['member selection', string]>;
|
|
984
1281
|
}
|
|
985
|
-
]
|
|
986
|
-
'state literal',
|
|
987
|
-
{
|
|
988
|
-
readonly 'data': D.Expression;
|
|
989
|
-
readonly 'state': string;
|
|
990
|
-
}
|
|
991
|
-
] | ['string literal', string] | [
|
|
992
|
-
'switch',
|
|
993
|
-
{
|
|
994
|
-
readonly 'cases': pt.Dictionary<D.Expression>;
|
|
995
|
-
readonly 'default': pt.OptionalValue<D.Expression>;
|
|
996
|
-
readonly 'select': D.Expression;
|
|
997
|
-
}
|
|
998
|
-
] | [
|
|
999
|
-
'ternary condition',
|
|
1000
|
-
{
|
|
1001
|
-
readonly 'condition': D.Expression;
|
|
1002
|
-
readonly 'false expression': D.Expression;
|
|
1003
|
-
readonly 'true expression': D.Expression;
|
|
1004
|
-
}
|
|
1005
|
-
] | ['true', null];
|
|
1282
|
+
];
|
|
1006
1283
|
namespace Function__Signature {
|
|
1007
1284
|
type context__parameter = D.Type;
|
|
1008
1285
|
namespace parameters {
|
|
@@ -1301,10 +1578,6 @@ export declare namespace G {
|
|
|
1301
1578
|
}
|
|
1302
1579
|
export declare namespace N { }
|
|
1303
1580
|
export declare namespace D {
|
|
1304
|
-
namespace Lines {
|
|
1305
|
-
type A = string;
|
|
1306
|
-
}
|
|
1307
|
-
type Lines = pt.Array<string>;
|
|
1308
1581
|
namespace Serialize__CompilationUnit__Data {
|
|
1309
1582
|
type compilation__unit = G.pareto.D.Compilation__Unit;
|
|
1310
1583
|
}
|
|
@@ -1314,5 +1587,5 @@ export declare namespace D {
|
|
|
1314
1587
|
}
|
|
1315
1588
|
export declare namespace I { }
|
|
1316
1589
|
export declare namespace A {
|
|
1317
|
-
type SerializeCompilationUnit = ($: D.Serialize__CompilationUnit__Data) => D.
|
|
1590
|
+
type SerializeCompilationUnit = ($: D.Serialize__CompilationUnit__Data) => G.fp.D.Indented__Lines;
|
|
1318
1591
|
}
|