liana-core 0.1.36 → 0.1.37
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/dist/declarations/refiners/unmarshalled/astn_parse_tree.d.ts +1 -1
- package/dist/declarations/transformers/deserialize/location.d.ts +1 -1
- package/dist/declarations/transformers/deserialize/prose.d.ts +1 -1
- package/dist/declarations/transformers/deserialize_resolved/location.d.ts +1 -1
- package/dist/declarations/transformers/deserialize_resolved/prose.d.ts +1 -1
- package/dist/declarations/transformers/location/prose.d.ts +1 -1
- package/dist/declarations/transformers/parse_tree/start_token_range.d.ts +1 -1
- package/dist/declarations/transformers/primitives/text.d.ts +1 -1
- package/dist/declarations/transformers/resolve/location.d.ts +1 -1
- package/dist/declarations/transformers/resolve/prose.d.ts +1 -1
- package/dist/declarations/transformers/unmarshall/location_in_main_document.d.ts +1 -1
- package/dist/declarations/transformers/unmarshall/prose.d.ts +1 -1
- package/dist/implementation/refiners/primitives/list_of_characters.d.ts +1 -1
- package/dist/interface/data/deserialize.d.ts +1 -1
- package/dist/interface/data/document_and_location.d.ts +1 -1
- package/dist/interface/data/unmarshalled.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as p_di from 'pareto-core/interface/data';
|
|
2
2
|
import type * as p_ from 'pareto-core/interface/refiner';
|
|
3
|
-
import type * as d_in from "astn-core/interface/
|
|
3
|
+
import type * as d_in from "astn-core/interface/data/parse_tree";
|
|
4
4
|
import type * as d_out from "../../../interface/data/unmarshalled.js";
|
|
5
5
|
import type * as d_function from "../../../interface/data/unmarshall.js";
|
|
6
6
|
import type * as d_function_loc from "../../../interface/data/document_and_location.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/deserialize.js";
|
|
3
|
-
import type * as d_out from "astn-core/interface/
|
|
3
|
+
import type * as d_out from "astn-core/interface/data/location";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Possible_Range>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/deserialize.js";
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/deserialize_resolved.js";
|
|
3
|
-
import type * as d_out from "astn-core/interface/
|
|
3
|
+
import type * as d_out from "astn-core/interface/data/location";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Possible_Range>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/deserialize_resolved.js";
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/document_and_location.js";
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
import type * as d_function from "astn-core/interface/data/location_to_prose";
|
|
5
5
|
export type Range = p_.Transformer_With_Parameter<d_in.Range, d_out.Phrase, {
|
|
6
6
|
'character location reporting': d_function.character_location_reporting;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as p_di from 'pareto-core/interface/data';
|
|
2
2
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
3
|
-
import type * as d_in from "astn-core/interface/
|
|
3
|
+
import type * as d_in from "astn-core/interface/data/parse_tree";
|
|
4
4
|
import type * as d_out from "../../../interface/data/document_and_location.js";
|
|
5
5
|
export declare namespace d_function {
|
|
6
6
|
type Parameters = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/text";
|
|
3
3
|
export type true_false = p_.Transformer<boolean, d_out.Text>;
|
|
4
4
|
export type scientific_notation = p_.Transformer_With_Parameter<number, d_out.Text, {
|
|
5
5
|
digits: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/resolve.js";
|
|
3
|
-
import type * as d_out from "astn-core/interface/
|
|
3
|
+
import type * as d_out from "astn-core/interface/data/location";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Range>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/resolve.js";
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/unmarshall.js";
|
|
3
|
-
import type * as d_out from "astn-core/interface/
|
|
3
|
+
import type * as d_out from "astn-core/interface/data/location";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Range>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_in from "../../../interface/data/unmarshall.js";
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_i from 'pareto-core/interface/refiner';
|
|
2
|
-
import type * as d_loc from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_loc from "pareto-fountain-pen/interface/data/list_of_characters";
|
|
3
3
|
export declare const decimal: p_i.Refiner<number, string, d_loc.List_of_Characters>;
|
|
4
4
|
export declare const scientific_notation: p_i.Refiner_With_Parameter<number, string, d_loc.List_of_Characters, {
|
|
5
5
|
'precision': number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as d_deserialized_parse_tree from "astn-core/interface/
|
|
1
|
+
import type * as d_deserialized_parse_tree from "astn-core/interface/data/deserialize_parse_tree";
|
|
2
2
|
import type * as d_unmarshall from "../data/unmarshall.js";
|
|
3
3
|
export type Error_ = ['parse error', d_deserialized_parse_tree.Error] | ['unmarshall error', d_unmarshall.Error];
|
|
4
4
|
export type { Error_ as Error, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as d_astn_location from "astn-core/interface/
|
|
1
|
+
import type * as d_astn_location from "astn-core/interface/data/location";
|
|
2
2
|
export type Subdocument = {
|
|
3
3
|
readonly 'range of include in main document': d_astn_location.Range;
|
|
4
4
|
readonly 'subdocument resource identifier': string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/interface/data';
|
|
2
2
|
import type * as d_astn from "astn-core/interface/data/unmarshalled";
|
|
3
|
-
import type * as d_parse_tree from "astn-core/interface/
|
|
3
|
+
import type * as d_parse_tree from "astn-core/interface/data/parse_tree";
|
|
4
4
|
export type Number = number;
|
|
5
5
|
export type Boolean = boolean;
|
|
6
6
|
export type Dictionary = {
|