astn 0.113.32 → 0.113.34

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 (58) hide show
  1. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +18 -18
  2. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +2 -2
  3. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +2 -2
  4. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +1 -1
  5. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +5 -5
  6. package/package.json +8 -7
  7. package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +0 -6
  8. package/dist/implementation/manual/primitives/text/serializers/apostrophed.js +0 -12
  9. package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +0 -6
  10. package/dist/implementation/manual/primitives/text/serializers/backticked.js +0 -12
  11. package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -6
  12. package/dist/implementation/manual/primitives/text/serializers/quoted.js +0 -12
  13. package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +0 -14
  14. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +0 -185
  15. package/dist/implementation/manual/schemas/deserialize_parse_tree/serializers.d.ts +0 -5
  16. package/dist/implementation/manual/schemas/deserialize_parse_tree/serializers.js +0 -35
  17. package/dist/implementation/manual/schemas/deserialize_parse_tree/transformers/fountain_pen.d.ts +0 -10
  18. package/dist/implementation/manual/schemas/deserialize_parse_tree/transformers/fountain_pen.js +0 -114
  19. package/dist/implementation/manual/schemas/parse_tree/deserializers.d.ts +0 -10
  20. package/dist/implementation/manual/schemas/parse_tree/deserializers.js +0 -61
  21. package/dist/implementation/manual/schemas/parse_tree/productions/new_interface_signatures.d.ts +0 -8
  22. package/dist/implementation/manual/schemas/parse_tree/productions/new_interface_signatures.js +0 -3
  23. package/dist/implementation/manual/schemas/parse_tree/productions/temp.d.ts +0 -3
  24. package/dist/implementation/manual/schemas/parse_tree/productions/temp.js +0 -55
  25. package/dist/implementation/manual/schemas/parse_tree/productions/token.d.ts +0 -27
  26. package/dist/implementation/manual/schemas/parse_tree/productions/token.js +0 -184
  27. package/dist/implementation/manual/schemas/parse_tree/transformers/ide.d.ts +0 -9
  28. package/dist/implementation/manual/schemas/parse_tree/transformers/ide.js +0 -140
  29. package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +0 -4
  30. package/dist/implementation/manual/schemas/sealed_target/serializers.js +0 -35
  31. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +0 -4
  32. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +0 -125
  33. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +0 -17
  34. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +0 -547
  35. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.d.ts +0 -13
  36. package/dist/implementation/manual/schemas/token/transformers/fountain_pen.js +0 -53
  37. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +0 -116
  38. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +0 -3
  39. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +0 -31
  40. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.js +0 -3
  41. package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +0 -182
  42. package/dist/interface/generated/pareto/schemas/parse_tree/data.js +0 -3
  43. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.d.ts +0 -52
  44. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +0 -3
  45. package/dist/interface/generated/pareto/schemas/sealed_target/data.d.ts +0 -48
  46. package/dist/interface/generated/pareto/schemas/sealed_target/data.js +0 -3
  47. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +0 -17
  48. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.js +0 -3
  49. package/dist/interface/generated/pareto/schemas/token/data.d.ts +0 -121
  50. package/dist/interface/generated/pareto/schemas/token/data.js +0 -3
  51. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +0 -73
  52. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.js +0 -3
  53. package/dist/interface/signatures/refiners/ide/refiners.d.ts +0 -17
  54. package/dist/interface/signatures/refiners/ide/refiners.js +0 -3
  55. package/dist/interface/signatures/transformers/parse_tree/ide.d.ts +0 -17
  56. package/dist/interface/signatures/transformers/parse_tree/ide.js +0 -3
  57. package/dist/interface/to_be_generated/annotated_characters.d.ts +0 -14
  58. package/dist/interface/to_be_generated/annotated_characters.js +0 -3
@@ -1,73 +0,0 @@
1
- import * as i_out from "./data";
2
- import * as i_in from "./data";
3
- export declare namespace Relative_Location_ {
4
- type I = i_in.Relative_Location;
5
- type O = i_out.Relative_Location;
6
- namespace P {
7
- }
8
- }
9
- export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
10
- export declare namespace Location_ {
11
- type I = i_in.Location;
12
- type O = i_out.Location;
13
- namespace P {
14
- }
15
- }
16
- export type Location_ = ($$_: Location_.I) => Location_.O;
17
- export declare namespace Range_ {
18
- type I = i_in.Range;
19
- type O = i_out.Range;
20
- namespace P {
21
- }
22
- }
23
- export type Range_ = ($$_: Range_.I) => Range_.O;
24
- export declare namespace Whitespace_ {
25
- type I = i_in.Whitespace;
26
- type O = i_out.Whitespace;
27
- namespace P {
28
- }
29
- }
30
- export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
31
- export declare namespace Trivia_ {
32
- type I = i_in.Trivia;
33
- type O = i_out.Trivia;
34
- namespace P {
35
- }
36
- }
37
- export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
38
- export declare namespace Delimited_Text_ {
39
- type I = i_in.Delimited_Text;
40
- type O = i_out.Delimited_Text;
41
- namespace P {
42
- }
43
- }
44
- export type Delimited_Text_ = ($$_: Delimited_Text_.I) => Delimited_Text_.O;
45
- export declare namespace Text_Type_ {
46
- type I = i_in.Text_Type;
47
- type O = i_out.Text_Type;
48
- namespace P {
49
- }
50
- }
51
- export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
52
- export declare namespace Token_Type_ {
53
- type I = i_in.Token_Type;
54
- type O = i_out.Token_Type;
55
- namespace P {
56
- }
57
- }
58
- export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
59
- export declare namespace Annotated_Token_ {
60
- type I = i_in.Annotated_Token;
61
- type O = i_out.Annotated_Token;
62
- namespace P {
63
- }
64
- }
65
- export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
66
- export declare namespace Tokenizer_Result_ {
67
- type I = i_in.Tokenizer_Result;
68
- type O = i_out.Tokenizer_Result;
69
- namespace P {
70
- }
71
- }
72
- export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
73
- export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,17 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
3
- import * as d_in_token from "astn-core/dist/interface/generated/pareto/schemas/token/data";
4
- import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
5
- export type Parameters = {
6
- 'remove commas': boolean;
7
- 'indentation string': string;
8
- 'current indentation': string;
9
- };
10
- export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
11
- export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
12
- export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
13
- export type Text = _pi.Transformer_With_Parameters<d_in.Text, d_out.Text_Edits, Parameters>;
14
- export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
15
- export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
16
- export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
17
- export type Document = _pi.Transformer_With_Parameters<d_in.Document, d_out.Text_Edits, Parameters>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmaW5lcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3NpZ25hdHVyZXMvcmVmaW5lcnMvaWRlL3JlZmluZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,17 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
3
- import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/data";
4
- import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
5
- export type Parameters = {
6
- 'remove commas': boolean;
7
- 'indentation string': string;
8
- 'current indentation': string;
9
- };
10
- export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
11
- export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
12
- export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
13
- export type Text = _pi.Transformer_With_Parameters<d_in.Text, d_out.Text_Edits, Parameters>;
14
- export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
15
- export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
16
- export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
17
- export type Document = _pi.Transformer_With_Parameters<d_in.Document, d_out.Text_Edits, Parameters>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9wYXJzZV90cmVlL2lkZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,14 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type Annotated_Character = {
3
- 'code': number;
4
- 'location': {
5
- absolute: number;
6
- relative: {
7
- 'uri': string;
8
- 'line': number;
9
- 'column': number;
10
- };
11
- };
12
- 'line indentation': number;
13
- };
14
- export type Annotated_Characters = _pi.List<Annotated_Character>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3RhdGVkX2NoYXJhY3RlcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3RvX2JlX2dlbmVyYXRlZC9hbm5vdGF0ZWRfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=