definition-generator-framework 1.13.1 → 2.0.0-rc0

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 (173) hide show
  1. package/dist/index.d.mts +198 -0
  2. package/dist/index.d.ts +198 -17
  3. package/dist/index.js +43 -50
  4. package/dist/index.mjs +43 -0
  5. package/package.json +27 -13
  6. package/dist/_mocks/mocks.d.ts +0 -7
  7. package/dist/_mocks/mocks.js +0 -44
  8. package/dist/decorators/definition-component.d.ts +0 -18
  9. package/dist/decorators/definition-component.js +0 -52
  10. package/dist/decorators/definition-generator.d.ts +0 -11
  11. package/dist/decorators/definition-generator.js +0 -30
  12. package/dist/framework/context.d.ts +0 -24
  13. package/dist/framework/context.js +0 -64
  14. package/dist/framework/definition-component.d.ts +0 -20
  15. package/dist/framework/definition-component.js +0 -29
  16. package/dist/framework/definition-generator.d.ts +0 -11
  17. package/dist/framework/definition-generator.js +0 -22
  18. package/dist/framework/definition-store.d.ts +0 -25
  19. package/dist/framework/definition-store.js +0 -121
  20. package/dist/framework/file-content-generator/file-content-generator.d.ts +0 -19
  21. package/dist/framework/file-content-generator/file-content-generator.js +0 -117
  22. package/dist/framework/file-content-generator/file-content-generator.test.d.ts +0 -24
  23. package/dist/framework/file-content-generator/file-content-generator.test.js +0 -161
  24. package/dist/framework/file-generators/index-file-generator.d.ts +0 -13
  25. package/dist/framework/file-generators/index-file-generator.js +0 -139
  26. package/dist/framework/file-generators/types-file-generator.d.ts +0 -6
  27. package/dist/framework/file-generators/types-file-generator.js +0 -35
  28. package/dist/framework/framework.d.ts +0 -28
  29. package/dist/framework/framework.data.d.ts +0 -6
  30. package/dist/framework/framework.data.js +0 -17
  31. package/dist/framework/framework.js +0 -51
  32. package/dist/framework/framework.model.d.ts +0 -32
  33. package/dist/framework/framework.model.js +0 -3
  34. package/dist/framework/index-file-generator/index-file-generator.d.ts +0 -10
  35. package/dist/framework/index-file-generator/index-file-generator.js +0 -118
  36. package/dist/framework/interfaces.d.ts +0 -46
  37. package/dist/framework/interfaces.js +0 -3
  38. package/dist/framework/kernel.d.ts +0 -12
  39. package/dist/framework/kernel.js +0 -308
  40. package/dist/helpers/common-functions/common-functions.d.ts +0 -10
  41. package/dist/helpers/common-functions/common-functions.js +0 -29
  42. package/dist/helpers/common-functions/common-functions.spec.d.ts +0 -1
  43. package/dist/helpers/common-functions/common-functions.spec.js +0 -50
  44. package/dist/helpers/common-functions/common-functions.test.d.ts +0 -1
  45. package/dist/helpers/common-functions/common-functions.test.js +0 -51
  46. package/dist/helpers/duplicate-helper/duplicate-helper.d.ts +0 -11
  47. package/dist/helpers/duplicate-helper/duplicate-helper.js +0 -40
  48. package/dist/helpers/duplicate-helper/duplicate-helper.spec.d.ts +0 -1
  49. package/dist/helpers/duplicate-helper/duplicate-helper.spec.js +0 -54
  50. package/dist/helpers/duplicate-helper/duplicate-helper.test.d.ts +0 -1
  51. package/dist/helpers/duplicate-helper/duplicate-helper.test.js +0 -55
  52. package/dist/helpers/output-helper/output-helper.d.ts +0 -30
  53. package/dist/helpers/output-helper/output-helper.js +0 -143
  54. package/dist/helpers/output-helper/output-helper.spec.d.ts +0 -24
  55. package/dist/helpers/output-helper/output-helper.spec.js +0 -261
  56. package/dist/helpers/output-helper/output-helper.test.d.ts +0 -24
  57. package/dist/helpers/output-helper/output-helper.test.js +0 -262
  58. package/dist/helpers/raw-definition-helper/raw-definition.helper.d.ts +0 -7
  59. package/dist/helpers/raw-definition-helper/raw-definition.helper.js +0 -66
  60. package/dist/helpers/raw-definition-helper/raw-definition.helper.spec.d.ts +0 -1
  61. package/dist/helpers/raw-definition-helper/raw-definition.helper.spec.js +0 -143
  62. package/dist/helpers/raw-definition-helper/raw-definition.helper.test.d.ts +0 -1
  63. package/dist/helpers/raw-definition-helper/raw-definition.helper.test.js +0 -136
  64. package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.d.ts +0 -16
  65. package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.js +0 -48
  66. package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.spec.d.ts +0 -1
  67. package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.spec.js +0 -191
  68. package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.test.d.ts +0 -1
  69. package/dist/helpers/validator/custom-validator-helper/custom-validator.helper.test.js +0 -213
  70. package/dist/helpers/validator/custom-validators/helpers/sprite-validation.helper.d.ts +0 -13
  71. package/dist/helpers/validator/custom-validators/helpers/sprite-validation.helper.js +0 -53
  72. package/dist/helpers/validator/custom-validators/helpers/sprite-validation.helper.test.d.ts +0 -1
  73. package/dist/helpers/validator/custom-validators/helpers/sprite-validation.helper.test.js +0 -96
  74. package/dist/helpers/validator/custom-validators/image.custom-validator.d.ts +0 -14
  75. package/dist/helpers/validator/custom-validators/image.custom-validator.js +0 -44
  76. package/dist/helpers/validator/custom-validators/path.custom-validator.d.ts +0 -9
  77. package/dist/helpers/validator/custom-validators/path.custom-validator.js +0 -30
  78. package/dist/helpers/validator/custom-validators/position-on-sprite.d.ts +0 -14
  79. package/dist/helpers/validator/custom-validators/position-on-sprite.js +0 -44
  80. package/dist/helpers/validator/custom-validators/reference.custom-validator.d.ts +0 -22
  81. package/dist/helpers/validator/custom-validators/reference.custom-validator.js +0 -123
  82. package/dist/helpers/validator/custom-validators/sprite.custom-validator.d.ts +0 -14
  83. package/dist/helpers/validator/custom-validators/sprite.custom-validator.js +0 -43
  84. package/dist/helpers/validator/custom-validators/unique-name-group.custom-validator.d.ts +0 -9
  85. package/dist/helpers/validator/custom-validators/unique-name-group.custom-validator.js +0 -33
  86. package/dist/helpers/validator/custom-validators/unique.custom-validator.d.ts +0 -8
  87. package/dist/helpers/validator/custom-validators/unique.custom-validator.js +0 -20
  88. package/dist/helpers/validator/joi-custom-validators.d.ts +0 -33
  89. package/dist/helpers/validator/joi-custom-validators.js +0 -54
  90. package/dist/helpers/validator/joi-custom-validators.spec.d.ts +0 -1
  91. package/dist/helpers/validator/joi-custom-validators.spec.js +0 -304
  92. package/dist/helpers/validator/validator.d.ts +0 -21
  93. package/dist/helpers/validator/validator.js +0 -74
  94. package/dist/helpers/validator/validator.spec.d.ts +0 -1
  95. package/dist/helpers/validator/validator.spec.js +0 -332
  96. package/dist/helpers/validator/validator.test.d.ts +0 -1
  97. package/dist/helpers/validator/validator.test.js +0 -329
  98. package/dist/pipeline/1-select-definitions-helper.d.ts +0 -20
  99. package/dist/pipeline/1-select-definitions-helper.js +0 -76
  100. package/dist/pipeline/1-select-definitions.helper.d.ts +0 -20
  101. package/dist/pipeline/1-select-definitions.helper.js +0 -80
  102. package/dist/pipeline/1-select-definitions.helper.test.d.ts +0 -1
  103. package/dist/pipeline/1-select-definitions.helper.test.js +0 -141
  104. package/dist/pipeline/1-select-definitions.spec.d.ts +0 -1
  105. package/dist/pipeline/1-select-definitions.spec.js +0 -140
  106. package/dist/pipeline/2-structure-parser.helper.d.ts +0 -11
  107. package/dist/pipeline/2-structure-parser.helper.js +0 -70
  108. package/dist/pipeline/2-structure-parser.helper.spec.d.ts +0 -1
  109. package/dist/pipeline/2-structure-parser.helper.spec.js +0 -280
  110. package/dist/pipeline/2-structure-parser.helper.test.d.ts +0 -1
  111. package/dist/pipeline/2-structure-parser.helper.test.js +0 -281
  112. package/dist/pipeline/3-config.d.ts +0 -9
  113. package/dist/pipeline/3-config.js +0 -36
  114. package/dist/pipeline/_mocks/index.d.ts +0 -13
  115. package/dist/pipeline/_mocks/index.js +0 -52
  116. package/dist/pipeline/parsers/array-parser.d.ts +0 -4
  117. package/dist/pipeline/parsers/array-parser.js +0 -69
  118. package/dist/pipeline/parsers/array-parser.spec.d.ts +0 -1
  119. package/dist/pipeline/parsers/array-parser.spec.js +0 -128
  120. package/dist/pipeline/parsers/array-parser.test.d.ts +0 -1
  121. package/dist/pipeline/parsers/array-parser.test.js +0 -126
  122. package/dist/pipeline/parsers/object-parser.d.ts +0 -4
  123. package/dist/pipeline/parsers/object-parser.js +0 -135
  124. package/dist/pipeline/parsers/object-parser.spec.d.ts +0 -1
  125. package/dist/pipeline/parsers/object-parser.spec.js +0 -179
  126. package/dist/pipeline/parsers/object-parser.test.d.ts +0 -1
  127. package/dist/pipeline/parsers/object-parser.test.js +0 -186
  128. package/dist/pipeline/parsers/primitive-parser.d.ts +0 -7
  129. package/dist/pipeline/parsers/primitive-parser.js +0 -111
  130. package/dist/pipeline/parsers/primitive-parser.spec.d.ts +0 -1
  131. package/dist/pipeline/parsers/primitive-parser.spec.js +0 -79
  132. package/dist/pipeline/parsers/primitive-parser.test.d.ts +0 -1
  133. package/dist/pipeline/parsers/primitive-parser.test.js +0 -85
  134. package/dist/pipeline/raw-data-parser.d.ts +0 -5
  135. package/dist/pipeline/raw-data-parser.js +0 -25
  136. package/dist/pre-made-components/_validators/shape-validators.d.ts +0 -7
  137. package/dist/pre-made-components/_validators/shape-validators.js +0 -37
  138. package/dist/pre-made-components/_validators/sprite-validators.d.ts +0 -7
  139. package/dist/pre-made-components/_validators/sprite-validators.js +0 -43
  140. package/dist/pre-made-components/assets/1-sprite.d.ts +0 -15
  141. package/dist/pre-made-components/assets/1-sprite.js +0 -74
  142. package/dist/pre-made-components/assets/2-sprite-group.d.ts +0 -11
  143. package/dist/pre-made-components/assets/2-sprite-group.js +0 -41
  144. package/dist/pre-made-components/assets/3-font.d.ts +0 -17
  145. package/dist/pre-made-components/assets/3-font.js +0 -71
  146. package/dist/pre-made-components/events/1-event.d.ts +0 -6
  147. package/dist/pre-made-components/events/1-event.js +0 -206
  148. package/dist/pre-made-components/events/1-script.d.ts +0 -8
  149. package/dist/pre-made-components/events/1-script.js +0 -102
  150. package/dist/pre-made-components/events/2-event-test.d.ts +0 -18
  151. package/dist/pre-made-components/events/2-event-test.js +0 -172
  152. package/dist/pre-made-components/events/2-script-test.d.ts +0 -7
  153. package/dist/pre-made-components/events/2-script-test.js +0 -102
  154. package/dist/pre-made-components/events/3-event.d.ts +0 -7
  155. package/dist/pre-made-components/events/3-event.js +0 -100
  156. package/dist/pre-made-components/events/4-event-test.d.ts +0 -7
  157. package/dist/pre-made-components/events/4-event-test.js +0 -89
  158. package/dist/pre-made-components/events/event-setup.d.ts +0 -13
  159. package/dist/pre-made-components/events/event-setup.js +0 -20
  160. package/dist/pre-made-components/events/helpers/quotes-to-tags.helper.d.ts +0 -3
  161. package/dist/pre-made-components/events/helpers/quotes-to-tags.helper.js +0 -24
  162. package/dist/pre-made-components/events/helpers/quotes-to-tags.helper.test.d.ts +0 -1
  163. package/dist/pre-made-components/events/helpers/quotes-to-tags.helper.test.js +0 -39
  164. package/dist/pre-made-components/events/helpers/script-testing.helper.d.ts +0 -33
  165. package/dist/pre-made-components/events/helpers/script-testing.helper.js +0 -79
  166. package/dist/pre-made-components/events/script-setup.d.ts +0 -8
  167. package/dist/pre-made-components/events/script-setup.js +0 -16
  168. package/dist/pre-made-components/events/scripting-setup.d.ts +0 -33
  169. package/dist/pre-made-components/events/scripting-setup.js +0 -97
  170. package/dist/pre-made-components/events/validators.d.ts +0 -6
  171. package/dist/pre-made-components/events/validators.js +0 -96
  172. package/dist/setup.d.ts +0 -1
  173. package/dist/setup.js +0 -10
@@ -0,0 +1,198 @@
1
+ import Joi from 'joi';
2
+ import { Vec2, Vector } from 'helpers-lib';
3
+ import { ScriptDefinition, ScriptTestActionDefinition, ScriptEngineSimulatorFunctions } from 'script-engine-lib';
4
+
5
+ interface AddFileOptions {
6
+ path: string;
7
+ variableName: string;
8
+ variable: any;
9
+ preText?: string | string[];
10
+ variableType?: string;
11
+ replaceMap?: {
12
+ target: string;
13
+ replace: string;
14
+ }[];
15
+ assetUrl?: string;
16
+ }
17
+ interface LocationInFile {
18
+ readonly path: string;
19
+ readonly line: number;
20
+ }
21
+ interface ErrorLog {
22
+ readonly description: string;
23
+ readonly location: LocationInFile;
24
+ }
25
+ type RawData = undefined | string | ParsedStructure[] | Record<string, ParsedStructure>;
26
+ interface ParsedStructure {
27
+ readonly rawData: RawData;
28
+ readonly line: number;
29
+ }
30
+ interface RawDefinition {
31
+ readonly componentName: string;
32
+ readonly parsedStructure: ParsedStructure;
33
+ readonly location: LocationInFile;
34
+ }
35
+ interface Output {
36
+ addFile: (request: AddFileOptions) => Promise<void>;
37
+ addError: (errorLog: ErrorLog) => void;
38
+ convertLocationInFileToLink: (location: LocationInFile) => string;
39
+ }
40
+
41
+ type DefinitionComponentClassType<T> = new (...args: any[]) => DefinitionComponent<T> | SingleDefinitionComponent<T>;
42
+ interface DefinitionComponentMeta {
43
+ componentName: string;
44
+ keyName?: string;
45
+ singleton?: boolean;
46
+ validationSchema: Joi.Schema;
47
+ }
48
+ declare function DefinitionComponentDecorator(meta: DefinitionComponentMeta): (ComponentClass: DefinitionComponentClassType<any>) => any;
49
+ declare abstract class DefinitionComponent<T> {
50
+ static getSchema(): Joi.Schema;
51
+ abstract process(definitions: T[], context: Output): Promise<void>;
52
+ }
53
+ declare abstract class SingleDefinitionComponent<T> {
54
+ static getSchema(): Joi.Schema;
55
+ abstract process(definitions: T, context: Output): Promise<void>;
56
+ }
57
+
58
+ interface DefinitionGeneratorMeta {
59
+ modules: DefinitionComponentClassType<any>[];
60
+ indexFilePretext: string;
61
+ outputIndexFile: string;
62
+ }
63
+ declare function DefinitionGeneratorDecorator(meta: DefinitionGeneratorMeta): (ModuleClass: DefinitionGeneratorClassType) => any;
64
+ type DefinitionGeneratorClassType = new (...args: any[]) => DefinitionGenerator;
65
+ declare abstract class DefinitionGenerator {
66
+ }
67
+
68
+ declare class DefinitionStore {
69
+ static getDefinitions<T>(definitionClass: DefinitionComponentClassType<T>): T[];
70
+ static getDefinition<T>(definitionClass: DefinitionComponentClassType<T>, key: string): T | undefined;
71
+ static getDefinitionOrFail<T>(definitionClass: DefinitionComponentClassType<T>, key: string): T;
72
+ static getSingletonDefinition<T>(definitionClass: DefinitionComponentClassType<T>): T | undefined;
73
+ static getSingletonDefinitionOrFail<T>(definitionClass: DefinitionComponentClassType<T>): T;
74
+ static getLocationInFile<T>(definitionClass: DefinitionComponentClassType<T>, definition: T, path: readonly string[]): LocationInFile;
75
+ static getLocationInFileById<T>(definitionClass: DefinitionComponentClassType<T>, key: string, path: readonly string[]): LocationInFile;
76
+ }
77
+
78
+ type SpriteID = string;
79
+ interface RawSpriteDefinition {
80
+ id: string;
81
+ url: ValidatedSpriteUrl;
82
+ scale: number;
83
+ anchor: Vec2;
84
+ boundingShapes: Vec2[][];
85
+ }
86
+ declare class SpriteComponent extends DefinitionComponent<RawSpriteDefinition> {
87
+ process(definitions: RawSpriteDefinition[], output: Output): Promise<void>;
88
+ }
89
+
90
+ interface PositionOnSpriteValidationOptions {
91
+ selectSpriteDefinition: (value: any) => RawSpriteDefinition;
92
+ positionsJsonPath: string | string[];
93
+ includeRotationFromAnchor?: boolean;
94
+ checkIfPositionIsOnSprite?: boolean;
95
+ }
96
+
97
+ interface ReferenceCustomValidatorOptions {
98
+ additionalValidation?: Joi.Schema;
99
+ }
100
+ declare module 'joi' {
101
+ interface StringSchema {
102
+ unique(nameSpace: Set<string>): Joi.StringSchema;
103
+ path(): Joi.StringSchema;
104
+ sprite(): Joi.StringSchema;
105
+ reference(definitionComponentClass: DefinitionComponentClassType<any> | DefinitionComponentClassType<any>[], options?: ReferenceCustomValidatorOptions): Joi.StringSchema;
106
+ lazyReference(componentName: string, options?: ReferenceCustomValidatorOptions): Joi.StringSchema;
107
+ }
108
+ interface ObjectSchema {
109
+ /**
110
+ * Converts the values to relative position from anchor on sprite.
111
+ */
112
+ positionOnSprite(options: PositionOnSpriteValidationOptions): Joi.ObjectSchema;
113
+ }
114
+ }
115
+
116
+ interface ValidatedSpriteUrl {
117
+ readonly url: string;
118
+ readonly size: Vec2;
119
+ }
120
+
121
+ interface ValidatedItem<T> {
122
+ readonly definition: T;
123
+ readonly rawDefinition: RawDefinition;
124
+ }
125
+ declare class Validator {
126
+ static definitionToRawDefintion: Map<any, RawDefinition>;
127
+ static getRawDefinitions(componentName: string): RawDefinition[];
128
+ static validateAndConvert<T>(componentName: string, schema: Joi.AnySchema): ValidatedItem<T>[];
129
+ static validateAndConvertSingular<T>(componentName: string, schema: Joi.AnySchema): ValidatedItem<T> | undefined;
130
+ }
131
+
132
+ declare const PoligonSchema: () => Joi.ArraySchema<Vec2[][]>;
133
+ declare const Vec2Schema: () => Joi.ObjectSchema<Vec2>;
134
+ declare const HexColorSchema: () => Joi.StringSchema;
135
+ declare const RotationSchema: () => Joi.NumberSchema<number>;
136
+ declare const FixedArraySchema: (itemSchema: Joi.ObjectSchema<any>, size: number) => Joi.ArraySchema;
137
+
138
+ declare const PixelPerfectSpriteSchema: () => Joi.StringSchema;
139
+ declare const SpriteSchema: (restrictions?: {
140
+ size?: Vector;
141
+ scale?: number;
142
+ }) => Joi.StringSchema;
143
+
144
+ type SpriteGroupID = string;
145
+ interface SpriteGroupDefinition {
146
+ id: string;
147
+ group: string[];
148
+ }
149
+ declare class SpriteGroupComponent extends DefinitionComponent<SpriteGroupDefinition> {
150
+ process(definitions: SpriteGroupDefinition[], output: Output): Promise<void>;
151
+ }
152
+
153
+ type FontID = string;
154
+ interface RawFontDefinition {
155
+ id: string;
156
+ fontFamily: string;
157
+ url: string;
158
+ }
159
+ declare class FontComponent extends DefinitionComponent<RawFontDefinition> {
160
+ constructor();
161
+ process(definitions: RawFontDefinition[], output: Output): Promise<void>;
162
+ }
163
+
164
+ type ScriptID = string;
165
+ declare class ScriptComponent extends DefinitionComponent<ScriptDefinition> {
166
+ process(definitions: ScriptDefinition[], output: Output): Promise<void>;
167
+ }
168
+
169
+ interface ScriptTestCasesDefinition {
170
+ readonly actionsBeforeTesting: readonly ScriptTestActionDefinition[];
171
+ }
172
+ interface ScriptTestDefinition {
173
+ readonly script: string;
174
+ readonly cases: readonly ScriptTestCasesDefinition[];
175
+ }
176
+
177
+ declare class ScriptTestComponent extends DefinitionComponent<ScriptTestDefinition> {
178
+ process(definitions: ScriptTestDefinition[], output: Output): Promise<void>;
179
+ }
180
+
181
+ type EventID = string;
182
+ declare class EventComponent extends DefinitionComponent<ScriptDefinition> {
183
+ process(definitions: ScriptDefinition[], output: Output): Promise<void>;
184
+ }
185
+
186
+ declare class EventTestComponent extends DefinitionComponent<ScriptTestDefinition> {
187
+ process(definitions: ScriptTestDefinition[], output: Output): Promise<void>;
188
+ }
189
+
190
+ declare class ScriptTesting<ScriptInputType, EventInputType> {
191
+ constructor(scriptSimulatorFunctionsConstructor: new (input: ScriptInputType) => ScriptEngineSimulatorFunctions, eventSimulatorFunctionsConstructor: new (input: EventInputType) => ScriptEngineSimulatorFunctions, richTextTags: Set<string> | undefined);
192
+ setScriptInput(scriptId: string, input: ScriptInputType): void;
193
+ setEventInput(eventId: string, input: EventInputType): void;
194
+ addCustomScriptTestCase(customMessage: string, scriptId: string, testCase: ScriptTestCasesDefinition): void;
195
+ addCustomEventTestCase(customMessage: string, eventId: string, testCase: ScriptTestCasesDefinition): void;
196
+ }
197
+
198
+ export { DefinitionComponent, type DefinitionComponentClassType, DefinitionComponentDecorator, DefinitionGenerator, DefinitionGeneratorDecorator, DefinitionStore, type ErrorLog, EventComponent, type EventID, EventTestComponent, FixedArraySchema, FontComponent, type FontID, HexColorSchema, type LocationInFile, type Output, PixelPerfectSpriteSchema, PoligonSchema, RotationSchema, ScriptComponent, type ScriptID, ScriptTestComponent, ScriptTesting, SingleDefinitionComponent, SpriteComponent, SpriteGroupComponent, type SpriteGroupID, type SpriteID, SpriteSchema, type ValidatedSpriteUrl, Validator, Vec2Schema };
package/dist/index.d.ts CHANGED
@@ -1,17 +1,198 @@
1
- export { DefinitionComponent, DefinitionComponentClassType, DefinitionComponentDecorator, SingleDefinitionComponent } from './decorators/definition-component';
2
- export { DefinitionGenerator, DefinitionGeneratorDecorator } from './decorators/definition-generator';
3
- export { DefinitionStore } from './framework/definition-store';
4
- export { ErrorLog, LocationInFile, Output } from './framework/interfaces';
5
- export { ValidatedSpriteUrl } from './helpers/validator/custom-validators/sprite.custom-validator';
6
- export { JoiCustomValidators } from './helpers/validator/joi-custom-validators';
7
- export { Validator } from './helpers/validator/validator';
8
- export * from './pre-made-components/_validators/shape-validators';
9
- export * from './pre-made-components/_validators/sprite-validators';
10
- export { SpriteComponent, SpriteID } from './pre-made-components/assets/1-sprite';
11
- export { SpriteGroupComponent, SpriteGroupID } from './pre-made-components/assets/2-sprite-group';
12
- export { FontComponent, FontID } from './pre-made-components/assets/3-font';
13
- export { ScriptComponent, ScriptID } from './pre-made-components/events/1-script';
14
- export { ScriptTestComponent } from './pre-made-components/events/2-script-test';
15
- export { EventComponent, EventID } from './pre-made-components/events/3-event';
16
- export { EventTestComponent } from './pre-made-components/events/4-event-test';
17
- export { ScriptTesting } from './pre-made-components/events/scripting-setup';
1
+ import Joi from 'joi';
2
+ import { Vec2, Vector } from 'helpers-lib';
3
+ import { ScriptDefinition, ScriptTestActionDefinition, ScriptEngineSimulatorFunctions } from 'script-engine-lib';
4
+
5
+ interface AddFileOptions {
6
+ path: string;
7
+ variableName: string;
8
+ variable: any;
9
+ preText?: string | string[];
10
+ variableType?: string;
11
+ replaceMap?: {
12
+ target: string;
13
+ replace: string;
14
+ }[];
15
+ assetUrl?: string;
16
+ }
17
+ interface LocationInFile {
18
+ readonly path: string;
19
+ readonly line: number;
20
+ }
21
+ interface ErrorLog {
22
+ readonly description: string;
23
+ readonly location: LocationInFile;
24
+ }
25
+ type RawData = undefined | string | ParsedStructure[] | Record<string, ParsedStructure>;
26
+ interface ParsedStructure {
27
+ readonly rawData: RawData;
28
+ readonly line: number;
29
+ }
30
+ interface RawDefinition {
31
+ readonly componentName: string;
32
+ readonly parsedStructure: ParsedStructure;
33
+ readonly location: LocationInFile;
34
+ }
35
+ interface Output {
36
+ addFile: (request: AddFileOptions) => Promise<void>;
37
+ addError: (errorLog: ErrorLog) => void;
38
+ convertLocationInFileToLink: (location: LocationInFile) => string;
39
+ }
40
+
41
+ type DefinitionComponentClassType<T> = new (...args: any[]) => DefinitionComponent<T> | SingleDefinitionComponent<T>;
42
+ interface DefinitionComponentMeta {
43
+ componentName: string;
44
+ keyName?: string;
45
+ singleton?: boolean;
46
+ validationSchema: Joi.Schema;
47
+ }
48
+ declare function DefinitionComponentDecorator(meta: DefinitionComponentMeta): (ComponentClass: DefinitionComponentClassType<any>) => any;
49
+ declare abstract class DefinitionComponent<T> {
50
+ static getSchema(): Joi.Schema;
51
+ abstract process(definitions: T[], context: Output): Promise<void>;
52
+ }
53
+ declare abstract class SingleDefinitionComponent<T> {
54
+ static getSchema(): Joi.Schema;
55
+ abstract process(definitions: T, context: Output): Promise<void>;
56
+ }
57
+
58
+ interface DefinitionGeneratorMeta {
59
+ modules: DefinitionComponentClassType<any>[];
60
+ indexFilePretext: string;
61
+ outputIndexFile: string;
62
+ }
63
+ declare function DefinitionGeneratorDecorator(meta: DefinitionGeneratorMeta): (ModuleClass: DefinitionGeneratorClassType) => any;
64
+ type DefinitionGeneratorClassType = new (...args: any[]) => DefinitionGenerator;
65
+ declare abstract class DefinitionGenerator {
66
+ }
67
+
68
+ declare class DefinitionStore {
69
+ static getDefinitions<T>(definitionClass: DefinitionComponentClassType<T>): T[];
70
+ static getDefinition<T>(definitionClass: DefinitionComponentClassType<T>, key: string): T | undefined;
71
+ static getDefinitionOrFail<T>(definitionClass: DefinitionComponentClassType<T>, key: string): T;
72
+ static getSingletonDefinition<T>(definitionClass: DefinitionComponentClassType<T>): T | undefined;
73
+ static getSingletonDefinitionOrFail<T>(definitionClass: DefinitionComponentClassType<T>): T;
74
+ static getLocationInFile<T>(definitionClass: DefinitionComponentClassType<T>, definition: T, path: readonly string[]): LocationInFile;
75
+ static getLocationInFileById<T>(definitionClass: DefinitionComponentClassType<T>, key: string, path: readonly string[]): LocationInFile;
76
+ }
77
+
78
+ type SpriteID = string;
79
+ interface RawSpriteDefinition {
80
+ id: string;
81
+ url: ValidatedSpriteUrl;
82
+ scale: number;
83
+ anchor: Vec2;
84
+ boundingShapes: Vec2[][];
85
+ }
86
+ declare class SpriteComponent extends DefinitionComponent<RawSpriteDefinition> {
87
+ process(definitions: RawSpriteDefinition[], output: Output): Promise<void>;
88
+ }
89
+
90
+ interface PositionOnSpriteValidationOptions {
91
+ selectSpriteDefinition: (value: any) => RawSpriteDefinition;
92
+ positionsJsonPath: string | string[];
93
+ includeRotationFromAnchor?: boolean;
94
+ checkIfPositionIsOnSprite?: boolean;
95
+ }
96
+
97
+ interface ReferenceCustomValidatorOptions {
98
+ additionalValidation?: Joi.Schema;
99
+ }
100
+ declare module 'joi' {
101
+ interface StringSchema {
102
+ unique(nameSpace: Set<string>): Joi.StringSchema;
103
+ path(): Joi.StringSchema;
104
+ sprite(): Joi.StringSchema;
105
+ reference(definitionComponentClass: DefinitionComponentClassType<any> | DefinitionComponentClassType<any>[], options?: ReferenceCustomValidatorOptions): Joi.StringSchema;
106
+ lazyReference(componentName: string, options?: ReferenceCustomValidatorOptions): Joi.StringSchema;
107
+ }
108
+ interface ObjectSchema {
109
+ /**
110
+ * Converts the values to relative position from anchor on sprite.
111
+ */
112
+ positionOnSprite(options: PositionOnSpriteValidationOptions): Joi.ObjectSchema;
113
+ }
114
+ }
115
+
116
+ interface ValidatedSpriteUrl {
117
+ readonly url: string;
118
+ readonly size: Vec2;
119
+ }
120
+
121
+ interface ValidatedItem<T> {
122
+ readonly definition: T;
123
+ readonly rawDefinition: RawDefinition;
124
+ }
125
+ declare class Validator {
126
+ static definitionToRawDefintion: Map<any, RawDefinition>;
127
+ static getRawDefinitions(componentName: string): RawDefinition[];
128
+ static validateAndConvert<T>(componentName: string, schema: Joi.AnySchema): ValidatedItem<T>[];
129
+ static validateAndConvertSingular<T>(componentName: string, schema: Joi.AnySchema): ValidatedItem<T> | undefined;
130
+ }
131
+
132
+ declare const PoligonSchema: () => Joi.ArraySchema<Vec2[][]>;
133
+ declare const Vec2Schema: () => Joi.ObjectSchema<Vec2>;
134
+ declare const HexColorSchema: () => Joi.StringSchema;
135
+ declare const RotationSchema: () => Joi.NumberSchema<number>;
136
+ declare const FixedArraySchema: (itemSchema: Joi.ObjectSchema<any>, size: number) => Joi.ArraySchema;
137
+
138
+ declare const PixelPerfectSpriteSchema: () => Joi.StringSchema;
139
+ declare const SpriteSchema: (restrictions?: {
140
+ size?: Vector;
141
+ scale?: number;
142
+ }) => Joi.StringSchema;
143
+
144
+ type SpriteGroupID = string;
145
+ interface SpriteGroupDefinition {
146
+ id: string;
147
+ group: string[];
148
+ }
149
+ declare class SpriteGroupComponent extends DefinitionComponent<SpriteGroupDefinition> {
150
+ process(definitions: SpriteGroupDefinition[], output: Output): Promise<void>;
151
+ }
152
+
153
+ type FontID = string;
154
+ interface RawFontDefinition {
155
+ id: string;
156
+ fontFamily: string;
157
+ url: string;
158
+ }
159
+ declare class FontComponent extends DefinitionComponent<RawFontDefinition> {
160
+ constructor();
161
+ process(definitions: RawFontDefinition[], output: Output): Promise<void>;
162
+ }
163
+
164
+ type ScriptID = string;
165
+ declare class ScriptComponent extends DefinitionComponent<ScriptDefinition> {
166
+ process(definitions: ScriptDefinition[], output: Output): Promise<void>;
167
+ }
168
+
169
+ interface ScriptTestCasesDefinition {
170
+ readonly actionsBeforeTesting: readonly ScriptTestActionDefinition[];
171
+ }
172
+ interface ScriptTestDefinition {
173
+ readonly script: string;
174
+ readonly cases: readonly ScriptTestCasesDefinition[];
175
+ }
176
+
177
+ declare class ScriptTestComponent extends DefinitionComponent<ScriptTestDefinition> {
178
+ process(definitions: ScriptTestDefinition[], output: Output): Promise<void>;
179
+ }
180
+
181
+ type EventID = string;
182
+ declare class EventComponent extends DefinitionComponent<ScriptDefinition> {
183
+ process(definitions: ScriptDefinition[], output: Output): Promise<void>;
184
+ }
185
+
186
+ declare class EventTestComponent extends DefinitionComponent<ScriptTestDefinition> {
187
+ process(definitions: ScriptTestDefinition[], output: Output): Promise<void>;
188
+ }
189
+
190
+ declare class ScriptTesting<ScriptInputType, EventInputType> {
191
+ constructor(scriptSimulatorFunctionsConstructor: new (input: ScriptInputType) => ScriptEngineSimulatorFunctions, eventSimulatorFunctionsConstructor: new (input: EventInputType) => ScriptEngineSimulatorFunctions, richTextTags: Set<string> | undefined);
192
+ setScriptInput(scriptId: string, input: ScriptInputType): void;
193
+ setEventInput(eventId: string, input: EventInputType): void;
194
+ addCustomScriptTestCase(customMessage: string, scriptId: string, testCase: ScriptTestCasesDefinition): void;
195
+ addCustomEventTestCase(customMessage: string, eventId: string, testCase: ScriptTestCasesDefinition): void;
196
+ }
197
+
198
+ export { DefinitionComponent, type DefinitionComponentClassType, DefinitionComponentDecorator, DefinitionGenerator, DefinitionGeneratorDecorator, DefinitionStore, type ErrorLog, EventComponent, type EventID, EventTestComponent, FixedArraySchema, FontComponent, type FontID, HexColorSchema, type LocationInFile, type Output, PixelPerfectSpriteSchema, PoligonSchema, RotationSchema, ScriptComponent, type ScriptID, ScriptTestComponent, ScriptTesting, SingleDefinitionComponent, SpriteComponent, SpriteGroupComponent, type SpriteGroupID, type SpriteID, SpriteSchema, type ValidatedSpriteUrl, Validator, Vec2Schema };
package/dist/index.js CHANGED
@@ -1,50 +1,43 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ScriptTesting = exports.EventTestComponent = exports.EventComponent = exports.ScriptTestComponent = exports.ScriptComponent = exports.FontComponent = exports.SpriteGroupComponent = exports.SpriteComponent = exports.Validator = exports.JoiCustomValidators = exports.DefinitionStore = exports.DefinitionGeneratorDecorator = exports.DefinitionGenerator = exports.SingleDefinitionComponent = exports.DefinitionComponentDecorator = exports.DefinitionComponent = void 0;
18
- require('./setup');
19
- var definition_component_1 = require("./decorators/definition-component");
20
- Object.defineProperty(exports, "DefinitionComponent", { enumerable: true, get: function () { return definition_component_1.DefinitionComponent; } });
21
- Object.defineProperty(exports, "DefinitionComponentDecorator", { enumerable: true, get: function () { return definition_component_1.DefinitionComponentDecorator; } });
22
- Object.defineProperty(exports, "SingleDefinitionComponent", { enumerable: true, get: function () { return definition_component_1.SingleDefinitionComponent; } });
23
- var definition_generator_1 = require("./decorators/definition-generator");
24
- Object.defineProperty(exports, "DefinitionGenerator", { enumerable: true, get: function () { return definition_generator_1.DefinitionGenerator; } });
25
- Object.defineProperty(exports, "DefinitionGeneratorDecorator", { enumerable: true, get: function () { return definition_generator_1.DefinitionGeneratorDecorator; } });
26
- var definition_store_1 = require("./framework/definition-store");
27
- Object.defineProperty(exports, "DefinitionStore", { enumerable: true, get: function () { return definition_store_1.DefinitionStore; } });
28
- var joi_custom_validators_1 = require("./helpers/validator/joi-custom-validators");
29
- Object.defineProperty(exports, "JoiCustomValidators", { enumerable: true, get: function () { return joi_custom_validators_1.JoiCustomValidators; } });
30
- var validator_1 = require("./helpers/validator/validator");
31
- Object.defineProperty(exports, "Validator", { enumerable: true, get: function () { return validator_1.Validator; } });
32
- __exportStar(require("./pre-made-components/_validators/shape-validators"), exports);
33
- __exportStar(require("./pre-made-components/_validators/sprite-validators"), exports);
34
- var _1_sprite_1 = require("./pre-made-components/assets/1-sprite");
35
- Object.defineProperty(exports, "SpriteComponent", { enumerable: true, get: function () { return _1_sprite_1.SpriteComponent; } });
36
- var _2_sprite_group_1 = require("./pre-made-components/assets/2-sprite-group");
37
- Object.defineProperty(exports, "SpriteGroupComponent", { enumerable: true, get: function () { return _2_sprite_group_1.SpriteGroupComponent; } });
38
- var _3_font_1 = require("./pre-made-components/assets/3-font");
39
- Object.defineProperty(exports, "FontComponent", { enumerable: true, get: function () { return _3_font_1.FontComponent; } });
40
- var _1_script_1 = require("./pre-made-components/events/1-script");
41
- Object.defineProperty(exports, "ScriptComponent", { enumerable: true, get: function () { return _1_script_1.ScriptComponent; } });
42
- var _2_script_test_1 = require("./pre-made-components/events/2-script-test");
43
- Object.defineProperty(exports, "ScriptTestComponent", { enumerable: true, get: function () { return _2_script_test_1.ScriptTestComponent; } });
44
- var _3_event_1 = require("./pre-made-components/events/3-event");
45
- Object.defineProperty(exports, "EventComponent", { enumerable: true, get: function () { return _3_event_1.EventComponent; } });
46
- var _4_event_test_1 = require("./pre-made-components/events/4-event-test");
47
- Object.defineProperty(exports, "EventTestComponent", { enumerable: true, get: function () { return _4_event_test_1.EventTestComponent; } });
48
- var scripting_setup_1 = require("./pre-made-components/events/scripting-setup");
49
- Object.defineProperty(exports, "ScriptTesting", { enumerable: true, get: function () { return scripting_setup_1.ScriptTesting; } });
50
- //# sourceMappingURL=index.js.map
1
+ 'use strict';var helpersLib=require('helpers-lib'),lt=require('path'),Ce=require('prettier/plugins/estree'),Te=require('prettier/plugins/typescript'),standalone=require('prettier/standalone'),Ue=require('image-size'),jsonpathPlus=require('jsonpath-plus'),h=require('joi'),S=require('fs'),Nt=require('glob'),scriptEngineLib=require('script-engine-lib');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var lt__namespace=/*#__PURE__*/_interopNamespace(lt);var Ce__namespace=/*#__PURE__*/_interopNamespace(Ce);var Te__namespace=/*#__PURE__*/_interopNamespace(Te);var Ue__default=/*#__PURE__*/_interopDefault(Ue);var h__default=/*#__PURE__*/_interopDefault(h);var S__namespace=/*#__PURE__*/_interopNamespace(S);var Nt__namespace=/*#__PURE__*/_interopNamespace(Nt);var w=(n,t)=>()=>(n&&(t=n(n=0)),t);var x=(n,t,e,i)=>{for(var r=t,o=n.length-1,s;o>=0;o--)(s=n[o])&&(r=(s(r))||r);return r};var J,$t=w(()=>{P();J=class{static generate(t){let e="";t.preText&&(e+=`${t.preText}
2
+
3
+ `);let i;if(t.assetUrl){if(!t.filePath)throw new Error("filePath is required when using assetUrl");if(!helpersLib.Comparator.isArray(t.variable))throw new Error("variable should be an array when using assetUrl");let{assetImports:r,replaceMap:o}=this.ɗi(t.variable,t.assetUrl,t.filePath);e+=r+`
4
+
5
+ `,i=o;}return t.variableType?e+=`export const ${t.variableName}: ${t.variableType} = ${this.ɗcb(t.variable)}`:e+=`export const ${t.variableName} = ${this.ɗcb(t.variable)}`,i&&(e=this.ɗbo(e,i)),t.replaceMap&&(e=this.ɗbo(e,t.replaceMap)),this.format(e)}static async format(t){return standalone.format(t,{parser:"typescript",trailingComma:"none",tabWidth:2,printWidth:130,singleQuote:true,arrowParens:"avoid",plugins:[Te__namespace,Ce__namespace]})}static ɗj(t,e){let i=l.outputPath+t.substring(0,t.lastIndexOf("/")),r=l.config.projectRoot+e.substring(1);return lt__namespace.default.relative(i,r).replace(/\\/g,"/")}static ɗbo(t,e){return e.forEach(i=>{t=t.replace(new RegExp(i.target,"g"),i.replace);}),t}static ɗi(t,e,i){let r=t.map(p=>{let c=helpersLib.JsonHelper.deepFind(p,e);if(!c)throw new Error(`OutputHelperClass: Asset url is not found in the given variable! item: "${JSON.stringify(p)}", assetUrl: "${e}"`);return c}),o=new Map;r.forEach(p=>{if(!o.has(p)){let c=`asset${o.size}`;o.set(p,c);}});let s=Array.from(o,([p,c])=>({name:c,url:p})).map(p=>`import ${p.name} from '${this.ɗj(i,p.url)}';`).join(`
6
+ `),a=r.reduce((p,c)=>[...p,{target:`"${c}"`,replace:o.get(c)}],[]);return {assetImports:s,replaceMap:a}}static ɗcb(t){return JSON.stringify(t,(e,i)=>i===void 0?null:i).replace(/null/gm,"undefined")}};});var l,P=w(()=>{$t();l=class{static{this.compilerExecutionPath="";}static{this.outputPath="";}static{this.config={projectRoot:"",compilerModulesPath:""};}static{this.rawDefinitions=[];}static{this.files=[];}static{this.output=[];}static{this.exports=[];}static{this.componentInProgressData=void 0;}static async addFile(t){this.exports.push({variableName:t.variableName,path:t.path}),this.output.push({path:t.path,content:await J.generate({preText:helpersLib.Comparator.isArray(t.preText)?t.preText.join(`
7
+ `):t.preText,variableName:t.variableName,variableType:t.variableType,variable:t.variable,replaceMap:t.replaceMap,filePath:t.path,assetUrl:t.assetUrl})});}static get successful(){return this.errorLogs.length===0}static addErrorLog(t,e="default"){helpersLib.Comparator.isArray(t)?e==="lowPriority"?this.ɗu=[...t,...this.ɗu]:this.ɗu.push(...t):e==="lowPriority"?this.ɗu=[t,...this.ɗu]:this.ɗu.push(t);}static flushErrorLogs(){this.errorLogs=[...this.ɗu,...this.errorLogs],this.ɗu=[];}static{this.errorLogs=[];}static{this.ɗu=[];}};});var Z,_t=w(()=>{P();Z=class{constructor(t){this.ɗar=t;this.ɗav=new Set;this.ɗau=new Map;this.ɗb=new Set;this.ɗt=[];}newEntry(t,e){if(this.ɗav.has(t)){if(!this.ɗb.has(t)){this.ɗb.add(t);let i=this.ɗau.get(t);i&&this.ɗt.push({identifier:t,location:i});}return this.ɗt.push({identifier:t,location:e}),false}else return this.ɗav.add(t),this.ɗau.set(t,e),true}logDuplicateErrors(){this.ɗt.forEach(t=>{let e={description:`Value should be singular! Group: "${this.ɗar}", Value: "${t.identifier}"`,location:t.location};l.addErrorLog(e);});}};});var T,q=w(()=>{_t();T=class{static{this.ɗs=new Map;}static logDuplicates(){this.ɗs.forEach(t=>t.logDuplicateErrors());}static getDefinitionComponentName(t){return t.$meta.componentName}static getDefinitionComponentNamesFromArray(t){return helpersLib.Comparator.isArray(t)?t.map(e=>this.getDefinitionComponentName(e)):[this.getDefinitionComponentName(t)]}static getValidationState(t){return t.state.path&&(t.state.path.length===0||t.state.path[0]!==void 0&&t.prefs.context.rawDefinition)?"valid":"notValid"}static getPathAndRawDefinition(t){let e=t.state.path,i=t.prefs.context.rawDefinition;return {path:e,rawDefinition:i}}static getDuplicateHelper(t){let e=this.ɗs.get(t);return e||(e=new Z(t),this.ɗs.set(t,e)),e}};});var R,X=w(()=>{R=class{static findLine(t,e){if(e.length===0)return t.parsedStructure.line;{let i,r=[...e];for(;i===void 0&&r.length>0;)i=this.ɗz(t.parsedStructure.rawData,[...r]),r.pop();return i||t.parsedStructure.line}}static flatten(t){return this.ɗaa(t.parsedStructure.rawData)}static ɗz(t,e){let i=e.shift(),r;if(t&&i!==void 0&&(helpersLib.Comparator.isNumber(i)?helpersLib.Comparator.isArray(t)&&(r=t[i]):helpersLib.Comparator.isObject(t)&&(r=t[i])),r)return e.length===0?r.line:this.ɗz(r.rawData,e)}static ɗaa(t){if(helpersLib.Comparator.isArray(t))return t.map(e=>this.ɗaa(e.rawData));if(helpersLib.Comparator.isObject(t)){let e=t;return Object.keys(e).reduce((i,r)=>{let o=e[r];return i[r]=this.ɗaa(o.rawData),i},{})}else return t}};});exports.DefinitionStore=void 0;var j=w(()=>{X();exports.DefinitionStore=class{static{this.ɗas=new Map;}static{this.ɗp=new Map;}static{this.ɗq=new Map;}static{this.ɗh=new Map;}static getDefinitions(t){let e=this.ɗq.get(this.ɗal(t));return e?Array.from(e.values()):[]}static getDefinition(t,e){if(!t.$meta.keyName)throw new Error(`"${t.name}" doesn't have a keyName, getDefinition cannot be called on it.`);return this.ɗq.get(this.ɗal(t))?.get(e)}static getDefinitionOrFail(t,e){let i=this.getDefinition(t,e);if(!i)throw new Error(`No result found for "${e}" in "${t.name}".`);return i}static getSingletonDefinition(t){return this.ɗq.get(this.ɗal(t))?.get(this.ɗal(t))}static getSingletonDefinitionOrFail(t){let e=this.getSingletonDefinition(t);if(!e)throw new Error(`No result found for "${t.name}".`);return e}static getLocationInFile(t,e,i){let r=this.ɗp.get(t.name)?.get(e);if(!r)throw new Error(`No raw definition found for "${e}" in "${t.name}".`);return {line:R.findLine(r,i),path:r.location.path}}static getLocationInFileById(t,e,i){let r=this.ɗap(t,e);if(!r)throw new Error(`No raw definition found for "${e}" in "${t.name}".`);return {line:R.findLine(r,i),path:r.location.path}}static ɗay(t){return this.ɗq.has(t)}static ɗak(t){let e=this.ɗh.get(t);if(!e)throw new Error(`No component found for "${t}".`);return e}static ɗbw(t){t.forEach((e,i)=>{this.ɗq.set(i,new Map);}),this.ɗh=t;}static ɗbx(t,e,i){let r=this.ɗq.get(this.ɗal(t));r&&r.set(e,helpersLib.JsonHelper.deepCopy(i));}static ɗca(t,e){let i=this.ɗal(t),r=this.ɗq.get(i);r&&r.set(i,helpersLib.JsonHelper.deepCopy(e));}static ɗax(t,e){return !!this.ɗas.get(t.name)?.has(e)}static ɗap(t,e){return this.ɗas.get(t.name)?.get(e)}static ɗbz(t,e,i){this.ɗas.has(t.name)||this.ɗas.set(t.name,new Map);let r=this.ɗas.get(t.name);r&&r.set(e,helpersLib.JsonHelper.deepCopy(i));}static ɗby(t,e,i){this.ɗp.has(t.name)||this.ɗp.set(t.name,new Map);let r=this.ɗp.get(t.name);r&&r.set(e,helpersLib.JsonHelper.deepCopy(i));}static ɗal(t){return t.$meta.componentName}};});var ht,At=w(()=>{P();q();ht=class{constructor(t){this.ɗac=t;this.regex=/^[\S]+$/;this.validate=(t,e)=>{if(T.getValidationState(e)==="valid"){let{rawDefinition:r}=T.getPathAndRawDefinition(e);if(t=r.location.path.substring(0,r.location.path.lastIndexOf("/")+1)+t,this.ɗac.existsSync(t))try{let s=Ue__default.default(t);return {url:t.replace(l.config.projectRoot,"."),size:{x:s.width,y:s.height}}}catch{throw new Error(`The file in the path "${t}" is not an image`)}else throw new Error(`No file is found in the path: "${t}"`)}else throw new Error(`Internal Error; joi validation context for image validator: Path: "${e.state.path}", RawDefinition: "${JSON.stringify(e.prefs.context.rawDefinition)}"`)};}};});var St,te=w(()=>{P();q();St=class{constructor(t){this.ɗac=t;this.regex=/^[\S]+$/;this.validate=(t,e)=>{if(T.getValidationState(e)==="valid"){let{rawDefinition:r}=T.getPathAndRawDefinition(e);if(t=r.location.path.substring(0,r.location.path.lastIndexOf("/")+1)+t,this.ɗac.existsSync(t))return t.replace(l.config.projectRoot,".");throw new Error(`No file is found in the path: "${t}"`)}else throw new Error(`Internal Error; joi validation context for path validator: Path: "${e.state.path}", RawDefinition: "${JSON.stringify(e.prefs.context.rawDefinition)}"`)};}};});var Dt,ee=w(()=>{Dt=class{constructor(t,e,i,r){t={x:t.x*i,y:t.y*i},this.ɗbq=i,this.ɗe=r||false,this.ɗc=this.ɗai(t,e),this.ɗd=this.ɗaj(t,this.ɗc);}convertPositionToSpriteAnchor(t){t={x:t.x*this.ɗbq,y:t.y*this.ɗbq};let e={x:t.x+this.ɗd.topLeft.x,y:t.y+this.ɗd.topLeft.y};if(this.ɗe&&!this.ɗce(e))throw new Error(`location is outside of the sprite boundaries. Entered position: {x: ${t.x}, y: ${t.y}}, position on sprite: {x: ${e.x}, y: ${e.y}}, bounding box: ${JSON.stringify(this.ɗd)}.`);return e}getRotationFromAnchor(t){return helpersLib.Vector.fromVec2(t).radian.value}ɗce(t){return !(t.x<this.ɗd.topLeft.x||t.x>this.ɗd.bottomRight.x||t.y<this.ɗd.topLeft.y||t.y>this.ɗd.bottomRight.y)}ɗai(t,e){return {x:t.x*e.x,y:t.y*e.y}}ɗaj(t,e){return {topLeft:{x:-e.x,y:-e.y},bottomRight:{x:t.x-e.x,y:t.y-e.y}}}};});var Ct,ie=w(()=>{ee();Ct=class{constructor(t){this.ɗbd=t;this.validate=(t,e)=>{let i=this.ɗbd.selectSpriteDefinition(t);if(!i)throw new Error("positionOnSprite - callback function did not return sprite definition.");let r=new Dt(i.url.size,i.anchor,i.scale,this.ɗbd.checkIfPositionIsOnSprite);return (Array.isArray(this.ɗbd.positionsJsonPath)?this.ɗbd.positionsJsonPath:[this.ɗbd.positionsJsonPath]).forEach(s=>jsonpathPlus.JSONPath({json:t,path:s}).forEach(a=>{if(helpersLib.Comparator.isObject(a)){if(!helpersLib.Comparator.isNumber(a.x)||!helpersLib.Comparator.isNumber(a.y))throw new Error(`positionOnSprite, positions json path returned a non-vec2 result. Value: "${a}".`)}else throw new Error(`positionOnSprite, positions json path returned a non-object result. Value: "${a}".`);let p=r.convertPositionToSpriteAnchor(a);p={x:Math.round(p.x),y:Math.round(p.y)},this.ɗbd.includeRotationFromAnchor?(a.rotationFromAnchor=r.getRotationFromAnchor(p),a.positionFromAnchor=p,delete a.x,delete a.y):(a.x=p.x,a.y=p.y);})),t};}};});var Tt,wt,xt,re=w(()=>{P();j();X();q();Tt=class{constructor(t){this.options=t;this.regex=/^[a-z]+([a-zA-Z0-9]+)*$/;}validatePropertyExistence(t,e,i){if(i?.additionalValidation){let r=exports.DefinitionStore.ɗap(t,e),o=r?R.flatten(r):void 0,s=i.additionalValidation.validate(o);if(s.error)throw new Error(s.error.message)}}},wt=class extends Tt{constructor(e,i){super(i);this.validate=(e,i)=>{if(T.getValidationState(i)==="valid"){let o=this.ɗbl.find(s=>exports.DefinitionStore.getDefinition(s,e));if(o)return this.validatePropertyExistence(o,e,this.options),this.ɗaw?{value:e,type:T.getDefinitionComponentName(o)}:e;if(this.ɗbl.find(a=>exports.DefinitionStore.ɗax(a,e)))i.prefs.context.failSilently=true;else throw new Error(`There is no "${this.ɗbl.map(a=>T.getDefinitionComponentName(a)).join(" or ")}" definition found for "${e}"`)}else throw new Error(`Internal Error; joi validation context for reference validator: Path: "${i.state.path}", RawDefinition: "${JSON.stringify(i.prefs.context)}"`)};this.ɗbl=[];helpersLib.Comparator.isArray(e)?(this.ɗaw=true,this.ɗbl=e):(this.ɗaw=false,this.ɗbl=[e]);}},xt=class extends Tt{constructor(e,i){super(i);this.ɗg=e;this.validate=(e,i)=>{if(!l.componentInProgressData)helpersLib.ConsoleHelper.log("Unexpected error: Lazy reference validation has been called outside of the validation cycle.","red");else if(!l.componentInProgressData.meta.keyName)helpersLib.ConsoleHelper.log("Lazy reference can only be used for definitions with key name defined.","red");else if(l.componentInProgressData.meta.componentName!==this.ɗg)helpersLib.ConsoleHelper.log(`Lazy reference can only be used for self referencing. It is used under: "${this.ɗg}"`,"red");else if(l.componentInProgressData.meta.singleton)helpersLib.ConsoleHelper.log(`Lazy reference cannot be used for singleton components. It is used under: "${this.ɗg}"`,"red");else {let a=i.state.ancestors.at(-1)[l.componentInProgressData.meta.keyName];a?(l.componentInProgressData.idToReferencesMap.has(a)||l.componentInProgressData.idToReferencesMap.set(a,new Set),l.componentInProgressData.idToReferencesMap.get(a).add(e)):helpersLib.ConsoleHelper.log("Unexpected error: definitionId cannot be retrieved by keyname.","red");}let r=exports.DefinitionStore.ɗak(this.ɗg);if(T.getValidationState(i)==="valid"){if(exports.DefinitionStore.ɗax(r,e))return this.validatePropertyExistence(r,e,this.options),e;throw new Error(`There is no "${this.ɗg}" definition found for "${e}"`)}else throw new Error(`Internal Error; joi validation context for reference validator: Path: "${i.state.path}", RawDefinition: "${JSON.stringify(i.prefs.context)}"`)};}};});var vt,ne=w(()=>{vt=class{constructor(t){this.ɗbb=t;this.regex=/^[\S]+$/;this.validate=(t,e)=>{if(this.ɗbb.has(t))throw new Error(`Value "${t}" is not unique in the name space: "${Array.from(this.ɗbb).join(", ")}"`);return this.ɗbb.add(t),t};}};});var bt,ae=w(()=>{te();ie();re();At();ne();bt=class n{static decorate(t,e){t.string().__proto__.unique=function(i){let r=new vt(i);return n.ɗn(this,r)},t.string().__proto__.path=function(){let i=new St(e);return n.ɗn(this,i)},t.string().__proto__.sprite=function(){let i=new ht(e);return n.ɗn(this,i)},t.string().__proto__.reference=function(i,r){let o=new wt(i,r);return n.ɗn(this,o)},t.string().__proto__.lazyReference=function(i,r){let o=new xt(i,r);return n.ɗn(this,o)},t.object().__proto__.positionOnSprite=function(i){let r=new Ct(i);return this.custom(r.validate)},t!==h__default.default&&this.decorate(h__default.default,e);}static ɗn(t,e){return t.regex(e.regex).custom(e.validate)}};});var se=w(()=>{ae();bt.decorate(h__default.default,S__namespace.default);});function ge(n){return n.replace(/[-_]/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/\s+/g," ").trim().toLowerCase().split(" ").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join("")}function C(n){return function(t){if(n.singleton){if(n.keyName!==void 0)throw new Error(`Singleton components should not have keyName! Component: ${n.componentName}`);if(!(t.prototype instanceof Q))throw new Error(`Singleton components should extend SingleDefinitionComponent! Component: ${n.componentName}`)}else if(!(t.prototype instanceof g))throw new Error(`Non singleton components should extend DefinitionComponent! Component: ${n.componentName}`);t.$meta={componentName:n.componentName,pascalCaseComponentName:ge(n.componentName),keyName:n.keyName,singleton:n.singleton,validationSchema:n.validationSchema};}}var g=class{static getSchema(){return this.$meta.validationSchema}},Q=class{static getSchema(){return this.$meta.validationSchema}};q();P();X();var O=class{static{this.definitionToRawDefintion=new Map;}static getRawDefinitions(t){return l.rawDefinitions.filter(e=>e.componentName===t)}static validateAndConvert(t,e){return this.getRawDefinitions(t).map(i=>{let r=this.ɗcd(i,e);if(this.definitionToRawDefintion.set(r,i),r)return {definition:r,rawDefinition:i}}).filter(i=>i)}static validateAndConvertSingular(t,e){let i=this.validateAndConvert(t,e);if(i.length===0){if(l.successful){let r={description:`Singleton definition has no declared entry "${t}"`,location:{line:0,path:"*"}};l.addErrorLog(r,"lowPriority");}}else if(i.length>1)l.rawDefinitions.filter(r=>r.componentName===t).forEach(r=>{let o={description:`Only one definition can be defined for "${t}"`,location:r.location};l.addErrorLog(o,"lowPriority");});else return i[0]}static ɗcd(t,e){let i={rawDefinition:t,failSilently:false},{value:r,error:o}=e.validate(R.flatten(t),{abortEarly:false,context:i});if(o?.details){let s=o.details.reverse().map(a=>({description:a.message,location:{line:R.findLine(t,a.path),path:t.location.path}}));l.addErrorLog(s.reverse());}else if(!i.failSilently)return r}};P();var Y="CONFIG",Ut=h__default.default.object().keys({projectRoot:h__default.default.string().regex(/^[\S]+$/).required(),compilerModulesPath:h__default.default.string().regex(/^[\S]+$/).optional()}),B=class{static{this.$meta={componentName:Y,validationSchema:Ut};}static process(){let t=O.validateAndConvertSingular(Y,Ut);if(t){let e=t.definition;l.config.projectRoot=e.projectRoot,e.compilerModulesPath&&(l.config.compilerModulesPath=`${e.projectRoot}${e.compilerModulesPath.replace("./","")}`);}}};P();j();var Pt=class{decorateDefinitionName(t,e){return `${this.kebabCaseToCamelCase(e)}${this.upperCaseFirstLetter(t)}`}kebabCaseToCamelCase(t){return t.toLowerCase().replace(/-./g,e=>e[1].toUpperCase())}lowerCaseFirstLetter(t){return t.charAt(0).toLowerCase()+t.slice(1)}upperCaseFirstLetter(t){return t.charAt(0).toUpperCase()+t.slice(1)}removeWhiteSpace(t){return t.replace(/\r?\n|\r/g,"").replace(/\/\/.*$/gm,"").trim().replace(/ {2,}/g," ")}removeComments(t){return t.replace(/\/\/.*$/gm,"").trimEnd()}},_=new Pt;var et=class{constructor(){this.ɗr=false;this.ɗo=[];this.ɗv=[];this.ɗl="";}process(t){return this.ɗr=false,this.ɗm=void 0,this.ɗo=[],this.ɗv=[],this.ɗl=t.path,t.content.split(`
8
+ `).forEach((e,i)=>{let r=_.removeWhiteSpace(e);this.ɗr?r.startsWith("###")?(this.ɗab(),this.ɗbc(e,i,r.substring(4))):this.ɗm&&r.length>0&&this.ɗm.content.push(_.removeComments(e)):r==="# DEFINITIONS"&&(this.ɗr=true);}),this.ɗab(),{definitionPlaneTexts:this.ɗo,errorLogs:this.ɗv}}ɗab(){if(this.ɗm)if(this.ɗm.content.length>0)this.ɗo.push(this.ɗm);else {let t={description:"Definitions cannot be empty!",location:this.ɗm.location};this.ɗv.push(t);}this.ɗm=void 0;}ɗbc(t,e,i){if(exports.DefinitionStore.ɗay(i))this.ɗm={type:i,location:{line:e+1,path:this.ɗl},content:[]};else {let r={description:`Invalid definition header: "${t.trim()}"`,location:{line:e+1,path:this.ɗl}};this.ɗv.push(r),this.ɗm=void 0;}}};var it=class{static parse(t,e){let i=[],r=e.line,o=[];if(t.forEach((s,a)=>{if(s.startsWith(" ")){if(a===0)throw {description:"Invalid coding indent!",location:{line:e.line+a,path:e.path}};i.push(s.substring(2));}else {if(s.match(/^- {2}/g)||s.match(/^-[\S]/g))throw {description:`There should be one space after dash operator! "${s}"`,location:{line:e.line+a,path:e.path}};if(s.startsWith("-")){if(i.length){let p=E.getParsedStructure(i,{line:r,path:e.path});o.push(p);}i=[s.substring(2)],r=e.line+a;}else throw s.startsWith(" ")?{description:"Invalid coding indent!",location:{line:e.line+a,path:e.path}}:{description:`Unexpected array element! "${s}"`,location:{line:e.line+a,path:e.path}}}}),i.length){let s=E.getParsedStructure(i,{line:r,path:e.path});o.push(s);}return {line:e.line,rawData:o}}};var rt=class{static parse(t,e){let i=[],r="",o=0,s,a={};if(t.forEach((p,c)=>{if(!p.startsWith(" ")&&!p.startsWith("- ")&&s!=="multiLineString"){if(p.startsWith(":"))throw {description:`Invalid row, row cannot start with columns! "${p}"`,location:{line:e.line+c,path:e.path}};if(p.match(/[\w]*:[\w]*:/g))throw {description:`Invalid row, multiple columns! "${p}"`,location:{line:e.line+c,path:e.path}};if(p.match(/: {2}/g)||p.match(/^[\w]+:[\S]/g))throw {description:`There should be one space after column operator! "${p}"`,location:{line:e.line+c,path:e.path}};if(p.startsWith(" "))throw {description:`Invalid coding indent! "${p}"`,location:{line:e.line+c,path:e.path}};if(p.indexOf(":")===-1)throw {description:`Unexpected object element! "${p}"`,location:{line:e.line+c,path:e.path}};{if(i.length){let F=E.getParsedStructure(i,{line:o,path:e.path});F.line-=1,a[r]=F,i=[],r="",o=0;}let d=_.lowerCaseFirstLetter(p.substring(0,p.indexOf(":")));if(p.trimEnd().endsWith(":"))if(r=d,o=e.line+c+1,t[c+1])s=t[c+1].startsWith("-")?"array":"object";else throw {description:`No value found after column! "${p}"`,location:{line:e.line+c,path:e.path}};else if(p.trimEnd().endsWith("`")&&p.indexOf("`")===p.lastIndexOf("`"))i.push("`"),r=d,o=e.line+c+1,s="multiLineString";else {let F=p.substring(p.indexOf(":")+2),K=E.getParsedStructure([F],{line:e.line+c,path:e.path});a[d]=K;}}}else {if(c===0)throw p.startsWith("-")?{description:`Unexpected object element! "${p}"`,location:{line:e.line+c,path:e.path}}:{description:`Invalid coding indent! "${p}"`,location:{line:e.line+c,path:e.path}};if(p.startsWith("`")){i.push(p);let d=E.getParsedStructure(i,{line:o,path:e.path});d.line-=1,a[r]=d,i=[],r="",o=0;}else i.push(p.substring(s==="object"?2:0));}}),i.length){let p=E.getParsedStructure(i,{line:o,path:e.path});p.line-=1,a[r]=p;}return {line:e.line,rawData:a}}};var nt=class{static parse(t,e){let i=t[0];if(i.startsWith("`"))return t.length===1?this.ɗbg(i,e,"`"):this.ɗbe(t,e);if(t.length>1)throw {description:`Invalid row! "${t[1]}"`,location:{line:e.line+2,path:e.path}};return i.startsWith('"')?this.ɗbg(i,e,'"'):this.ɗbf(i,e)}static ɗbf(t,e){if(t.indexOf(" ")!==-1)throw {description:`Unexpected space! "${t}"`,location:e};return {line:e.line,rawData:t==="undefined"?void 0:t}}static ɗbg(t,e,i){let r=new RegExp(i,"g");if((t.match(r)||[]).length>2)throw {description:"There should be only one opening and one closeing quote!",location:e};if(t.endsWith(i))return {line:e.line,rawData:t.replace(r,"")};throw {description:"Quote is not get closed!",location:e}}static ɗbe(t,e){let i=t[t.length-1];if(t[0]!=="`")throw {description:`There should be new line after backtick "${t[0]}"!`,location:{line:e.line,path:e.path}};if(i.startsWith("`")&&i!=="`")throw {description:`There should be new line after backtick "${i}"!`,location:{line:e.line+t.length,path:e.path}};if(i.trim().startsWith("`")){if(i!=="`")throw {description:"Invalid coding indent!",location:{line:e.line+t.length,path:e.path}};return {line:e.line,rawData:t.slice(0,t.length-1).slice(1).join(`
9
+ `)}}else throw {description:`Multiline string should end with backtick in new line "${i}"!`,location:{line:e.line+t.length,path:e.path}}}};var E=class n{static getParsedStructure(t,e){switch(this.ɗaq(t[0])){case "object":return rt.parse(t,e);case "array":return it.parse(t,e);case "primitive":return nt.parse(t,e)}}static ɗaq(t){return t.startsWith("-")&&!t.match(/^-?\d+(\.\d+)?$/)?"array":t.match(/^[\w]+:/)?"object":"primitive"}process(t){let e=[];return {rawDefinitions:t.map(r=>{try{if(r.content.length)return {componentName:r.type,location:r.location,parsedStructure:n.getParsedStructure(r.content,{line:r.location.line+1,path:r.location.path})}}catch(o){o?.description&&o?.location?e.push(o):e.push({description:`Unexpected Error! Error: "${o}"`,location:r.location});}}).filter(r=>r),errorLogs:e}}};var ot=class{static{this.ɗbv=new et;}static{this.ɗcc=new E;}static process(){let t=l.files.reduce((i,r)=>{let o=this.ɗbv.process(r);return l.addErrorLog(o.errorLogs),i.push(...o.definitionPlaneTexts),i},[]),e=this.ɗcc.process(t);l.rawDefinitions.push(...e.rawDefinitions),l.addErrorLog(e.errorLogs),B.process();}};P();j();P();$t();var Ft="// ---- INDEX OUTPUT ----",ve="// ---- END ----",A=class{static{this.ɗbi=[];}static{this.ɗat=[];}static addPremadeInterface(t){this.ɗbi.push(t);}static addIdType(t,e){let i=`export type ${t}ID = ${e.map(r=>`'${r}'`).join(" | ")};`;this.ɗat.push(i);}static async generateFile(t,e){if(l.config.compilerModulesPath){let i=await this.ɗaf(t);i&&await this.ɗk(i);}else await this.ɗk(e);}static async ɗk(t){let e=t,i=this.generateTypes();i&&(e+=`
10
+
11
+ `+i),l.output.push({path:"/index.ts",content:await J.format(e)});}static async ɗaf(t){let e=Nt__namespace.sync(`${l.config.compilerModulesPath}/**/*.ts`).map(o=>o.replace(/\\/g,"/"));e.length===0&&helpersLib.ConsoleHelper.log("No typescript file found to generate index.ts file.","red");let i=this.ɗae(),r=await this.ɗag(e);if(r!==void 0){let o=`${t}
12
+ ${i}
13
+
14
+ ${r}`;return o=await J.format(o),S__namespace.writeFileSync(`${l.compilerExecutionPath}/output-index-file.ts`,`// AUTO GENERATED - CHANGES WILL BE REPLACED
15
+ export const OutputIndexFile = \`${o}\`;
16
+ `),helpersLib.ConsoleHelper.log("Index content 'output-index-file.ts' is generated.","green"),o}}static ɗae(){return l.exports.map(t=>`export { ${t.variableName} } from '.${t.path.substring(0,t.path.lastIndexOf("."))}';`).join(`
17
+ `)}static async ɗag(t){let e=0,i=[];t.forEach(o=>{let s=o.substring(o.lastIndexOf("/")+1,o.lastIndexOf(".")),a=S__namespace.readFileSync(o,"utf-8");try{let p=this.ɗam(s,a);p&&i.push(p);}catch(p){e++,helpersLib.ConsoleHelper.log(`Error parsing file: ${o}, error: '${p.message}'`,"red");}});let r=`//-------------------------- DEFINITIONS --------------------------
18
+ `;return this.ɗbi.length>0&&(r+="// ---- premade ----",r+=this.ɗbi.join(`
19
+ `),r+=`
20
+
21
+ `),r+=i.join(`
22
+ `),e===0?r:void 0}static ɗam(t,e){let i=e.indexOf(Ft),r=i!==-1,o=[];for(;i!==-1;){let s=e.indexOf(ve,i);if(s===-1)throw new Error("No end command found.");o.push(e.substring(e.indexOf(`
23
+ `,i+Ft.length)+1,s)),i=e.indexOf(Ft,s);}if(r)return `// ---- ${t} ----
24
+ ${o.join(`
25
+ `)}`}static generateTypes(){let t="";return this.ɗat.length>0&&(t+=`//-------------------------- ID TYPES --------------------------
26
+ `,t+=this.ɗat.join(`
27
+ `),t+=`
28
+ `),t}};var be=/^[a-z]+([a-zA-Z0-9]+)*$/,st="======================================================",Ee="------------------------------------------------------",Wt=n=>n.path.replace(l.compilerExecutionPath+"/","")+":"+n.line,pt=class{static async process(t,e,i){let r=new Map;r.set(Y,B),t.forEach(s=>{let a=s.$meta.componentName;if(r.has(a))throw new Error(`Component name "${a}" is used more than once.`);r.set(a,s);}),exports.DefinitionStore.ɗbw(r),helpersLib.ConsoleHelper.log("Compilation is in progress.","white"),this.ɗbk();let o=await this.ɗah(t,e,i);this.ɗcf(o,l.outputPath);}static ɗbk(){l.compilerExecutionPath=lt__namespace.resolve("./").replace(/\\/g,"/"),l.outputPath=`${l.compilerExecutionPath}/.asset-build`,l.files=Nt__namespace.sync(`${l.compilerExecutionPath}/**/*.md`).map(t=>t.replace(/\\/g,"/")).map(t=>{let e=S__namespace.readFileSync(t).toString();return {path:t,content:e}});}static ɗcf(t,e){let i=new Set;Nt__namespace.sync(`${l.outputPath}/**/*`,{nodir:true}).map(a=>a.replace(/\\/g,"/")).forEach(a=>{i.add(a);}),t.forEach(a=>{a.path=e+a.path,i.delete(a.path);}),l.successful&&(helpersLib.ConsoleHelper.log(st,"gray"),helpersLib.ConsoleHelper.log("Changes:","gray"),helpersLib.ConsoleHelper.newLine());let r=0;l.successful&&i.forEach(a=>{r++,console.info(`${helpersLib.ConsoleHelper.red}Erasing file:${helpersLib.ConsoleHelper.gray} "${this.ɗf(a)}"${helpersLib.ConsoleHelper.default}`),S__namespace.unlinkSync(a);});let o=0,s=0;t.forEach(a=>{let p=a.path.substring(0,a.path.lastIndexOf("/"));S__namespace.mkdirSync(p,{recursive:true});let c=S__namespace.existsSync(a.path);(c?S__namespace.readFileSync(a.path).toString():"")!==a.content&&(c?(o++,console.info(`${helpersLib.ConsoleHelper.blue}Modifying file:${helpersLib.ConsoleHelper.gray} "${this.ɗf(a.path)}"${helpersLib.ConsoleHelper.default}`)):(s++,console.info(`${helpersLib.ConsoleHelper.cyan}Creating file:${helpersLib.ConsoleHelper.gray} "${this.ɗf(a.path)}"${helpersLib.ConsoleHelper.default}`)),S__namespace.writeFileSync(a.path,a.content));}),this.ɗbn(e),s+o+r>0&&helpersLib.ConsoleHelper.newLine(),helpersLib.ConsoleHelper.log(`Created file count: ${s}`,"gray"),helpersLib.ConsoleHelper.log(`Modified file count: ${o}`,"gray"),helpersLib.ConsoleHelper.log(`Erased file count: ${r}`,"gray"),helpersLib.ConsoleHelper.log(st,"gray"),l.successful?helpersLib.ConsoleHelper.log("Compilation is completed successfuly!","green"):helpersLib.ConsoleHelper.log("Compilation encountered errors!","red");}static ɗf(t){let e=l.compilerExecutionPath.length;return t.substring(e)}static ɗbn(t){let e=S__namespace.readdirSync(t),i=true;for(let r of e){let o=lt__namespace.join(t,r);S__namespace.statSync(o).isDirectory()&&this.ɗbn(o)?(S__namespace.rmdirSync(o),console.info(`${helpersLib.ConsoleHelper.red}Erasing folder:${helpersLib.ConsoleHelper.gray} "${o.substring(t.length).replace(/\\/g,"/")}"${helpersLib.ConsoleHelper.default}`)):i=false;}return i}static async ɗah(t,e,i){ot.process(),l.flushErrorLogs();let r=t.map(o=>{let s=o.$meta;l.componentInProgressData={meta:s,idToReferencesMap:new Map};let a={addFile:c=>l.addFile(c),addError:c=>l.addErrorLog(c),convertLocationInFileToLink:c=>Wt(c)};this.ɗaz(s.keyName,s.componentName,o);let p;if(s.singleton){let c=O.validateAndConvertSingular(s.componentName,s.validationSchema);c&&(p=c.definition,exports.DefinitionStore.ɗby(o,c.definition,c.rawDefinition),exports.DefinitionStore.ɗca(o,p));}else {let c=O.validateAndConvert(s.componentName,s.validationSchema);if(l.componentInProgressData.idToReferencesMap.size>0){let d=s.keyName;if(!d)throw new Error("Unexpected Error: KeyName should be defined for lazy references.");let F=l.componentInProgressData.idToReferencesMap,K=true;for(;K;){let pe=c.length,le=new Set(c.map(Et=>Et.definition[d]));c=c.filter(Et=>{let Bt=Et.definition[d];if(F.has(Bt)){let ce=F.get(Bt),Ht=true;return ce.forEach(me=>le.has(me)||(Ht=false)),Ht}return true}),K=pe!==c.length;}}c.forEach(d=>{exports.DefinitionStore.ɗby(o,d.definition,d.rawDefinition);}),p=c.map(d=>d.definition),this.ɗbm(p,s.keyName,o);}return l.flushErrorLogs(),l.componentInProgressData=void 0,{definitionToProcess:p,output:a,moduleClass:o}});for(let o of r)if(o.definitionToProcess){let s=new o.moduleClass,a=o.moduleClass.$meta.keyName;a&&A.addIdType(o.moduleClass.$meta.pascalCaseComponentName,o.definitionToProcess.map(p=>p[a])),await s.process(o.definitionToProcess,o.output);}return l.flushErrorLogs(),T.logDuplicates(),l.successful&&await A.generateFile(e,i),this.ɗao()}static ɗaz(t,e,i){let r=O.getRawDefinitions(e);t&&r.forEach(o=>{let s=o.parsedStructure.rawData;if(!helpersLib.Comparator.isObject(s)||helpersLib.Comparator.isArray(s))l.addErrorLog({description:`KeyName shold not be used with a content which is not an object, keyName: "${t}" in "${e}"`,location:{line:o.parsedStructure.line,path:o.location.path}});else {let a=s[t]?.rawData;helpersLib.Comparator.isString(a)&&(be.test(a)===false?l.addErrorLog({description:`KeyValue should be a valid key, keyValue: "${a}"`,location:{line:s[t].line,path:o.location.path}}):exports.DefinitionStore.ɗax(i,a)?l.addErrorLog({description:`Definition with key "${a}" already exists`,location:{line:s[t].line,path:o.location.path}}):exports.DefinitionStore.ɗbz(i,a,o));}});}static ɗbm(t,e,i){e&&t.forEach(r=>{let o=r[e];exports.DefinitionStore.ɗbx(i,o,r);});}static ɗao(){return l.successful?l.output:(helpersLib.ConsoleHelper.newLine(),helpersLib.ConsoleHelper.log("ERROR LOGS:","red"),helpersLib.ConsoleHelper.log(st,"gray"),l.errorLogs.forEach((t,e)=>{e>0&&helpersLib.ConsoleHelper.log(Ee,"gray"),helpersLib.ConsoleHelper.log("Error:","red"),console.info(`${helpersLib.ConsoleHelper.white}Details:${helpersLib.ConsoleHelper.green} ${t.description}`),console.info(`${helpersLib.ConsoleHelper.white}Location:${helpersLib.ConsoleHelper.green} ${Wt(t.location)}`);}),helpersLib.ConsoleHelper.log(st,"gray"),[{path:"/error-logs.md",content:l.errorLogs.map(t=>`${t.description}\r
29
+ Path: '${t.location.path}', Line: '${t.location.line}'\r
30
+ `).join(`\r
31
+ `)}])}};var Vt=class{constructor(t,e,i){u.setup(t,e,i);}setScriptInput(t,e){u.setScriptInput(t,e);}setEventInput(t,e){u.setEventInput(t,e);}addCustomScriptTestCase(t,e,i){u.addCustomScriptTestCase(e,i,t);}addCustomEventTestCase(t,e,i){u.addCustomEventTestCase(e,i,t);}},u=class{static{this.ɗbr=new Map;}static{this.ɗw=new Map;}static{this.ɗbt=new Map;}static{this.ɗy=new Map;}static get scriptSimulatorFunctionsConstructor(){if(!this.ɗbs)throw new Error("ScriptSimulatorFunctionsConstructor is not set");return this.ɗbs}static get eventSimulatorFunctionsConstructor(){if(!this.ɗx)throw new Error("ScriptSimulatorFunctionsConstructor is not set");return this.ɗx}static get richTextTags(){return this.ɗbp}static get isInitialized(){return this.ɗbs&&this.ɗx&&this.ɗbp!==void 0}static setup(t,e,i){this.ɗbs=t,this.ɗx=e,this.ɗbp=i;}static getScriptInput(t){return this.ɗbr.get(t)}static getEventInput(t){return this.ɗw.get(t)}static getCustomScriptTestCases(){return Array.from(this.ɗbt.values())}static getCustomEventTestCases(){return Array.from(this.ɗy.values())}static isCustomScriptTestCase(t){return this.ɗbt.has(t.script)}static isCustomEventTestCase(t){return this.ɗy.has(t.script)}static setScriptInput(t,e){if(this.ɗbr.has(t))throw new Error(`Script input for ${t} already set`);this.ɗbr.set(t,e);}static setEventInput(t,e){if(this.ɗw.has(t))throw new Error(`Event input for ${t} already set`);this.ɗw.set(t,e);}static addCustomScriptTestCase(t,e,i){let r={testDefinition:{script:t,cases:[e]},customMessage:`Prebuild Test Case:
32
+ ${i}`};this.ɗbt.set(t,r);}static addCustomEventTestCase(t,e,i){let r={testDefinition:{script:t,cases:[e]},customMessage:`Prebuild Test Case:
33
+ ${i}`};this.ɗy.set(t,r);}};var ct=class{static convert(t){let e=false,i=t.indexOf('"');for(;i>=0;){let r=e?'"</b>':'<b>"';t=t.substring(0,i)+r+t.substring(i+1),e=!e,i=t.indexOf('"',i+r.length);}if(e)throw new Error("Quote is not closed.");return scriptEngineLib.RichTextValidator.validate(t,u.richTextTags),t}};var mt=()=>h__default.default.string().custom(n=>({type:"command",value:n})),ft=n=>h__default.default.object().keys({branchByCondition:h__default.default.array().items(h__default.default.object().keys({condition:h__default.default.string().optional(),actions:h__default.default.link("#"+n).default([]).optional()})).custom((t,e)=>{let i=t.length;if(i>1){for(let r=0;r<i-1;r++)if(t[r].condition===void 0)throw new Error(`Element at index ${r} must have "condition"`)}else if(i===1&&t[0].condition===void 0)throw new Error('Single element must have "condition"');return t})}).custom(t=>({type:"branchByCondition",value:t.branchByCondition})),Kt=n=>h__default.default.object().keys({branchByPlayerChoice:h__default.default.array().items(h__default.default.object().keys({text:h__default.default.string().min(2).required(),condition:h__default.default.string().optional(),actions:h__default.default.link("#"+n).default([]).optional()}))}).custom(t=>({type:"branchByPlayerChoice",value:t.branchByPlayerChoice})),dt=n=>h__default.default.object().keys({branchByChance:h__default.default.array().items(h__default.default.object().keys({label:h__default.default.string().optional(),weight:h__default.default.number().integer().min(1).max(100).required(),condition:h__default.default.string().optional(),actions:h__default.default.link("#"+n).default([]).optional()}))}).custom(t=>({type:"branchByChance",value:t.branchByChance})),Qt=()=>h__default.default.object().min(1).max(1).custom(n=>{let t=Object.keys(n);if(t.length!==1)throw new Error("object must have exactly one key/value pair");let e=t[0],i=n[e];if(typeof i!="string")throw new Error("value must be a string");return i=ct.convert(i),{type:"dialog",value:{text:i,speaker:e}}});var kt=new Set,Ie=h__default.default.object().keys({jumpTo:h__default.default.string().lazyReference("SCRIPT").required()}).custom(n=>({type:"jumpTo",value:n.jumpTo})),jt="ScriptActionsSchema",Pe=()=>h__default.default.array().items(h__default.default.alternatives().conditional(h__default.default.string(),{then:mt()}).conditional(h__default.default.object({jumpTo:h__default.default.exist()}).unknown(),{then:Ie}).conditional(h__default.default.object({branchByChance:h__default.default.exist()}).unknown(),{then:dt(jt)}).conditional(h__default.default.object({branchByCondition:h__default.default.exist()}).unknown(),{then:ft(jt)}).conditional(h__default.default.object({branchByPlayerChoice:h__default.default.exist()}).unknown(),{then:h__default.default.forbidden().messages({"any.unknown":"branchByPlayerChoice is not allowed in scripts"})}).conditional(h__default.default.object().min(1).max(1).unknown(),{then:h__default.default.forbidden().messages({"any.unknown":"dialogs are not allowed in scripts"})}).error(n=>n.map(t=>{if(t.code==="alternatives.any"){let e="command, jumpToScript, branchByCondition, branchByChance";t.message=`${t.local.label} does not match any of the allowed types: ${e}`;}return t}))).custom(n=>{let t=false,e=false;if(n.forEach(i=>{e?t=true:(i.type==="branchByCondition"||i.type==="branchByChance")&&(e=true);}),t)throw new Error("There should not be any command after branching.");return n}).id(jt);exports.ScriptComponent=class v extends g{async process(t,e){await e.addFile({path:"/_premade/script-engine-definitions/scripts.ts",preText:'import { ScriptDefinition } from "script-engine-lib";',variableName:"ScriptDefinitions",variableType:"Readonly<Record<string, ScriptDefinition>>",variable:helpersLib.JsonHelper.arrayToObject(t,"id")});}};exports.ScriptComponent=x([C({componentName:"SCRIPT",keyName:"id",validationSchema:h__default.default.object().keys({id:h__default.default.string().unique(kt).required(),actions:Pe().min(1).required()}).required()})],exports.ScriptComponent);j();var H=class{constructor(t,e,i){this.ɗad=e;this.ɗba=i;this.ɗbu=new scriptEngineLib.ScriptTestSimulator(t);}runTests(t,e){let i=[];return t.forEach(r=>{let o=false;r.cases.forEach((s,a)=>{if(!o){let p=new scriptEngineLib.JSEngine(new this.ɗad(r.scriptInput),{});try{this.ɗbu.simulateScript(r.script,p,s.actionsBeforeTesting);}catch(c){let d=this.ɗbj(c,r,a,e);i.push(d),o=true;}}});}),i}printErrors(t,e){t.length===0&&this.ɗbu.getUnvisitedBranchLocations().forEach(i=>e.addError({description:"Event branch is not reaced by any of the combinations during the tests.",location:this.ɗba.getLocationOfDefinition(i.scriptId,i.path)})),t.forEach(i=>e.addError(i));}ɗbj(t,e,i,r){if(t instanceof scriptEngineLib.SimulationError)return {description:e.customMessage?e.customMessage+`
34
+ `+t.message:t.message,location:this.ɗba.getLocationOfDefinition(t.location.scriptId,t.location.path)};if(t instanceof scriptEngineLib.ActionsBeforeTestingError){let o=e.customMessage?e.customMessage+`
35
+ `+t.message:t.message,s=this.ɗba.getLocationOfTestDefinition(e.testDefinitionRef,["cases",`${i}`,"actionsBeforeTesting",`${t.actionIndex}`]);return {description:o,location:s}}else if(t instanceof scriptEngineLib.BranchingBeforeTestingError){let o=this.ɗba.getLocationOfTestDefinition(e.testDefinitionRef,[]),s=`Running the test: ${r.convertLocationInFileToLink(o)}
36
+
37
+ `,a=t.message.indexOf(`
38
+ `,t.message.indexOf("Execution history"))+1,p=t.message.slice(0,a)+s+t.message.slice(a);return {description:e.customMessage?e.customMessage+`
39
+ `+p:p,location:this.ɗba.getLocationOfDefinition(t.location.scriptId,t.location.path)}}else throw t}};var je=h__default.default.string().custom(n=>({type:"command",value:n})),ke=h__default.default.object().keys({runScript:h__default.default.string().reference(exports.ScriptComponent).required()}).custom(n=>({type:"runScript",value:n.runScript})),Je=()=>h__default.default.array().items(h__default.default.alternatives().conditional(h__default.default.string(),{then:je}).conditional(h__default.default.object({runScript:h__default.default.exist()}).unknown(),{then:ke}).error(n=>n.map(t=>{if(t.code==="alternatives.any"){let e="command, runScript";t.message=`${t.local.label} does not match any of the allowed types: ${e}`;}return t}))).min(1);exports.ScriptTestComponent=class N extends g{async process(t,e){let i=exports.DefinitionStore.getDefinitions(exports.ScriptComponent),r=new H(i,u.scriptSimulatorFunctionsConstructor,this.ɗan()),o=t.map(c=>({cases:c.cases,script:exports.DefinitionStore.getDefinitionOrFail(exports.ScriptComponent,c.script),scriptInput:u.getScriptInput(c.script),testDefinitionRef:c})),s=u.getCustomScriptTestCases().map(c=>({cases:c.testDefinition.cases,script:exports.DefinitionStore.getDefinitionOrFail(exports.ScriptComponent,c.testDefinition.script),scriptInput:u.getScriptInput(c.testDefinition.script),testDefinitionRef:c.testDefinition,customMessage:c.customMessage})),a=o.concat(s),p=r.runTests(a,e);r.printErrors(p,e);}ɗan(){return {getLocationOfDefinition:(t,e)=>exports.DefinitionStore.getLocationInFileById(exports.ScriptComponent,t,e),getLocationOfTestDefinition:(t,e)=>{if(u.isCustomScriptTestCase(t)){let i=`Internal error: custom script test case is failing. Definition: ${JSON.stringify(t)}, Path: ${JSON.stringify(e)}`;throw new Error(i)}else return exports.DefinitionStore.getLocationInFile(exports.ScriptTestComponent,t,e)}}}};exports.ScriptTestComponent=x([C({componentName:"SCRIPT-TEST",validationSchema:h__default.default.object().keys({script:h__default.default.string().reference(exports.ScriptComponent).required(),cases:h__default.default.array().items(h__default.default.object().keys({actionsBeforeTesting:Je().default([]).optional()}).required()).required()}).required()})],exports.ScriptTestComponent);var Me=h__default.default.object().keys({jumpTo:h__default.default.string().lazyReference("EVENT").required()}).custom(n=>({type:"jumpTo",value:n.jumpTo})),ut="EventActionsSchema",Be=()=>h__default.default.array().items(h__default.default.alternatives().conditional(h__default.default.string(),{then:mt()}).conditional(h__default.default.object({jumpTo:h__default.default.exist()}).unknown(),{then:Me}).conditional(h__default.default.object({branchByChance:h__default.default.exist()}).unknown(),{then:dt(ut)}).conditional(h__default.default.object({branchByCondition:h__default.default.exist()}).unknown(),{then:ft(ut)}).conditional(h__default.default.object({branchByPlayerChoice:h__default.default.exist()}).unknown(),{then:Kt(ut)}).conditional(h__default.default.object().min(1).max(1).unknown(),{then:Qt()}).error(n=>n.map(t=>{if(t.code==="alternatives.any"){let e="command, jumpTo, branchByCondition, branchByPlayerChoice, branchByChance";t.message=`${t.local.label} does not match any of the allowed types: ${e}`;}return t}))).custom(n=>{let t=false,e=false;if(n.forEach(i=>{e?t=true:(i.type==="branchByCondition"||i.type==="branchByPlayerChoice"||i.type==="branchByChance")&&(e=true);}),t)throw new Error("There should not be any command after branching.");return n}).id(ut);exports.EventComponent=class b extends g{async process(t,e){await e.addFile({path:"/_premade/script-engine-definitions/events.ts",preText:'import { ScriptDefinition } from "script-engine-lib";',variableName:"EventDefinitions",variableType:"Readonly<Record<string, ScriptDefinition>>",variable:helpersLib.JsonHelper.arrayToObject(t,"id")});}};exports.EventComponent=x([C({componentName:"EVENT",keyName:"id",validationSchema:h__default.default.object().keys({id:h__default.default.string().unique(kt).required(),actions:Be().min(1).required()}).required()})],exports.EventComponent);j();var He=h__default.default.string().custom(n=>({type:"command",value:n})),qe=h__default.default.object().keys({runEvent:h__default.default.string().reference(exports.EventComponent).required()}).custom(n=>({type:"runScript",value:n.runEvent})),ze=()=>h__default.default.array().items(h__default.default.alternatives().conditional(h__default.default.string(),{then:He}).conditional(h__default.default.object({runEvent:h__default.default.exist()}).unknown(),{then:qe}).error(n=>n.map(t=>{if(t.code==="alternatives.any"){let e="command, runEvent";t.message=`${t.local.label} does not match any of the allowed types: ${e}`;}return t}))).min(1);exports.EventTestComponent=class V extends g{async process(t,e){let i=exports.DefinitionStore.getDefinitions(exports.EventComponent),r=new H(i,u.eventSimulatorFunctionsConstructor,this.ɗan()),o=r.runTests(t.map(s=>({cases:s.cases,script:exports.DefinitionStore.getDefinitionOrFail(exports.EventComponent,s.script),scriptInput:u.getEventInput(s.script),testDefinitionRef:s})),e);r.printErrors(o,e);}ɗan(){return {getLocationOfDefinition:(t,e)=>exports.DefinitionStore.getLocationInFileById(exports.EventComponent,t,e),getLocationOfTestDefinition:(t,e)=>exports.DefinitionStore.getLocationInFile(exports.EventTestComponent,t,e)}}};exports.EventTestComponent=x([C({componentName:"EVENT-TEST",validationSchema:h__default.default.object().keys({event:h__default.default.string().reference(exports.EventComponent).required(),cases:h__default.default.array().items(h__default.default.object().keys({actionsBeforeTesting:ze().default([]).optional()}).required()).required()}).required().custom(n=>({script:n.event,cases:n.cases}))})],exports.EventTestComponent);var Zt=false;function _e(n){return function(t){if(Zt)console.error("There can be only one definition generator!");else {Zt=true;let e=[...n.modules];u.isInitialized&&(e=[exports.ScriptComponent,exports.EventComponent,...e,exports.ScriptTestComponent,exports.EventTestComponent]),pt.process(e,n.indexFilePretext,n.outputIndexFile);}}}var Jt=class{};j();At();var Xt=()=>h__default.default.array().items(h__default.default.array().items(Ke().required()).min(3).required()).min(1),Ke=()=>h__default.default.object().keys({x:h__default.default.number().required(),y:h__default.default.number().required()}),Sn=()=>h__default.default.string().pattern(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/).custom(n=>helpersLib.ColorHelper.stringColorToRGBColor(n)),Dn=()=>h__default.default.number().min(-Math.PI).max(Math.PI),Cn=(n,t)=>h__default.default.array().items(n).max(t).custom(e=>{if(e.length>t)throw new Error(`Array exceeds maximum size of ${t}`);for(;e.length<t;)e.push(void 0);return e}).default(helpersLib.ArrayHelper.createEmptyArray(t)).optional();j();exports.SpriteComponent=class I extends g{async process(t,e){await e.addFile({path:"/_premade/assets/sprites.ts",preText:"import { AssetDefinition } from 'bard-legends-framework';",variableName:"SpriteAssets",variableType:"readonly AssetDefinition[]",assetUrl:"url",variable:t.map(i=>({id:i.id,url:i.url.url}))}),await e.addFile({path:"/_premade/asset-definitions/sprites.ts",preText:'import { SpriteDefinition } from "bard-legends-framework";',variableName:"SpriteDefinitions",variableType:"Readonly<Record<string, SpriteDefinition>>",variable:helpersLib.JsonHelper.arrayToObject(t,"id",{transformFunction:i=>({id:i.id,size:i.url.size,scale:i.scale,anchor:i.anchor,boundingShapes:i.boundingShapes})})});}};exports.SpriteComponent=x([C({componentName:"SPRITE",keyName:"id",validationSchema:h__default.default.object().keys({id:h__default.default.string().required(),url:h__default.default.string().sprite().required(),scale:h__default.default.number().min(.1).max(1).default(1).optional(),anchor:h__default.default.object().keys({x:h__default.default.number().min(0).max(1).required(),y:h__default.default.number().min(0).max(1).required()}).default({x:.5,y:.5}).optional(),boundingShapes:Xt().optional()}).positionOnSprite({selectSpriteDefinition:n=>n,positionsJsonPath:["$..boundingShapes[*][*]"],includeRotationFromAnchor:false}).required()})],exports.SpriteComponent);var Fn=()=>h__default.default.string().reference(exports.SpriteComponent).custom(n=>{let t=exports.DefinitionStore.getDefinitionOrFail(exports.SpriteComponent,n);if(t.url.size.x%4!==0)throw new Error(`Sprite width must be multiplier of four in order to keep the pixel perfection. Got: '${t.url.size.x}'`);if(t.url.size.y%4!==0)throw new Error(`Sprite height must be multiplier of four in order to keep the pixel perfection. Got: '${t.url.size.y}'`);return n}),On=n=>h__default.default.string().reference(exports.SpriteComponent).custom(t=>{let e=exports.DefinitionStore.getDefinitionOrFail(exports.SpriteComponent,t);if(n?.size){if(e.url.size.x!==n.size.x)throw new Error(`Sprite width must be '${n.size.x}px'. Got: '${e.url.size.x}'`);if(e.url.size.y!==n.size.y)throw new Error(`Sprite height must be '${n.size.y}px'. Got: '${e.url.size.y}'`)}if(n?.scale&&e.scale!==n.scale)throw new Error(`Sprite '${t}' scale must be '${n.scale}'. Got: '${e.scale}'`);return t});exports.SpriteGroupComponent=class U extends g{async process(t,e){await e.addFile({path:"/_premade/asset-definitions/sprite-groups.ts",preText:"",variableName:"SpriteGroupDefinitions",variableType:"Readonly<Record<string, readonly string[]>>",variable:helpersLib.JsonHelper.arrayToObject(t,"id",{transformFunction:i=>i.group})});}};exports.SpriteGroupComponent=x([C({componentName:"SPRITE-GROUP",keyName:"id",validationSchema:h__default.default.object().keys({id:h__default.default.string().required(),group:h__default.default.array().items(h__default.default.string().reference(exports.SpriteComponent)).unique().required()}).required()})],exports.SpriteGroupComponent);var Ye=`
40
+ export interface FontDefinition {
41
+ readonly id: string;
42
+ readonly fontFamily: string;
43
+ }`;exports.FontComponent=class G extends g{constructor(){super(),A.addPremadeInterface(Ye);}async process(t,e){await e.addFile({path:"/_premade/assets/fonts.ts",preText:"import { AssetDefinition } from 'bard-legends-framework';",variableName:"FontAssets",variableType:"readonly AssetDefinition[]",assetUrl:"url",variable:t.map(i=>({id:i.id,url:i.url}))}),await e.addFile({path:"/_premade/asset-definitions/fonts.ts",preText:'import { FontDefinition } from "../../";',variableName:"FontDefinitions",variableType:"Readonly<Record<string, FontDefinition>>",variable:helpersLib.JsonHelper.arrayToObject(t,"id",{transformFunction:i=>({id:i.id,fontFamily:i.fontFamily})})});}};exports.FontComponent=x([C({componentName:"FONT",keyName:"id",validationSchema:h__default.default.object().keys({id:h__default.default.string().required(),fontFamily:h__default.default.string().required(),url:h__default.default.string().path().required()}).required()})],exports.FontComponent);se();exports.DefinitionComponent=g;exports.DefinitionComponentDecorator=C;exports.DefinitionGenerator=Jt;exports.DefinitionGeneratorDecorator=_e;exports.FixedArraySchema=Cn;exports.HexColorSchema=Sn;exports.PixelPerfectSpriteSchema=Fn;exports.PoligonSchema=Xt;exports.RotationSchema=Dn;exports.ScriptTesting=Vt;exports.SingleDefinitionComponent=Q;exports.SpriteSchema=On;exports.Validator=O;exports.Vec2Schema=Ke;