pareto-core-interface 0.1.11 → 0.1.12

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.
@@ -11,3 +11,7 @@ export type Boolean_Deserializer<Error> = Deserializer<boolean, Error>;
11
11
  export type Boolean_Deserializer_With_Parameters<Error, Parameters> = Deserializer_With_Parameters<boolean, Error, Parameters>;
12
12
  export type Boolean_Deserializer_Without_Error = Deserializer_Without_Error<boolean>;
13
13
  export type Boolean_Deserializer_Without_Error_With_Parameters<Parameters> = Deserializer_Without_Error_With_Parameters<boolean, Parameters>;
14
+ export type Text_Deserializer<Error> = Deserializer<string, Error>;
15
+ export type Text_Deserializer_With_Parameters<Error, Parameters> = Deserializer_With_Parameters<string, Error, Parameters>;
16
+ export type Text_Deserializer_Without_Error = Deserializer_Without_Error<string>;
17
+ export type Text_Deserializer_Without_Error_With_Parameters<Parameters> = Deserializer_Without_Error_With_Parameters<string, Parameters>;
@@ -1,4 +1,4 @@
1
- import { Abort } from "../abort";
1
+ import { Abort } from "../interfaces/Abort";
2
2
  import { Iterator } from "../interfaces/Iterator";
3
3
  export type Production<Iterator_Element, Result, Error> = (iterator: Iterator<Iterator_Element>, abort: Abort<Error>) => Result;
4
4
  export type Production_With_Parameters<Iterator_Element, Result, Error, Parameters> = (iterator: Iterator<Iterator_Element>, abort: Abort<Error>, $p: Parameters) => Result;
@@ -1,6 +1,6 @@
1
1
  import { Queryer } from "./Queryer";
2
2
  import { Transformer } from "./Transformer";
3
- import { Abort } from "../abort";
3
+ import { Abort } from "../interfaces/Abort";
4
4
  export interface Query_Result<Output, Error> {
5
5
  query_result: null;
6
6
  transform_result<New_Output>(transformer: Transformer<Output, New_Output>): Query_Result<New_Output, Error>;
@@ -1,4 +1,4 @@
1
- import { Abort } from "../abort";
1
+ import { Abort } from "../interfaces/Abort";
2
2
  export type Refiner_With_Parameters<Result, Error, Input, Parameters> = ($: Input, abort: Abort<Error>, $p: Parameters) => Result;
3
3
  export type Refiner<Result, Error, Input> = ($: Input, abort: Abort<Error>) => Result;
4
4
  export type Refiner_Without_Error<Result, Input> = ($: Input) => Result;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export * from "./data/List";
2
2
  export * from "./data/Circular_Dependency";
3
3
  export * from "./data/Dictionary";
4
4
  export * from "./data/Optional_Value";
5
- export * from "./abort";
5
+ export * from "./interfaces/Abort";
6
6
  export * from "./interfaces/Iterator";
7
7
  export * from "./interfaces/Text_Builder";
8
8
  export * from "./algorithm_signatures/Command";
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ __exportStar(require("./data/List"), exports);
18
18
  __exportStar(require("./data/Circular_Dependency"), exports);
19
19
  __exportStar(require("./data/Dictionary"), exports);
20
20
  __exportStar(require("./data/Optional_Value"), exports);
21
- __exportStar(require("./abort"), exports);
21
+ __exportStar(require("./interfaces/Abort"), exports);
22
22
  __exportStar(require("./interfaces/Iterator"), exports);
23
23
  __exportStar(require("./interfaces/Text_Builder"), exports);
24
24
  __exportStar(require("./algorithm_signatures/Command"), exports);
@@ -34,4 +34,4 @@ __exportStar(require("./algorithm_signatures/Serializer"), exports);
34
34
  __exportStar(require("./Deprecated_Source_Location"), exports);
35
35
  __exportStar(require("./Deprecated_Refinement_Result"), exports);
36
36
  __exportStar(require("./Deprecated_Key_Value_Pair"), exports);
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUNBLDhDQUEyQjtBQUMzQiw2REFBMEM7QUFDMUMsb0RBQWlDO0FBQ2pDLHdEQUFxQztBQUVyQywwQ0FBdUI7QUFFdkIsd0RBQXFDO0FBQ3JDLDREQUF5QztBQUV6QyxpRUFBOEM7QUFDOUMsc0VBQW1EO0FBQ25ELG9FQUFpRDtBQUNqRCx3RUFBcUQ7QUFDckQsc0VBQW1EO0FBQ25ELCtEQUE0QztBQUM1QyxpRUFBOEM7QUFDOUMsaUVBQThDO0FBQzlDLHFFQUFrRDtBQUNsRCxvRUFBaUQ7QUFFakQsK0RBQTRDO0FBQzVDLGlFQUE4QztBQUM5Qyw4REFBMkMifQ==
37
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUNBLDhDQUEyQjtBQUMzQiw2REFBMEM7QUFDMUMsb0RBQWlDO0FBQ2pDLHdEQUFxQztBQUVyQyxxREFBa0M7QUFFbEMsd0RBQXFDO0FBQ3JDLDREQUF5QztBQUV6QyxpRUFBOEM7QUFDOUMsc0VBQW1EO0FBQ25ELG9FQUFpRDtBQUNqRCx3RUFBcUQ7QUFDckQsc0VBQW1EO0FBQ25ELCtEQUE0QztBQUM1QyxpRUFBOEM7QUFDOUMsaUVBQThDO0FBQzlDLHFFQUFrRDtBQUNsRCxvRUFBaUQ7QUFFakQsK0RBQTRDO0FBQzVDLGlFQUE4QztBQUM5Qyw4REFBMkMifQ==
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQWJvcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW50ZXJmYWNlcy9BYm9ydC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core-interface",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Corno",
6
6
  "description": "core types needed to define an interface in the Pareto language",
package/dist/abort.js DELETED
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJvcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYWJvcnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
File without changes