pareto 0.51.1 → 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/auto.dist/auto.globals.d.ts +22 -0
  2. package/auto.dist/auto.globals.js +2 -0
  3. package/auto.dist/index.d.ts +3 -0
  4. package/auto.dist/index.js +40 -0
  5. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +6 -0
  6. package/auto.dist/public/cosmos__2__pareto/auto.api.js +3 -0
  7. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +2 -0
  8. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +6 -0
  9. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +3045 -0
  10. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.js +3 -0
  11. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +29 -0
  12. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +3 -0
  13. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +2 -0
  14. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +359 -0
  15. package/auto.dist/public/cosmos__2__pareto/index.d.ts +2 -0
  16. package/auto.dist/public/cosmos__2__pareto/index.js +19 -0
  17. package/auto.dist/public/fountain__pen/auto.api.d.ts +6 -0
  18. package/auto.dist/public/fountain__pen/auto.api.js +3 -0
  19. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +2 -0
  20. package/auto.dist/public/fountain__pen/auto.implementation.js +6 -0
  21. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +29 -0
  22. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.js +3 -0
  23. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.d.ts +9 -0
  24. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +3 -0
  25. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +2 -0
  26. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +98 -0
  27. package/auto.dist/public/fountain__pen/index.d.ts +2 -0
  28. package/auto.dist/public/fountain__pen/index.js +19 -0
  29. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +1760 -0
  30. package/auto.dist/public/glossaries/cosmos__type__system.js +3 -0
  31. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +8 -0
  32. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +3 -0
  33. package/auto.dist/public/glossaries/pareto.d.ts +1267 -0
  34. package/auto.dist/public/glossaries/pareto.js +3 -0
  35. package/auto.dist/public/glossaries/pareto.shadow.d.ts +8 -0
  36. package/auto.dist/public/glossaries/pareto.shadow.js +3 -0
  37. package/auto.dist/public/pareto__2__typescript/auto.api.d.ts +6 -0
  38. package/auto.dist/public/pareto__2__typescript/auto.api.js +3 -0
  39. package/auto.dist/public/pareto__2__typescript/auto.implementation.d.ts +2 -0
  40. package/auto.dist/public/pareto__2__typescript/auto.implementation.js +6 -0
  41. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.d.ts +1318 -0
  42. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.js +3 -0
  43. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.d.ts +30 -0
  44. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +3 -0
  45. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.d.ts +2 -0
  46. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +510 -0
  47. package/auto.dist/public/pareto__2__typescript/index.d.ts +2 -0
  48. package/auto.dist/public/pareto__2__typescript/index.js +19 -0
  49. package/auto.dist/public/shorthands/pareto.d.ts +48 -0
  50. package/auto.dist/public/shorthands/pareto.js +241 -0
  51. package/auto.pareto/$.data.ts +45 -0
  52. package/auto.pareto/auto.dependencies/index.ts +9 -0
  53. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  54. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  55. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  56. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  57. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  58. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  59. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  60. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  61. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  62. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  63. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  64. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  65. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  66. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  67. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  68. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  69. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  70. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  71. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  72. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  73. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  74. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
  75. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
  76. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  77. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  78. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  79. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  80. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  81. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  82. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  83. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  84. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  85. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  86. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +35 -0
  87. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  89. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  90. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  91. package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +1674 -0
  92. package/auto.pareto/glossaries/auto.pareto.data.ts +1283 -0
  93. package/auto.pareto/modules/cosmos2pareto/api.data.ts +18 -0
  94. package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +41 -0
  95. package/auto.pareto/modules/fountain_pen/api.data.ts +17 -0
  96. package/auto.pareto/modules/fountain_pen/glossary.data.ts +32 -0
  97. package/auto.pareto/modules/pareto2typescript/api.data.ts +24 -0
  98. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +47 -0
  99. package/package.json +25 -50
  100. package/README.md +0 -30
  101. package/dist/examples/UnsafePromise.d.ts +0 -0
  102. package/dist/examples/UnsafePromise.js +0 -2
  103. package/dist/examples/UnsafePromise.js.map +0 -1
  104. package/dist/src/index.d.ts +0 -2
  105. package/dist/src/index.js +0 -29
  106. package/dist/src/index.js.map +0 -1
  107. package/dist/test/index.d.ts +0 -0
  108. package/dist/test/index.js +0 -2
  109. package/dist/test/index.js.map +0 -1
@@ -0,0 +1,18 @@
1
+
2
+
3
+ import * as pd from 'pareto-core-data'
4
+
5
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as glos } from "./glossary.data"
10
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
11
+
12
+ export const $: g_project.D.API<pd.SourceLocation> = api(
13
+ glos,
14
+ {
15
+ "library2ParetoComparators": algorithm("Library2ParetoComparators", null, {}),
16
+
17
+ }
18
+ )
@@ -0,0 +1,41 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
+ } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
10
+ import { $ as d_cosmos } from "../../glossaries/auto.cosmos_type_system.data"
11
+
12
+ const d = pd.d
13
+
14
+ export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
15
+ 'glossary parameters': d({}),
16
+ 'imports': d({
17
+ "pareto": {
18
+ 'glossary': d_pareto,
19
+ 'type arguments': d({
20
+ }),
21
+ },
22
+ "cosmos": {
23
+ 'glossary': d_cosmos,
24
+ 'type arguments': d({
25
+ }),
26
+ },
27
+ }),
28
+ 'root': {
29
+ 'namespaces': d({}),
30
+ 'data types': d({
31
+ "Library2ParetoComparatorsData": type(group({
32
+ "library": member(ref(externalTypeReference("cosmos", "Library"))),
33
+ })),
34
+ }),
35
+ },
36
+ 'interface types': d({}),
37
+ 'algorithm types': d({
38
+ "Library2ParetoComparators": sfunction(externalTypeReference("pareto", "Compilation Unit"), data(typeReference("Library2ParetoComparatorsData"))),
39
+
40
+ }),
41
+ }
@@ -0,0 +1,17 @@
1
+
2
+
3
+ import * as pd from 'pareto-core-data'
4
+
5
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as glos } from "./glossary.data"
10
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
11
+
12
+ export const $: g_project.D.API<pd.SourceLocation> = api(
13
+ glos,
14
+ {
15
+ "serialize": algorithm("Serialize", null, {})
16
+ }
17
+ )
@@ -0,0 +1,32 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
+ } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ const d = pd.d
9
+
10
+ export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
11
+ 'glossary parameters': d({}),
12
+ 'imports': d({
13
+ }),
14
+ 'root': {
15
+ 'namespaces': d({}),
16
+ 'data types': d({
17
+ "Block": type(array(taggedUnion({
18
+ "nested line": ref(typeReference("Line")),
19
+ "line": string(),
20
+ }))),
21
+ "Line": type(array(taggedUnion({
22
+ "snippet": string(),
23
+ "indent": ref(typeReference("Block"))
24
+ }))),
25
+ "Lines": type(array(string())),
26
+ }),
27
+ },
28
+ 'interface types': d({}),
29
+ 'algorithm types': d({
30
+ "Serialize": sfunction(typeReference("Lines"), data(typeReference("Block")))
31
+ }),
32
+ }
@@ -0,0 +1,24 @@
1
+
2
+
3
+ import * as pd from 'pareto-core-data'
4
+
5
+ import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_project from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+
9
+ import { $ as glos } from "./glossary.data"
10
+ import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands'
11
+
12
+ export const $: g_project.D.API<pd.SourceLocation> = api(
13
+ glos,
14
+ {
15
+ "serializeCompilationUnit": algorithm("SerializeCompilationUnit", null, {
16
+ // "createIdentifier": sfunction("tsn", {}, "CreateIdentifier"),
17
+ // "createApostrophedString": sfunction("tss", {}, "CreateApostrophedString"),
18
+ // "createQuotedString": sfunction("tss", {}, "CreateQuotedString"),
19
+ // "dictionaryForEach": procedure("foreach", {}, "DictionaryForEach"),
20
+ // "enrichedDictionaryForEach": procedure("foreach", {}, "EnrichedDictionaryForEach"),
21
+ // "filter": sfunction("dictionary", {}, "Filter")
22
+ }),
23
+ }
24
+ )
@@ -0,0 +1,47 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
5
+ } from "lib-pareto-typescript-project/dist/modules/pareto_type_system/shorthands"
6
+
7
+ import * as g_glossary from "lib-pareto-typescript-project/dist/modules/pareto_type_system"
8
+ const d = pd.d
9
+
10
+ import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
11
+ import { $ as d_fp } from "../fountain_pen/glossary.data"
12
+
13
+ export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
14
+ 'glossary parameters': d({
15
+ }),
16
+ 'imports': d({
17
+ "pareto": {
18
+ 'glossary': d_pareto,
19
+ 'type arguments': d({
20
+ }),
21
+ },
22
+ "fp": {
23
+ 'glossary': d_fp,
24
+ 'type arguments': d({}),
25
+ },
26
+ }),
27
+ 'root': {
28
+ 'namespaces': d({}),
29
+ 'data types': d({
30
+
31
+ "Serialize CompilationUnit Data": type(group({
32
+ // "phase": member(taggedUnion({
33
+ // "production": null_(),
34
+ // "development": null_(),
35
+ // })),
36
+ "compilation unit": member(ref(externalTypeReference("pareto", "Compilation Unit" ))),
37
+ })),
38
+
39
+ "Lines": type(array(string())),
40
+ }),
41
+ },
42
+ 'interface types': d({}),
43
+ 'algorithm types': d({
44
+ "SerializeCompilationUnit": sfunction(typeReference("Lines"), data(typeReference("Serialize CompilationUnit Data"))),
45
+
46
+ }),
47
+ }
package/package.json CHANGED
@@ -1,50 +1,25 @@
1
- {
2
- "name": "pareto",
3
- "version": "0.51.1",
4
- "description": "A library that supports the Pareto programming style: 80% of the code is straightforward and only needs 20% (or less) of all language features",
5
- "main": "dist/src/index.js",
6
- "scripts": {
7
- "build": "rm -rf ./dist && tsc",
8
- "lint": "node ./node_modules/eslint/bin/eslint.js src/**/*.ts",
9
- "buildLintAndTest": "npm run build && npm run lint && npm run test",
10
- "validatePublishReadiness": "git diff --exit-code && ncu -u --packageFile package.json && npm install && npm run buildLintAndTest",
11
- "pubMin": "npm run validatePublishReadiness && npm version minor && git push && npm publish",
12
- "pubPatch": "npm run validatePublishReadiness && npm version patch && git push && npm publish",
13
- "test": "echo nothing to test, testing should be done in pareto-20",
14
- "update2latest": "ncu -u --packageFile package.json && nsi",
15
- "update2latestAndPublishMinor": "npm run validatePublishReadiness && npm run update2latest && npm run test && git commit -am \"u2l\" && npm run pubMin",
16
- "update2latestAndPublishPath": "npm run validatePublishReadiness && npm run update2latest && npm run test && git commit -am \"u2l\" && npm run pubPatch"
17
- },
18
- "keywords": [
19
- "80/20 rule",
20
- "functional programming",
21
- "system development"
22
- ],
23
- "author": "corno",
24
- "license": "ISC",
25
- "types": "dist/src/index.d.ts",
26
- "prepublish": "tsc",
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/corno/pareto.git"
30
- },
31
- "files": [
32
- "dist/*"
33
- ],
34
- "dependencies": {
35
- "pareto-20": "^0.25.3"
36
- },
37
- "devDependencies": {
38
- "@types/chai": "^4.2.18",
39
- "@types/mocha": "^8.2.2",
40
- "@types/node": "^15.3.0",
41
- "@typescript-eslint/eslint-plugin": "^4.24.0",
42
- "@typescript-eslint/eslint-plugin-tslint": "^4.24.0",
43
- "@typescript-eslint/parser": "^4.24.0",
44
- "chai": "^4.3.4",
45
- "eslint": "^7.26.0",
46
- "mocha": "^8.4.0",
47
- "tslint": "^6.1.3",
48
- "typescript": "^4.2.4"
49
- }
50
- }
1
+ {
2
+ "author": "Corno",
3
+ "license": "TBD",
4
+ "description": "",
5
+ "dependencies": {
6
+ "pareto-core-alg": "^0.2.1",
7
+ "pareto-core-data": "^0.7.2",
8
+ "pareto-core-dev": "^0.9.1",
9
+ "pareto-standard-impure-library": "^0.9.0",
10
+ "res-typescript": "^0.35.0"
11
+ },
12
+ "files": [
13
+ "auto.dist",
14
+ "auto.pareto"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+ssh://git@github.com/corno/pareto.git"
19
+ },
20
+ "main": "auto.dist/index.js",
21
+ "types": "auto.dist/index.d.ts",
22
+ "name": "pareto",
23
+ "version": "0.53.0",
24
+ "content-fingerprint": "f0cfff41ca462f243f4dc8e27f328a2d23fb751a"
25
+ }
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # pareto
2
-
3
- A package that supports the Pareto programming style: 80% of all code written is straightforward and only needs 20% (or less) of all language features of a typical programming language, in this case TypeScript.
4
-
5
- ## basic concepts
6
-
7
- ### Value
8
- similar to the built in 'Promise'
9
-
10
- ### UnsafeValue
11
-
12
- ### Dictionary
13
-
14
- #### ReadonlyDictionary
15
-
16
- #### SafeMutableDictionary
17
-
18
- #### UnsafeMutableDictionary
19
-
20
- ### Stream
21
-
22
- #### IStream
23
-
24
- #### IKeyValueStream
25
-
26
- ### Lookup
27
-
28
- ### Array
29
-
30
- ### Resource's
File without changes
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=UnsafePromise.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnsafePromise.js","sourceRoot":"","sources":["../../examples/UnsafePromise.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export * from "pareto-api";
2
- export { assertNotNull, onNullableValue, assertTrue, onBoolean, value, success, error, wrap, buildStream, FilterResult, IKeyValueStream, IStream, IUnsafeStreamConsumer, IStreamConsumer, IValue, IUnsafeValue, ILookup, ReadOnlyDictionary, SafeMutableDictionary, UnsafeMutableDictionary, IArray, IUnsafeOnOpenResource, IUnsafeResource, IUnsafeOpenedResource, ISafeOpenedResource } from "pareto-20";
package/dist/src/index.js DELETED
@@ -1,29 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- exports.UnsafeMutableDictionary = exports.SafeMutableDictionary = exports.ReadOnlyDictionary = exports.buildStream = exports.wrap = exports.error = exports.success = exports.value = exports.onBoolean = exports.assertTrue = exports.onNullableValue = exports.assertNotNull = void 0;
14
- //api interfaces and types
15
- __exportStar(require("pareto-api"), exports);
16
- var pareto_20_1 = require("pareto-20");
17
- Object.defineProperty(exports, "assertNotNull", { enumerable: true, get: function () { return pareto_20_1.assertNotNull; } });
18
- Object.defineProperty(exports, "onNullableValue", { enumerable: true, get: function () { return pareto_20_1.onNullableValue; } });
19
- Object.defineProperty(exports, "assertTrue", { enumerable: true, get: function () { return pareto_20_1.assertTrue; } });
20
- Object.defineProperty(exports, "onBoolean", { enumerable: true, get: function () { return pareto_20_1.onBoolean; } });
21
- Object.defineProperty(exports, "value", { enumerable: true, get: function () { return pareto_20_1.value; } });
22
- Object.defineProperty(exports, "success", { enumerable: true, get: function () { return pareto_20_1.success; } });
23
- Object.defineProperty(exports, "error", { enumerable: true, get: function () { return pareto_20_1.error; } });
24
- Object.defineProperty(exports, "wrap", { enumerable: true, get: function () { return pareto_20_1.wrap; } });
25
- Object.defineProperty(exports, "buildStream", { enumerable: true, get: function () { return pareto_20_1.buildStream; } });
26
- Object.defineProperty(exports, "ReadOnlyDictionary", { enumerable: true, get: function () { return pareto_20_1.ReadOnlyDictionary; } });
27
- Object.defineProperty(exports, "SafeMutableDictionary", { enumerable: true, get: function () { return pareto_20_1.SafeMutableDictionary; } });
28
- Object.defineProperty(exports, "UnsafeMutableDictionary", { enumerable: true, get: function () { return pareto_20_1.UnsafeMutableDictionary; } });
29
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,0BAA0B;AAC1B,6CAA0B;AAE1B,uCAqCkB;AApCd,0GAAA,aAAa,OAAA;AACb,4GAAA,eAAe,OAAA;AAEf,uGAAA,UAAU,OAAA;AACV,sGAAA,SAAS,OAAA;AAET,kGAAA,KAAK,OAAA;AAEL,oGAAA,OAAO,OAAA;AACP,kGAAA,KAAK,OAAA;AAEL,iGAAA,IAAI,OAAA;AAEJ,wGAAA,WAAW,OAAA;AAYX,+GAAA,kBAAkB,OAAA;AAClB,kHAAA,qBAAqB,OAAA;AACrB,oHAAA,uBAAuB,OAAA"}
File without changes
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../test/index.ts"],"names":[],"mappings":""}