astn-core 0.5.129 → 0.5.130
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/annotated_characters/text.d.ts +2 -2
- package/dist/declarations/refiners/parse_tree/list_of_characters.d.ts +3 -3
- package/dist/declarations/refiners/parse_tree/text.d.ts +3 -3
- package/dist/declarations/refiners/parse_tree/tokenizer_result.d.ts +5 -5
- package/dist/declarations/refiners/unmarshalled/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_parse_tree/location.d.ts +2 -2
- package/dist/declarations/transformers/deserialize_parse_tree/prose.d.ts +2 -2
- package/dist/declarations/transformers/location/prose.d.ts +2 -2
- package/dist/declarations/transformers/parse_tree/full_value_range.d.ts +2 -2
- package/dist/declarations/transformers/parse_tree/start_token_range.d.ts +2 -2
- package/dist/declarations/transformers/primitives/text.d.ts +1 -1
- package/dist/declarations/transformers/sealed_target/deprecated_list_of_characters.d.ts +2 -2
- package/dist/declarations/transformers/sealed_target/prose.d.ts +2 -2
- package/dist/declarations/transformers/sealed_target/text.d.ts +2 -2
- package/dist/declarations/transformers/unmarshall/location.d.ts +1 -1
- package/dist/declarations/transformers/unmarshall/prose.d.ts +1 -1
- package/dist/implementation/refiners/parse_tree/tokenizer_result.d.ts +3 -3
- package/dist/implementation/refiners/token/annotated_character.d.ts +3 -3
- package/dist/interface/data/annotated_characters.d.ts +1 -1
- package/dist/interface/data/deserialize.d.ts +2 -2
- package/dist/interface/{generated/liana/schemas/deserialize_parse_tree/data.d.ts → data/deserialize_parse_tree.d.ts} +2 -2
- package/dist/interface/data/deserialize_parse_tree.js +4 -0
- package/dist/interface/data/location.js +2 -0
- package/dist/interface/{generated/liana/schemas/parse_tree/data.d.ts → data/parse_tree.d.ts} +2 -2
- package/dist/interface/data/parse_tree.js +4 -0
- package/dist/interface/data/sealed_target.js +2 -0
- package/dist/interface/{generated/liana/schemas/token/data.d.ts → data/token.d.ts} +1 -1
- package/dist/interface/data/token.js +3 -0
- package/dist/interface/data/unmarshall.d.ts +1 -1
- package/dist/interface/data/unmarshalled.d.ts +1 -1
- package/package.json +1 -1
- package/dist/interface/generated/liana/schemas/deserialize_parse_tree/data.js +0 -4
- package/dist/interface/generated/liana/schemas/location/data.js +0 -2
- package/dist/interface/generated/liana/schemas/parse_tree/data.js +0 -4
- package/dist/interface/generated/liana/schemas/sealed_target/data.js +0 -2
- package/dist/interface/generated/liana/schemas/token/data.js +0 -3
- /package/dist/interface/{generated/liana/schemas/location/data.d.ts → data/location.d.ts} +0 -0
- /package/dist/interface/{generated/liana/schemas/sealed_target/data.d.ts → data/sealed_target.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_ti from 'pareto-core/interface/transformer';
|
|
2
2
|
import type * as d_out from "../../../interface/data/annotated_characters.js";
|
|
3
|
-
import type * as d_in from "pareto-fountain-pen/interface/
|
|
4
|
-
import type * as d_function from "../../../interface/
|
|
3
|
+
import type * as d_in from "pareto-fountain-pen/interface/data/list_of_characters";
|
|
4
|
+
import type * as d_function from "../../../interface/data/deserialize_parse_tree.js";
|
|
5
5
|
export type Annotated_Characters = p_ti.Transformer_With_Parameter<d_in.List_of_Characters, d_out.Annotated_Characters, d_function.Parameters>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
-
import type * as d_function from "../../../interface/
|
|
3
|
-
import type * as d_out from "../../../interface/
|
|
4
|
-
import type * as d_in from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_function from "../../../interface/data/deserialize_parse_tree.js";
|
|
3
|
+
import type * as d_out from "../../../interface/data/parse_tree.js";
|
|
4
|
+
import type * as d_in from "pareto-fountain-pen/interface/data/list_of_characters";
|
|
5
5
|
export type Document = p_.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.List_of_Characters, d_function.Parameters>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
-
import type * as d_function from "../../../interface/
|
|
3
|
-
import type * as d_out from "../../../interface/
|
|
4
|
-
import type * as d_in from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_function from "../../../interface/data/deserialize_parse_tree.js";
|
|
3
|
+
import type * as d_out from "../../../interface/data/parse_tree.js";
|
|
4
|
+
import type * as d_in from "pareto-fountain-pen/interface/data/text";
|
|
5
5
|
export type Document = p_.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.Text, d_function.Parameters>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
-
import type * as d_choice from "../../../interface/
|
|
3
|
-
import type * as d_function from "../../../interface/
|
|
4
|
-
import type * as d_out from "../../../interface/
|
|
5
|
-
import type * as d_in from "../../../interface/
|
|
6
|
-
import type * as d_location from "../../../interface/
|
|
2
|
+
import type * as d_choice from "../../../interface/data/deserialize_parse_tree.js";
|
|
3
|
+
import type * as d_function from "../../../interface/data/deserialize_parse_tree.js";
|
|
4
|
+
import type * as d_out from "../../../interface/data/parse_tree.js";
|
|
5
|
+
import type * as d_in from "../../../interface/data/token.js";
|
|
6
|
+
import type * as d_location from "../../../interface/data/location.js";
|
|
7
7
|
export type Document = p_.Refiner<d_out.Document, d_function.Parser_Error, d_in.Tokenizer_Result>;
|
|
8
8
|
export type Value = p_.Production<d_out.Value, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location>;
|
|
9
9
|
export type Guaranteed_Structural_Token = p_.Production_With_Parameter<d_out.Structural_Token, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
@@ -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 "../../../interface/
|
|
3
|
+
import type * as d_in from "../../../interface/data/parse_tree.js";
|
|
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
|
export type Dictionary = p_.Refiner<d_out.Dictionary, d_function.Error, d_in.Value>;
|
|
@@ -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 "../../../interface/
|
|
3
|
+
import type * as d_out from "../../../interface/data/location.js";
|
|
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
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "../../../interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/deserialize_parse_tree.js";
|
|
3
|
+
import type * as d_out from "../../../interface/data/location.js";
|
|
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
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/deserialize_parse_tree.js";
|
|
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
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/location.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
import type * as d_function from "../../../interface/data/location_to_prose.js";
|
|
5
5
|
export type Location = p_.Transformer_With_Parameter<d_in.Location, d_out.Phrase, d_function.Parameters>;
|
|
6
6
|
export type Range = p_.Transformer_With_Parameter<d_in.Range, d_out.Phrase, d_function.Parameters>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "../../../interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/parse_tree.js";
|
|
3
|
+
import type * as d_out from "../../../interface/data/location.js";
|
|
4
4
|
export type Value = p_.Transformer<d_in.Value, d_out.Range>;
|
|
5
5
|
export type Concrete_Value = p_.Transformer<d_in.Value.type_.concrete, d_out.Range>;
|
|
6
6
|
export type ID_Value_Pair = p_.Transformer<d_in.ID_Value_Pairs.L, d_out.Range>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "../../../interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/parse_tree.js";
|
|
3
|
+
import type * as d_out from "../../../interface/data/location.js";
|
|
4
4
|
export type Value = p_.Transformer<d_in.Value, d_out.Range>;
|
|
5
5
|
export type Concrete_Value = p_.Transformer<d_in.Value.type_.concrete, d_out.Range>;
|
|
@@ -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/primitives.js";
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/list_of_characters";
|
|
4
4
|
export declare namespace d_function {
|
|
5
5
|
type Parameters = {
|
|
6
6
|
'add delimiters': boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/sealed_target.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/list_of_characters";
|
|
4
4
|
import type * as d_function_fp from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
5
5
|
export type Document = p_.Transformer_With_Parameter<d_in.Document, d_out.List_of_Characters, d_function_fp.Parameters>;
|
|
6
6
|
export type Value = p_.Transformer_With_Parameter<d_in.Value, d_out.List_of_Characters, d_function_fp.Parameters>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/sealed_target.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/prose";
|
|
4
4
|
export type Document = p_.Transformer<d_in.Document, d_out.Paragraph>;
|
|
5
5
|
export type Value = p_.Transformer<d_in.Value, d_out.Phrase>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_in from "../../../interface/
|
|
3
|
-
import type * as d_out from "pareto-fountain-pen/interface/
|
|
2
|
+
import type * as d_in from "../../../interface/data/sealed_target.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/data/text";
|
|
4
4
|
import type * as d_function_fp from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
5
5
|
export type Document = p_.Transformer_With_Parameter<d_in.Document, d_out.Text, d_function_fp.Parameters>;
|
|
6
6
|
export type Value = p_.Transformer_With_Parameter<d_in.Value, d_out.Text, d_function_fp.Parameters>;
|
|
@@ -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 "../../../interface/
|
|
3
|
+
import type * as d_out from "../../../interface/data/location.js";
|
|
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,7 +1,7 @@
|
|
|
1
1
|
import type * as p_ti from 'pareto-core/interface/transformer';
|
|
2
|
-
import type * as d_choice from "../../../interface/
|
|
3
|
-
import type * as d_in from "../../../interface/
|
|
4
|
-
import type * as d_location from "../../../interface/
|
|
2
|
+
import type * as d_choice from "../../../interface/data/deserialize_parse_tree.js";
|
|
3
|
+
import type * as d_in from "../../../interface/data/token.js";
|
|
4
|
+
import type * as d_location from "../../../interface/data/location.js";
|
|
5
5
|
import type * as interface_ from "../../../declarations/refiners/parse_tree/tokenizer_result.js";
|
|
6
6
|
export declare const create_missing_token: p_ti.Transformer_With_Parameter<d_choice.Parser_Error.expected, d_choice.Parser_Error, {
|
|
7
7
|
'end location': d_location.Location;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type * as p_i from 'pareto-core/interface/refiner';
|
|
2
2
|
import type * as d_in from "../../../interface/data/annotated_characters.js";
|
|
3
|
-
import type * as d_out from "../../../interface/
|
|
4
|
-
import type * as d_function from "../../../interface/
|
|
5
|
-
import type * as d_location from "../../../interface/
|
|
3
|
+
import type * as d_out from "../../../interface/data/token.js";
|
|
4
|
+
import type * as d_function from "../../../interface/data/deserialize_parse_tree.js";
|
|
5
|
+
import type * as d_location from "../../../interface/data/location.js";
|
|
6
6
|
export declare const Whitespace: p_i.Production_Without_Error<d_out.Whitespace, d_in.Annotated_Character, d_location.Location>;
|
|
7
7
|
export declare const Trivia: p_i.Production<d_out.Trivia, d_function.Lexer_Error, d_in.Annotated_Character, d_location.Location>;
|
|
8
8
|
export declare const Delimited_Text: p_i.Production_With_Parameter<string, d_function.Lexer_Error, d_in.Annotated_Character, d_location.Location, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
import type * as d_location from "../
|
|
2
|
+
import type * as d_location from "../data/location.js";
|
|
3
3
|
export type Annotated_Character = {
|
|
4
4
|
'code': number;
|
|
5
5
|
'location': d_location.Location;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type * as d_deserialize_parse_tree from "
|
|
2
|
-
import type * as d_unmarshall from "
|
|
1
|
+
import type * as d_deserialize_parse_tree from "./deserialize_parse_tree.js";
|
|
2
|
+
import type * as d_unmarshall from "./unmarshall.js";
|
|
3
3
|
export type Error_ = ['parse error', d_deserialize_parse_tree.Error] | ['unmarshall error', d_unmarshall.Error];
|
|
4
4
|
export type { Error_ as Error, };
|
|
5
5
|
export type Parameters = d_deserialize_parse_tree.Parameters;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
-
import * as i_imports_token from "
|
|
3
|
-
import * as i_imports_location from "
|
|
2
|
+
import * as i_imports_token from "./token.js";
|
|
3
|
+
import * as i_imports_location from "./location.js";
|
|
4
4
|
export declare namespace Error_ {
|
|
5
5
|
namespace type_ {
|
|
6
6
|
type lexer = Lexer_Error_;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import * as i_imports_token from "./token.js";
|
|
3
|
+
import * as i_imports_location from "./location.js";
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemVfcGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS9kZXNlcmlhbGl6ZV9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLGVBQWUsTUFBTSxZQUFZLENBQUE7QUFFN0MsT0FBTyxLQUFLLGtCQUFrQixNQUFNLGVBQWUsQ0FBQSJ9
|
package/dist/interface/{generated/liana/schemas/parse_tree/data.d.ts → data/parse_tree.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
-
import * as i_imports_token from "
|
|
3
|
-
import * as i_imports_location from "
|
|
2
|
+
import * as i_imports_token from "./token.js";
|
|
3
|
+
import * as i_imports_location from "./location.js";
|
|
4
4
|
export declare namespace Document_ {
|
|
5
5
|
namespace header {
|
|
6
6
|
namespace O {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import * as i_imports_token from "./token.js";
|
|
3
|
+
import * as i_imports_location from "./location.js";
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLGVBQWUsTUFBTSxZQUFZLENBQUE7QUFFN0MsT0FBTyxLQUFLLGtCQUFrQixNQUFNLGVBQWUsQ0FBQSJ9
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhbGVkX3RhcmdldC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS9zZWFsZWRfdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUEifQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import * as i_imports_location from "./location.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2RhdGEvdG9rZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQTtBQUVsRCxPQUFPLEtBQUssa0JBQWtCLE1BQU0sZUFBZSxDQUFBIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
import type * as d_location from "../../interface/
|
|
2
|
+
import type * as d_location from "../../interface/data/location.js";
|
|
3
3
|
export type Error = {
|
|
4
4
|
'type': Error_Type;
|
|
5
5
|
'range': d_location.Range;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
import type * as d_parse_tree from "
|
|
2
|
+
import type * as d_parse_tree from "./parse_tree.js";
|
|
3
3
|
export type Dictionary = {
|
|
4
4
|
'value': d_parse_tree.Value;
|
|
5
5
|
'entries': p_.Dictionary<d_parse_tree.ID_Value_Pairs.L>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astn-core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.130",
|
|
4
4
|
"author": "Corno",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
-
import * as i_imports_token from "../token/data.js";
|
|
3
|
-
import * as i_imports_location from "../location/data.js";
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvZGVzZXJpYWxpemVfcGFyc2VfdHJlZS9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLGVBQWUsTUFBTSxrQkFBa0IsQ0FBQTtBQUVuRCxPQUFPLEtBQUssa0JBQWtCLE1BQU0scUJBQXFCLENBQUEifQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
-
import * as i_imports_token from "../token/data.js";
|
|
3
|
-
import * as i_imports_location from "../location/data.js";
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvcGFyc2VfdHJlZS9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLGVBQWUsTUFBTSxrQkFBa0IsQ0FBQTtBQUVuRCxPQUFPLEtBQUssa0JBQWtCLE1BQU0scUJBQXFCLENBQUEifQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvc2VhbGVkX3RhcmdldC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUEifQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
-
import * as i_imports_location from "../location/data.js";
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvdG9rZW4vZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssSUFBSSxNQUFNLDRCQUE0QixDQUFBO0FBRWxELE9BQU8sS0FBSyxrQkFBa0IsTUFBTSxxQkFBcUIsQ0FBQSJ9
|
|
File without changes
|
/package/dist/interface/{generated/liana/schemas/sealed_target/data.d.ts → data/sealed_target.d.ts}
RENAMED
|
File without changes
|