@lionweb/validation 0.7.0-beta.9 → 0.7.0

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 (148) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +37 -37
  3. package/src/issues/ValidationIssue.ts +4 -4
  4. package/src/validators/LionWebChunkDefinitions.ts +1 -1
  5. package/src/validators/LionWebLanguageReferenceValidator.ts +3 -3
  6. package/src/validators/LionWebLanguageValidator.ts +2 -1
  7. package/src/validators/ValidationFunctions.ts +4 -10
  8. package/src/validators/generic/SyntaxValidator.ts +1 -54
  9. package/src/validators/generic/schema/DefinitionSchema.ts +13 -45
  10. package/dist/index.d.ts +0 -5
  11. package/dist/index.d.ts.map +0 -1
  12. package/dist/index.js +0 -5
  13. package/dist/index.js.map +0 -1
  14. package/dist/issues/LanguageIssues.d.ts +0 -99
  15. package/dist/issues/LanguageIssues.d.ts.map +0 -1
  16. package/dist/issues/LanguageIssues.js +0 -146
  17. package/dist/issues/LanguageIssues.js.map +0 -1
  18. package/dist/issues/ReferenceIssues.d.ts +0 -43
  19. package/dist/issues/ReferenceIssues.d.ts.map +0 -1
  20. package/dist/issues/ReferenceIssues.js +0 -53
  21. package/dist/issues/ReferenceIssues.js.map +0 -1
  22. package/dist/issues/SyntaxIssues.d.ts +0 -53
  23. package/dist/issues/SyntaxIssues.d.ts.map +0 -1
  24. package/dist/issues/SyntaxIssues.js +0 -81
  25. package/dist/issues/SyntaxIssues.js.map +0 -1
  26. package/dist/issues/ValidationIssue.d.ts +0 -15
  27. package/dist/issues/ValidationIssue.d.ts.map +0 -1
  28. package/dist/issues/ValidationIssue.js +0 -17
  29. package/dist/issues/ValidationIssue.js.map +0 -1
  30. package/dist/issues/index.d.ts +0 -5
  31. package/dist/issues/index.d.ts.map +0 -1
  32. package/dist/issues/index.js +0 -5
  33. package/dist/issues/index.js.map +0 -1
  34. package/dist/languages/CompositeLionWebLanguageWrapper.d.ts +0 -24
  35. package/dist/languages/CompositeLionWebLanguageWrapper.d.ts.map +0 -1
  36. package/dist/languages/CompositeLionWebLanguageWrapper.js +0 -56
  37. package/dist/languages/CompositeLionWebLanguageWrapper.js.map +0 -1
  38. package/dist/languages/LanguageRegistry.d.ts +0 -19
  39. package/dist/languages/LanguageRegistry.d.ts.map +0 -1
  40. package/dist/languages/LanguageRegistry.js +0 -37
  41. package/dist/languages/LanguageRegistry.js.map +0 -1
  42. package/dist/languages/LanguageUtils.d.ts +0 -35
  43. package/dist/languages/LanguageUtils.d.ts.map +0 -1
  44. package/dist/languages/LanguageUtils.js +0 -54
  45. package/dist/languages/LanguageUtils.js.map +0 -1
  46. package/dist/languages/LionCore-M3.json +0 -2356
  47. package/dist/languages/LionCore-builtins.json +0 -372
  48. package/dist/languages/LionWebLanguageWrapper.d.ts +0 -31
  49. package/dist/languages/LionWebLanguageWrapper.d.ts.map +0 -1
  50. package/dist/languages/LionWebLanguageWrapper.js +0 -69
  51. package/dist/languages/LionWebLanguageWrapper.js.map +0 -1
  52. package/dist/languages/MetaPointerMap.d.ts +0 -11
  53. package/dist/languages/MetaPointerMap.d.ts.map +0 -1
  54. package/dist/languages/MetaPointerMap.js +0 -39
  55. package/dist/languages/MetaPointerMap.js.map +0 -1
  56. package/dist/languages/index.d.ts +0 -3
  57. package/dist/languages/index.d.ts.map +0 -1
  58. package/dist/languages/index.js +0 -3
  59. package/dist/languages/index.js.map +0 -1
  60. package/dist/runners/FileUtils.d.ts +0 -6
  61. package/dist/runners/FileUtils.d.ts.map +0 -1
  62. package/dist/runners/FileUtils.js +0 -53
  63. package/dist/runners/FileUtils.js.map +0 -1
  64. package/dist/runners/RunCheckFolder.d.ts +0 -2
  65. package/dist/runners/RunCheckFolder.d.ts.map +0 -1
  66. package/dist/runners/RunCheckFolder.js +0 -6
  67. package/dist/runners/RunCheckFolder.js.map +0 -1
  68. package/dist/runners/RunCheckFolderWithLanguage.d.ts +0 -2
  69. package/dist/runners/RunCheckFolderWithLanguage.d.ts.map +0 -1
  70. package/dist/runners/RunCheckFolderWithLanguage.js +0 -40
  71. package/dist/runners/RunCheckFolderWithLanguage.js.map +0 -1
  72. package/dist/runners/RunCheckOneFile.d.ts +0 -2
  73. package/dist/runners/RunCheckOneFile.d.ts.map +0 -1
  74. package/dist/runners/RunCheckOneFile.js +0 -6
  75. package/dist/runners/RunCheckOneFile.js.map +0 -1
  76. package/dist/runners/RunCheckOneFileWithLanguage.d.ts +0 -2
  77. package/dist/runners/RunCheckOneFileWithLanguage.d.ts.map +0 -1
  78. package/dist/runners/RunCheckOneFileWithLanguage.js +0 -31
  79. package/dist/runners/RunCheckOneFileWithLanguage.js.map +0 -1
  80. package/dist/runners/RunLioncoreDiff.d.ts +0 -2
  81. package/dist/runners/RunLioncoreDiff.d.ts.map +0 -1
  82. package/dist/runners/RunLioncoreDiff.js +0 -22
  83. package/dist/runners/RunLioncoreDiff.js.map +0 -1
  84. package/dist/runners/Utils.d.ts +0 -7
  85. package/dist/runners/Utils.d.ts.map +0 -1
  86. package/dist/runners/Utils.js +0 -48
  87. package/dist/runners/Utils.js.map +0 -1
  88. package/dist/runners/index.d.ts +0 -3
  89. package/dist/runners/index.d.ts.map +0 -1
  90. package/dist/runners/index.js +0 -3
  91. package/dist/runners/index.js.map +0 -1
  92. package/dist/validators/LionWebChunkDefinitions.d.ts +0 -9
  93. package/dist/validators/LionWebChunkDefinitions.d.ts.map +0 -1
  94. package/dist/validators/LionWebChunkDefinitions.js +0 -100
  95. package/dist/validators/LionWebChunkDefinitions.js.map +0 -1
  96. package/dist/validators/LionWebLanguageReferenceValidator.d.ts +0 -21
  97. package/dist/validators/LionWebLanguageReferenceValidator.d.ts.map +0 -1
  98. package/dist/validators/LionWebLanguageReferenceValidator.js +0 -166
  99. package/dist/validators/LionWebLanguageReferenceValidator.js.map +0 -1
  100. package/dist/validators/LionWebLanguageValidator.d.ts +0 -23
  101. package/dist/validators/LionWebLanguageValidator.d.ts.map +0 -1
  102. package/dist/validators/LionWebLanguageValidator.js +0 -66
  103. package/dist/validators/LionWebLanguageValidator.js.map +0 -1
  104. package/dist/validators/LionWebReferenceValidator.d.ts +0 -43
  105. package/dist/validators/LionWebReferenceValidator.d.ts.map +0 -1
  106. package/dist/validators/LionWebReferenceValidator.js +0 -203
  107. package/dist/validators/LionWebReferenceValidator.js.map +0 -1
  108. package/dist/validators/LionWebSyntaxValidator.d.ts +0 -9
  109. package/dist/validators/LionWebSyntaxValidator.d.ts.map +0 -1
  110. package/dist/validators/LionWebSyntaxValidator.js +0 -11
  111. package/dist/validators/LionWebSyntaxValidator.js.map +0 -1
  112. package/dist/validators/LionWebValidator.d.ts +0 -24
  113. package/dist/validators/LionWebValidator.d.ts.map +0 -1
  114. package/dist/validators/LionWebValidator.js +0 -55
  115. package/dist/validators/LionWebValidator.js.map +0 -1
  116. package/dist/validators/ValidationFunctions.d.ts +0 -60
  117. package/dist/validators/ValidationFunctions.d.ts.map +0 -1
  118. package/dist/validators/ValidationFunctions.js +0 -110
  119. package/dist/validators/ValidationFunctions.js.map +0 -1
  120. package/dist/validators/generic/SyntaxValidator.d.ts +0 -51
  121. package/dist/validators/generic/SyntaxValidator.d.ts.map +0 -1
  122. package/dist/validators/generic/SyntaxValidator.js +0 -201
  123. package/dist/validators/generic/SyntaxValidator.js.map +0 -1
  124. package/dist/validators/generic/ValidationResult.d.ts +0 -8
  125. package/dist/validators/generic/ValidationResult.d.ts.map +0 -1
  126. package/dist/validators/generic/ValidationResult.js +0 -15
  127. package/dist/validators/generic/ValidationResult.js.map +0 -1
  128. package/dist/validators/generic/index.d.ts +0 -4
  129. package/dist/validators/generic/index.d.ts.map +0 -1
  130. package/dist/validators/generic/index.js +0 -4
  131. package/dist/validators/generic/index.js.map +0 -1
  132. package/dist/validators/generic/schema/DefinitionSchema.d.ts +0 -26
  133. package/dist/validators/generic/schema/DefinitionSchema.d.ts.map +0 -1
  134. package/dist/validators/generic/schema/DefinitionSchema.js +0 -75
  135. package/dist/validators/generic/schema/DefinitionSchema.js.map +0 -1
  136. package/dist/validators/generic/schema/ValidationTypes.d.ts +0 -101
  137. package/dist/validators/generic/schema/ValidationTypes.d.ts.map +0 -1
  138. package/dist/validators/generic/schema/ValidationTypes.js +0 -43
  139. package/dist/validators/generic/schema/ValidationTypes.js.map +0 -1
  140. package/dist/validators/generic/schema/index.d.ts +0 -3
  141. package/dist/validators/generic/schema/index.d.ts.map +0 -1
  142. package/dist/validators/generic/schema/index.js +0 -3
  143. package/dist/validators/generic/schema/index.js.map +0 -1
  144. package/dist/validators/index.d.ts +0 -9
  145. package/dist/validators/index.d.ts.map +0 -1
  146. package/dist/validators/index.js +0 -9
  147. package/dist/validators/index.js.map +0 -1
  148. package/tsconfig.json +0 -8
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=RunCheckFolderWithLanguage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunCheckFolderWithLanguage.d.ts","sourceRoot":"","sources":["../../src/runners/RunCheckFolderWithLanguage.ts"],"names":[],"mappings":""}
@@ -1,40 +0,0 @@
1
- import fs from "fs";
2
- import { LanguageRegistry } from "../languages/index.js";
3
- import { LionWebLanguageWrapper } from "../languages/LionWebLanguageWrapper.js";
4
- import { LionWebValidator } from "../validators/LionWebValidator.js";
5
- import { getFilesRecursive, printIssues } from "./Utils.js";
6
- const folder = process.argv[2];
7
- const language = process.argv[3];
8
- let totalSucceed = 0;
9
- let totalFailed = 0;
10
- const registry = new LanguageRegistry();
11
- const languageString = fs.readFileSync(language, "utf-8");
12
- const languageJson = JSON.parse(languageString);
13
- const languageValidator = new LionWebValidator(languageJson, registry);
14
- registry.addLanguage(new LionWebLanguageWrapper(languageJson));
15
- console.log("Language is " + language);
16
- languageValidator.validateSyntax();
17
- languageValidator.validateReferences();
18
- if (languageValidator.validationResult.hasErrors()) {
19
- console.log("===== Language errors, ignoring folder ======");
20
- printIssues(languageValidator.validationResult);
21
- process.exit(1);
22
- }
23
- for (const modelFile of getFilesRecursive(folder, [])) {
24
- const jsonString1 = fs.readFileSync(modelFile, "utf-8");
25
- const jsonModel = JSON.parse(jsonString1);
26
- const modelValidator = new LionWebValidator(jsonModel, registry);
27
- modelValidator.validateAll();
28
- if (modelValidator.validationResult.hasErrors()) {
29
- totalFailed++;
30
- // console.log("FAILED: " + modelFile)
31
- printIssues(modelValidator.validationResult, modelFile);
32
- }
33
- else {
34
- console.log("SUCCEEDED: " + modelFile);
35
- totalSucceed++;
36
- }
37
- }
38
- console.log("Total without errors: " + totalSucceed);
39
- console.log("Total with errors: " + totalFailed);
40
- //# sourceMappingURL=RunCheckFolderWithLanguage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunCheckFolderWithLanguage.js","sourceRoot":"","sources":["../../src/runners/RunCheckFolderWithLanguage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,CAAA;AACnB,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAA;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AACpE,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAE3D,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AAC9B,MAAM,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AAEhC,IAAI,YAAY,GAAG,CAAC,CAAA;AACpB,IAAI,WAAW,GAAG,CAAC,CAAA;AAEnB,MAAM,QAAQ,GAAG,IAAI,gBAAgB,EAAE,CAAA;AACvC,MAAM,cAAc,GAAG,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA;AACzD,MAAM,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;AAC/C,MAAM,iBAAiB,GAAG,IAAI,gBAAgB,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAA;AACtE,QAAQ,CAAC,WAAW,CAAC,IAAI,sBAAsB,CAAC,YAAY,CAAC,CAAC,CAAA;AAE9D,OAAO,CAAC,GAAG,CAAC,cAAc,GAAG,QAAQ,CAAC,CAAA;AACtC,iBAAiB,CAAC,cAAc,EAAE,CAAA;AAClC,iBAAiB,CAAC,kBAAkB,EAAE,CAAA;AACtC,IAAI,iBAAiB,CAAC,gBAAgB,CAAC,SAAS,EAAE,EAAE,CAAC;IACjD,OAAO,CAAC,GAAG,CAAC,+CAA+C,CAAC,CAAA;IAC5D,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAA;IAC/C,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AACnB,CAAC;AAED,KAAK,MAAM,SAAS,IAAI,iBAAiB,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,CAAC;IACpD,MAAM,WAAW,GAAG,EAAE,CAAC,YAAY,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;IACvD,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAA;IACzC,MAAM,cAAc,GAAG,IAAI,gBAAgB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAA;IAEhE,cAAc,CAAC,WAAW,EAAE,CAAA;IAC5B,IAAI,cAAc,CAAC,gBAAgB,CAAC,SAAS,EAAE,EAAE,CAAC;QAC9C,WAAW,EAAE,CAAA;QACb,sCAAsC;QACtC,WAAW,CAAC,cAAc,CAAC,gBAAgB,EAAE,SAAS,CAAC,CAAA;IAC3D,CAAC;SAAM,CAAC;QACJ,OAAO,CAAC,GAAG,CAAC,aAAa,GAAG,SAAS,CAAC,CAAA;QACtC,YAAY,EAAE,CAAA;IAClB,CAAC;AACL,CAAC;AAED,OAAO,CAAC,GAAG,CAAC,wBAAwB,GAAG,YAAY,CAAC,CAAA;AACpD,OAAO,CAAC,GAAG,CAAC,qBAAqB,GAAG,WAAW,CAAC,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=RunCheckOneFile.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunCheckOneFile.d.ts","sourceRoot":"","sources":["../../src/runners/RunCheckOneFile.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import { LanguageRegistry } from "../languages/index.js";
2
- import { validateFile } from "./FileUtils.js";
3
- const file1 = process.argv[2];
4
- const registry = new LanguageRegistry();
5
- validateFile(file1, registry);
6
- //# sourceMappingURL=RunCheckOneFile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunCheckOneFile.js","sourceRoot":"","sources":["../../src/runners/RunCheckOneFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,MAAM,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AAE7B,MAAM,QAAQ,GAAG,IAAI,gBAAgB,EAAE,CAAA;AACvC,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=RunCheckOneFileWithLanguage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunCheckOneFileWithLanguage.d.ts","sourceRoot":"","sources":["../../src/runners/RunCheckOneFileWithLanguage.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- import fs from "fs";
2
- import { LanguageRegistry } from "../languages/index.js";
3
- import { LionWebLanguageWrapper } from "../languages/LionWebLanguageWrapper.js";
4
- import { LionWebValidator } from "../validators/LionWebValidator.js";
5
- import { printIssues } from "./Utils.js";
6
- const modelFile = process.argv[2];
7
- const language = process.argv[3];
8
- if (modelFile !== null) {
9
- const jsonString1 = fs.readFileSync(modelFile, "utf-8");
10
- const jsonModel = JSON.parse(jsonString1);
11
- const languageString = fs.readFileSync(language, "utf-8");
12
- const languageJson = JSON.parse(languageString);
13
- const m3String = fs.readFileSync("src/json/LionCore_M3.json", "utf-8");
14
- const m3Json = JSON.parse(m3String);
15
- const builtinString = fs.readFileSync("src/json/LionCore_builtins.json", "utf-8");
16
- const builtinJson = JSON.parse(builtinString);
17
- const registry = new LanguageRegistry();
18
- registry.addLanguage(new LionWebLanguageWrapper(m3Json));
19
- registry.addLanguage(new LionWebLanguageWrapper(builtinJson));
20
- registry.addLanguage(new LionWebLanguageWrapper(languageJson));
21
- const languageValidator = new LionWebValidator(languageJson, registry);
22
- languageValidator.validateSyntax();
23
- languageValidator.validateReferences();
24
- console.log("===== Language errors ======");
25
- printIssues(languageValidator.validationResult);
26
- const modelValidator = new LionWebValidator(jsonModel, registry);
27
- modelValidator.validateAll();
28
- console.log("===== Model errors ======");
29
- printIssues(modelValidator.validationResult);
30
- }
31
- //# sourceMappingURL=RunCheckOneFileWithLanguage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunCheckOneFileWithLanguage.js","sourceRoot":"","sources":["../../src/runners/RunCheckOneFileWithLanguage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,CAAA;AACnB,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAA;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAExC,MAAM,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AACjC,MAAM,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AAEhC,IAAI,SAAS,KAAK,IAAI,EAAE,CAAC;IACrB,MAAM,WAAW,GAAG,EAAE,CAAC,YAAY,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;IACvD,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAA;IACzC,MAAM,cAAc,GAAG,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA;IACzD,MAAM,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;IAC/C,MAAM,QAAQ,GAAG,EAAE,CAAC,YAAY,CAAC,2BAA2B,EAAE,OAAO,CAAC,CAAA;IACtE,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAA;IACnC,MAAM,aAAa,GAAG,EAAE,CAAC,YAAY,CAAC,iCAAiC,EAAE,OAAO,CAAC,CAAA;IACjF,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAA;IAC7C,MAAM,QAAQ,GAAG,IAAI,gBAAgB,EAAE,CAAA;IACvC,QAAQ,CAAC,WAAW,CAAC,IAAI,sBAAsB,CAAC,MAAM,CAAC,CAAC,CAAA;IACxD,QAAQ,CAAC,WAAW,CAAC,IAAI,sBAAsB,CAAC,WAAW,CAAC,CAAC,CAAA;IAC7D,QAAQ,CAAC,WAAW,CAAC,IAAI,sBAAsB,CAAC,YAAY,CAAC,CAAC,CAAA;IAE9D,MAAM,iBAAiB,GAAG,IAAI,gBAAgB,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAA;IAEtE,iBAAiB,CAAC,cAAc,EAAE,CAAA;IAClC,iBAAiB,CAAC,kBAAkB,EAAE,CAAA;IACtC,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAA;IAC3C,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAA;IAE/C,MAAM,cAAc,GAAG,IAAI,gBAAgB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAA;IAChE,cAAc,CAAC,WAAW,EAAE,CAAA;IAC5B,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAA;IACxC,WAAW,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAA;AAChD,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=RunLioncoreDiff.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunLioncoreDiff.d.ts","sourceRoot":"","sources":["../../src/runners/RunLioncoreDiff.ts"],"names":[],"mappings":""}
@@ -1,22 +0,0 @@
1
- import { LionWebJsonDiff } from "@lionweb/json-diff";
2
- import fs from "fs";
3
- const file1 = process.argv[2];
4
- const file2 = process.argv[3];
5
- if (file1 !== null && file1 !== undefined) {
6
- const jsonString1 = fs.readFileSync(file1, "utf-8");
7
- const json1 = JSON.parse(jsonString1);
8
- const jsonString2 = fs.readFileSync(file2, "utf-8");
9
- const json2 = JSON.parse(jsonString2);
10
- const lwDiff = new LionWebJsonDiff();
11
- lwDiff.diffLwChunk(json1, json2);
12
- if (lwDiff.diffResult.changes.length === 0) {
13
- console.log("LionWebJsonDiff: equal");
14
- }
15
- else {
16
- console.log("LionWebJsonDiff: " + lwDiff.diff);
17
- }
18
- }
19
- else {
20
- console.log("Error in arguments");
21
- }
22
- //# sourceMappingURL=RunLioncoreDiff.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunLioncoreDiff.js","sourceRoot":"","sources":["../../src/runners/RunLioncoreDiff.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,MAAM,IAAI,CAAA;AAEnB,MAAM,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AAC7B,MAAM,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AAE7B,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;IACxC,MAAM,WAAW,GAAG,EAAE,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IACnD,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAA;IACrC,MAAM,WAAW,GAAG,EAAE,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IACnD,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAA;IAErC,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAA;IACpC,MAAM,CAAC,WAAW,CAAC,KAAyB,EAAE,KAAyB,CAAC,CAAA;IACxE,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACzC,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAA;IACzC,CAAC;SAAM,CAAC;QACJ,OAAO,CAAC,GAAG,CAAC,mBAAmB,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;IAClD,CAAC;AACL,CAAC;KAAM,CAAC;IACJ,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAA;AACrC,CAAC"}
@@ -1,7 +0,0 @@
1
- import { ValidationResult } from "../validators/generic/ValidationResult.js";
2
- export declare function getFilesRecursive(dirPath: string, arrayOfFiles: string[]): string[];
3
- export declare function getFilesDirect(dirPath: string, arrayOfFiles: string[]): string[];
4
- export declare function getAllDirectories(dirPath: string, arrayOfDirs: string[]): string[];
5
- export declare function printIssues(result: ValidationResult, file?: string): void;
6
- export declare function issuestoString(vresult: ValidationResult, file?: string): string;
7
- //# sourceMappingURL=Utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Utils.d.ts","sourceRoot":"","sources":["../../src/runners/Utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AAE5E,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAYxE;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAUrE;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,YAavE;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAEzE;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAI/E"}
@@ -1,48 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- export function getFilesRecursive(dirPath, arrayOfFiles) {
4
- const files = fs.readdirSync(dirPath);
5
- arrayOfFiles = arrayOfFiles || [];
6
- files.forEach(function (file) {
7
- if (fs.statSync(dirPath + "/" + file).isDirectory()) {
8
- arrayOfFiles = getFilesRecursive(dirPath + "/" + file, arrayOfFiles);
9
- }
10
- else {
11
- arrayOfFiles.push(path.join(dirPath, "/", file));
12
- }
13
- });
14
- return arrayOfFiles;
15
- }
16
- export function getFilesDirect(dirPath, arrayOfFiles) {
17
- const files = fs.readdirSync(dirPath);
18
- arrayOfFiles = arrayOfFiles || [];
19
- files.forEach(function (file) {
20
- if (fs.statSync(dirPath + "/" + file).isFile()) {
21
- arrayOfFiles.push(file);
22
- }
23
- });
24
- return arrayOfFiles;
25
- }
26
- export function getAllDirectories(dirPath, arrayOfDirs) {
27
- const files = fs.readdirSync(dirPath, { withFileTypes: true });
28
- arrayOfDirs = arrayOfDirs || [];
29
- files.forEach(function (file) {
30
- if (file.isDirectory()) {
31
- arrayOfDirs = getAllDirectories(dirPath + "/" + file.name, arrayOfDirs);
32
- arrayOfDirs.push(path.join(dirPath, "/", file.name));
33
- }
34
- else {
35
- // ignore files
36
- }
37
- });
38
- return arrayOfDirs;
39
- }
40
- export function printIssues(result, file) {
41
- result.issues.forEach(issue => console.log((file == undefined ? "" : `File ${file}: `) + issue.errorMsg()));
42
- }
43
- export function issuestoString(vresult, file) {
44
- let result = "ISSUES: ";
45
- vresult.issues.forEach(issue => (result += (file === undefined ? "NOFILE" : `File ${file}: `) + issue.errorMsg() + "\n"));
46
- return result;
47
- }
48
- //# sourceMappingURL=Utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Utils.js","sourceRoot":"","sources":["../../src/runners/Utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,CAAA;AACnB,OAAO,IAAI,MAAM,MAAM,CAAA;AAGvB,MAAM,UAAU,iBAAiB,CAAC,OAAe,EAAE,YAAsB;IACrE,MAAM,KAAK,GAAG,EAAE,CAAC,WAAW,CAAC,OAAO,CAAC,CAAA;IACrC,YAAY,GAAG,YAAY,IAAI,EAAE,CAAA;IAEjC,KAAK,CAAC,OAAO,CAAC,UAAU,IAAY;QAChC,IAAI,EAAE,CAAC,QAAQ,CAAC,OAAO,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC;YAClD,YAAY,GAAG,iBAAiB,CAAC,OAAO,GAAG,GAAG,GAAG,IAAI,EAAE,YAAY,CAAC,CAAA;QACxE,CAAC;aAAM,CAAC;YACJ,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC,CAAA;QACpD,CAAC;IACL,CAAC,CAAC,CAAA;IACF,OAAO,YAAY,CAAA;AACvB,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,OAAe,EAAE,YAAsB;IAClE,MAAM,KAAK,GAAG,EAAE,CAAC,WAAW,CAAC,OAAO,CAAC,CAAA;IACrC,YAAY,GAAG,YAAY,IAAI,EAAE,CAAA;IAEjC,KAAK,CAAC,OAAO,CAAC,UAAU,IAAY;QAChC,IAAI,EAAE,CAAC,QAAQ,CAAC,OAAO,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC;YAC7C,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;QAC3B,CAAC;IACL,CAAC,CAAC,CAAA;IACF,OAAO,YAAY,CAAA;AACvB,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,OAAe,EAAE,WAAqB;IACpE,MAAM,KAAK,GAAG,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAA;IAC9D,WAAW,GAAG,WAAW,IAAI,EAAE,CAAA;IAE/B,KAAK,CAAC,OAAO,CAAC,UAAU,IAAe;QACnC,IAAI,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YACrB,WAAW,GAAG,iBAAiB,CAAC,OAAO,GAAG,GAAG,GAAG,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAA;YACvE,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAA;QACxD,CAAC;aAAM,CAAC;YACJ,eAAe;QACnB,CAAC;IACL,CAAC,CAAC,CAAA;IACF,OAAO,WAAW,CAAA;AACtB,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,MAAwB,EAAE,IAAa;IAC/D,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,IAAI,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,IAAI,IAAI,CAAC,GAAG,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAA;AAC/G,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,OAAyB,EAAE,IAAa;IACnE,IAAI,MAAM,GAAG,UAAU,CAAA;IACvB,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,IAAI,IAAI,CAAC,GAAG,KAAK,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC,CAAC,CAAA;IACzH,OAAO,MAAM,CAAA;AACjB,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./FileUtils.js";
2
- export * from "./Utils.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/runners/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from "./FileUtils.js";
2
- export * from "./Utils.js";
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/runners/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA"}
@@ -1,9 +0,0 @@
1
- import { DefinitionSchema } from "./generic/index.js";
2
- /**
3
- * The structure below defines the structure of a LionWeb Chunk by defining all the properties.
4
- * It can
5
- * - be used by the SyntaxValidator to validate an object sat runtime.
6
- * - used to generate all the TypeScript types for a LionWebChunk.
7
- */
8
- export declare const LionWebSchema: DefinitionSchema;
9
- //# sourceMappingURL=LionWebChunkDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LionWebChunkDefinitions.d.ts","sourceRoot":"","sources":["../../src/validators/LionWebChunkDefinitions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2C,MAAM,oBAAoB,CAAA;AAG9F;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,gBA0F1B,CAAA"}
@@ -1,100 +0,0 @@
1
- import { DefinitionSchema, MAY_BE_NULL, PropertyDef, PrimitiveDef } from "./generic/index.js";
2
- import { validateId, validateKey, validateSerializationFormatVersion, validateVersion } from "./ValidationFunctions.js";
3
- /**
4
- * The structure below defines the structure of a LionWeb Chunk by defining all the properties.
5
- * It can
6
- * - be used by the SyntaxValidator to validate an object sat runtime.
7
- * - used to generate all the TypeScript types for a LionWebChunk.
8
- */
9
- export const LionWebSchema = new DefinitionSchema([], [
10
- {
11
- name: "LionWebJsonMetaPointer",
12
- properties: [
13
- PropertyDef({ name: "key", type: "LionWebKey" }),
14
- PropertyDef({ name: "version", type: "LionWebVersion" }),
15
- PropertyDef({ name: "language", type: "LionWebKey" })
16
- ]
17
- },
18
- {
19
- name: "LionWebJsonMetaPointer",
20
- properties: [
21
- PropertyDef({ name: "key", type: "LionWebKey" }),
22
- PropertyDef({ name: "version", type: "LionWebVersion" }),
23
- PropertyDef({ name: "language", type: "LionWebKey" }),
24
- ]
25
- },
26
- {
27
- name: "ResponseMessage",
28
- properties: [
29
- PropertyDef({ name: "kind", type: "JSstring" }),
30
- PropertyDef({ name: "message", type: "JSstring" }),
31
- PropertyDef({ name: "data", type: "JSobject", mayBeNull: true, isOptional: true })
32
- ]
33
- },
34
- {
35
- name: "LionWebJsonChunk",
36
- properties: [
37
- PropertyDef({ name: "serializationFormatVersion", type: "LionWebSerializationFormatVersion" }),
38
- PropertyDef({ name: "languages", type: "LionWebJsonUsedLanguage", isList: true }),
39
- PropertyDef({ name: "nodes", type: "LionWebJsonNode", isList: true })
40
- ]
41
- },
42
- {
43
- name: "LionWebJsonUsedLanguage",
44
- properties: [
45
- PropertyDef({ name: "key", type: "LionWebKey" }),
46
- PropertyDef({ name: "version", type: "LionWebVersion" })
47
- ]
48
- },
49
- {
50
- name: "LionWebJsonNode",
51
- properties: [
52
- PropertyDef({ name: "id", type: "LionWebId" }),
53
- PropertyDef({ name: "classifier", type: "LionWebJsonMetaPointer" }),
54
- PropertyDef({ name: "properties", type: "LionWebJsonProperty", isList: true }),
55
- PropertyDef({ name: "containments", type: "LionWebJsonContainment", isList: true }),
56
- PropertyDef({ name: "references", type: "LionWebJsonReference", isList: true }),
57
- PropertyDef({ name: "annotations", type: "LionWebId", isList: true }),
58
- PropertyDef({ name: "parent", type: "LionWebId", mayBeNull: MAY_BE_NULL }),
59
- ]
60
- },
61
- {
62
- name: "LionWebJsonProperty",
63
- properties: [
64
- PropertyDef({ name: "property", type: "LionWebJsonMetaPointer" }),
65
- PropertyDef({ name: "value", type: "JSstring", mayBeNull: MAY_BE_NULL }),
66
- ]
67
- },
68
- {
69
- name: "LionWebJsonContainment",
70
- properties: [
71
- PropertyDef({ name: "containment", type: "LionWebJsonMetaPointer" }),
72
- PropertyDef({ name: "children", type: "LionWebId", isList: true }),
73
- ]
74
- },
75
- {
76
- name: "LionWebJsonReference",
77
- properties: [
78
- PropertyDef({ name: "reference", type: "LionWebJsonMetaPointer" }),
79
- PropertyDef({ name: "targets", type: "LionWebJsonReferenceTarget", isList: true }),
80
- ]
81
- },
82
- {
83
- name: "LionWebJsonReferenceTarget",
84
- properties: [
85
- PropertyDef({ name: "resolveInfo", type: "JSstring", mayBeNull: MAY_BE_NULL }),
86
- PropertyDef({ name: "reference", type: "LionWebId", mayBeNull: MAY_BE_NULL }),
87
- ]
88
- },
89
- /**
90
- * Elements without properties are assumed to be JSON/JS primitive values, and tested using `typeof`
91
- * and the (optional) validate function.
92
- */
93
- PrimitiveDef({ name: "LionWebId", primitiveType: "string", validate: validateId }),
94
- PrimitiveDef({ name: "LionWebKey", primitiveType: "string", validate: validateKey }),
95
- PrimitiveDef({ name: "LionWebVersion", primitiveType: "string", validate: validateVersion }),
96
- PrimitiveDef({ name: "LionWebSerializationFormatVersion", primitiveType: "string", validate: validateSerializationFormatVersion }),
97
- PrimitiveDef({ name: "JSstring", primitiveType: "string" }),
98
- PrimitiveDef({ name: "JSobject", primitiveType: "object" }),
99
- ]);
100
- //# sourceMappingURL=LionWebChunkDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LionWebChunkDefinitions.js","sourceRoot":"","sources":["../../src/validators/LionWebChunkDefinitions.ts"],"names":[],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- import { LionWebJsonNode, LionWebJsonProperty } from "@lionweb/json";
2
- import { JsonContext, LionWebJsonChunkWrapper } from "@lionweb/json-utils";
3
- import { LanguageRegistry } from "../languages/index.js";
4
- import { ValidationResult } from "./generic/ValidationResult.js";
5
- /**
6
- * Check against the language definition
7
- */
8
- export declare class LionWebLanguageReferenceValidator {
9
- private registry;
10
- validationResult: ValidationResult;
11
- constructor(validationResult: ValidationResult, registry: LanguageRegistry);
12
- validate(obj: LionWebJsonChunkWrapper): void;
13
- private validateContainment;
14
- private validateReference;
15
- /**
16
- * Checks wwhether the value of `prop1` is correct in relation with its property definition in the referred language.
17
- * @param prop
18
- */
19
- validateProperty(node: LionWebJsonNode, nodeConcept: LionWebJsonNode | undefined, prop: LionWebJsonProperty, context: JsonContext): void;
20
- }
21
- //# sourceMappingURL=LionWebLanguageReferenceValidator.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LionWebLanguageReferenceValidator.d.ts","sourceRoot":"","sources":["../../src/validators/LionWebLanguageReferenceValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8C,eAAe,EAAE,mBAAmB,EAAwB,MAAM,eAAe,CAAA;AACtI,OAAO,EACH,WAAW,EAGX,uBAAuB,EAI1B,MAAM,qBAAqB,CAAA;AAmB5B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAIhE;;GAEG;AACH,qBAAa,iCAAiC;IAGM,OAAO,CAAC,QAAQ;IAFhE,gBAAgB,EAAE,gBAAgB,CAAA;gBAEtB,gBAAgB,EAAE,gBAAgB,EAAU,QAAQ,EAAE,gBAAgB;IASlF,QAAQ,CAAC,GAAG,EAAE,uBAAuB,GAAG,IAAI;IAoB5C,OAAO,CAAC,mBAAmB;IAmB3B,OAAO,CAAC,iBAAiB;IAwBzB;;;OAGG;IACH,gBAAgB,CAAC,IAAI,EAAE,eAAe,EAAE,WAAW,EAAE,eAAe,GAAG,SAAS,EAAE,IAAI,EAAE,mBAAmB,EAAE,OAAO,EAAE,WAAW,GAAG,IAAI;CAqF3I"}
@@ -1,166 +0,0 @@
1
- import { isEqualMetaPointer } from "@lionweb/json";
2
- import { JsonContext, LION_CORE_BUILTINS_INAMED_NAME, LIONWEB_BOOLEAN_TYPE, LIONWEB_INTEGER_TYPE, LIONWEB_JSON_TYPE, LIONWEB_STRING_TYPE, M3_Keys, MetaPointers, NodeUtils } from "@lionweb/json-utils";
3
- import { Language_ContainmentMetaPointerNotInClass_Issue, Language_IncorrectPropertyMetaPointer_Issue, Language_PropertyMetaPointerNotInClass_Issue, Language_PropertyValue_Issue, Language_ReferenceMetaPointerNotInClass_Issue, Language_UnknownConcept_Issue } from "../issues/index.js";
4
- import { Language_IncorrectContainmentMetaPointer_Issue, Language_IncorrectReferenceMetaPointer_Issue, Language_UnknownContainment_Issue, Language_UnknownProperty_Issue, Language_UnknownReference_Issue } from "../issues/LanguageIssues.js";
5
- import { validateBoolean, validateInteger, validateJSON } from "./ValidationFunctions.js";
6
- /**
7
- * Check against the language definition
8
- */
9
- export class LionWebLanguageReferenceValidator {
10
- constructor(validationResult, registry) {
11
- this.registry = registry;
12
- this.validationResult = validationResult;
13
- }
14
- // reset() {
15
- // this.validationResult.reset();
16
- // }
17
- // TODO test reference and children implementation
18
- validate(obj) {
19
- obj.jsonChunk.nodes.forEach((node, nodeIndex) => {
20
- const nodeContext = new JsonContext(null, ["node", nodeIndex]);
21
- const nodeConcept = this.registry.getNodeByMetaPointer(node.classifier);
22
- if (nodeConcept === undefined && nodeContext !== undefined) {
23
- this.validationResult.issue(new Language_UnknownConcept_Issue(nodeContext, node.classifier));
24
- return;
25
- }
26
- node.properties.forEach((property, propIndex) => {
27
- this.validateProperty(node, nodeConcept, property, nodeContext.concat("properties", propIndex));
28
- });
29
- node.containments.forEach((containment, childIndex) => {
30
- this.validateContainment(node, nodeConcept, containment, nodeContext.concat("containments", childIndex));
31
- });
32
- node.references.forEach((reference, refIndex) => {
33
- this.validateReference(node, nodeConcept, reference, nodeContext.concat("references", refIndex));
34
- });
35
- });
36
- }
37
- validateContainment(node, nodeConcept, containment, context) {
38
- const metaConcept = this.registry.getNodeByMetaPointer(containment.containment);
39
- if (metaConcept === null || metaConcept === undefined) {
40
- this.validationResult.issue(new Language_UnknownContainment_Issue(context, containment.containment));
41
- return;
42
- }
43
- if (metaConcept.classifier.key !== M3_Keys.Containment) {
44
- this.validationResult.issue(new Language_IncorrectContainmentMetaPointer_Issue(context, containment.containment, metaConcept.classifier.key));
45
- }
46
- if (nodeConcept !== undefined) {
47
- const cons = this.registry.languages.allContainments(nodeConcept);
48
- if (!cons.includes(metaConcept)) {
49
- this.validationResult.issue(new Language_ContainmentMetaPointerNotInClass_Issue(context, containment.containment, nodeConcept));
50
- return;
51
- }
52
- }
53
- // TODO check type of children
54
- }
55
- validateReference(node, nodeConcept, ref, context) {
56
- const referenceDefinition = this.registry.getNodeByMetaPointer(ref.reference);
57
- if (referenceDefinition === null || referenceDefinition === undefined) {
58
- this.validationResult.issue(new Language_UnknownReference_Issue(context, ref.reference));
59
- return;
60
- }
61
- if (referenceDefinition.classifier.key !== M3_Keys.Reference) {
62
- this.validationResult.issue(new Language_IncorrectReferenceMetaPointer_Issue(context, ref.reference, referenceDefinition.classifier.key));
63
- }
64
- if (nodeConcept !== undefined) {
65
- const refs = this.registry.languages.allReferenceDefinitions(nodeConcept);
66
- if (!refs.includes(referenceDefinition)) {
67
- this.validationResult.issue(new Language_ReferenceMetaPointerNotInClass_Issue(context, ref.reference, nodeConcept));
68
- return;
69
- }
70
- }
71
- // TODO Check type of reference (if possible)
72
- // TODO Check for duplicate targets?
73
- // No, already done without language check
74
- // If so, what to check because there can be either or both a `resolveInfo` and a `reference`
75
- }
76
- /**
77
- * Checks wwhether the value of `prop1` is correct in relation with its property definition in the referred language.
78
- * @param prop
79
- */
80
- validateProperty(node, nodeConcept, prop, context) {
81
- if (prop.value === null) {
82
- return;
83
- }
84
- const propertyDefinition = this.registry.getNodeByMetaPointer(prop.property);
85
- if (propertyDefinition === undefined) {
86
- this.validationResult.issue(new Language_UnknownProperty_Issue(context, prop.property));
87
- return;
88
- }
89
- if (propertyDefinition.classifier.key !== M3_Keys.Property) {
90
- this.validationResult.issue(new Language_IncorrectPropertyMetaPointer_Issue(context, prop.property, propertyDefinition.classifier.key));
91
- return;
92
- }
93
- if (nodeConcept !== undefined) {
94
- const props = this.registry.languages.allProperties(nodeConcept);
95
- if (!props.includes(propertyDefinition)) {
96
- this.validationResult.issue(new Language_PropertyMetaPointerNotInClass_Issue(context, prop.property, nodeConcept));
97
- return;
98
- }
99
- }
100
- const refType = NodeUtils.findReference(propertyDefinition, MetaPointers.PropertyType);
101
- // const refType = propertyDefinition.references.find(ref => isEqualMetaPointer(ref.reference, MetaPointers.PropertyType))
102
- const propertyName = propertyDefinition.properties.find(p => p.property.key === LION_CORE_BUILTINS_INAMED_NAME)?.value;
103
- // console.log("Found type should be " + refType.targets[0].reference);
104
- if (propertyName !== null && propertyName !== undefined) {
105
- if (refType !== null && refType !== undefined) {
106
- const typeReferenceId = refType.targets[0].reference;
107
- switch (typeReferenceId) {
108
- case LIONWEB_BOOLEAN_TYPE:
109
- validateBoolean(prop.value, this.validationResult, context);
110
- break;
111
- case LIONWEB_INTEGER_TYPE:
112
- validateInteger(prop.value, this.validationResult, context);
113
- break;
114
- case LIONWEB_STRING_TYPE:
115
- // Each string is correct and having another JSON type is already captured
116
- break;
117
- case LIONWEB_JSON_TYPE:
118
- validateJSON(prop.value, this.validationResult, context);
119
- break;
120
- default: {
121
- // Check for enumeration
122
- // console.log("validateProperty: 0")
123
- const propTypeReference = NodeUtils.findReference(propertyDefinition, MetaPointers.PropertyType);
124
- if (propTypeReference === undefined) {
125
- // console.log("validateProperty: 1")
126
- break;
127
- }
128
- const propType = this.registry.findNode(propTypeReference.targets[0].reference);
129
- if (propType === undefined) {
130
- // console.log("validateProperty: 1.4 for " + prop.value + " ==> " + propTypeReference.targets[0].reference)
131
- break;
132
- }
133
- let match = false;
134
- if (isEqualMetaPointer(propType.classifier, MetaPointers.Enumeration)) {
135
- const literalsContainment = NodeUtils.findContainment(propType, MetaPointers.EnumerationLiterals);
136
- if (literalsContainment === undefined) {
137
- // console.log("validateProperty: 2")
138
- break;
139
- }
140
- const literals = literalsContainment.children.map(child => this.registry.findNode(child));
141
- match = literals.some(lit => {
142
- if (lit === undefined) {
143
- // console.log("validateProperty: 3")
144
- return false;
145
- }
146
- const litKeyProp = NodeUtils.findProperty(lit, MetaPointers.IKeyedKey);
147
- if (litKeyProp === undefined) {
148
- // console.log("validateProperty: 4")
149
- return false;
150
- }
151
- return prop.value === litKeyProp.value;
152
- });
153
- }
154
- if (!match) {
155
- this.validationResult.issue(new Language_PropertyValue_Issue(context, prop.property.key, prop.value, propType.classifier.key));
156
- }
157
- }
158
- }
159
- }
160
- else {
161
- // TODO refType not found, but
162
- }
163
- }
164
- }
165
- }
166
- //# sourceMappingURL=LionWebLanguageReferenceValidator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LionWebLanguageReferenceValidator.js","sourceRoot":"","sources":["../../src/validators/LionWebLanguageReferenceValidator.ts"],"names":[],"mappings":"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"}
@@ -1,23 +0,0 @@
1
- import { LionWebJsonChunk, LionWebJsonNode } from "@lionweb/json";
2
- import { LionWebJsonChunkWrapper } from "@lionweb/json-utils";
3
- import { LanguageRegistry } from "../languages/index.js";
4
- import { ValidationResult } from "./generic/ValidationResult.js";
5
- /**
6
- * Validates whether a chunk is a valid language definition
7
- */
8
- export declare class LionWebLanguageValidator {
9
- private registry;
10
- validationResult: ValidationResult;
11
- chunkWrapper: LionWebJsonChunkWrapper | undefined;
12
- constructor(validationResult: ValidationResult, registry: LanguageRegistry);
13
- /**
14
- * Check whether the metamodel is a Language.
15
- * Assumption is that _chunk_ is already validated as a correct :LionWebJsonChunk
16
- * @param chunk
17
- */
18
- validateLanguage(chunk: LionWebJsonChunk): void;
19
- validateConcept(node: LionWebJsonNode): void;
20
- validateNode(node: LionWebJsonNode): void;
21
- validateProperties(node: LionWebJsonNode, classifier: LionWebJsonNode): void;
22
- }
23
- //# sourceMappingURL=LionWebLanguageValidator.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LionWebLanguageValidator.d.ts","sourceRoot":"","sources":["../../src/validators/LionWebLanguageValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AACrF,OAAO,EAAoC,uBAAuB,EAAgB,MAAM,qBAAqB,CAAA;AAG7G,OAAO,EAAa,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAEhE;;GAEG;AACH,qBAAa,wBAAwB;IAKe,OAAO,CAAC,QAAQ;IAJhE,gBAAgB,EAAE,gBAAgB,CAAA;IAClC,YAAY,EAAE,uBAAuB,GAAG,SAAS,CAAA;gBAGrC,gBAAgB,EAAE,gBAAgB,EAAU,QAAQ,EAAE,gBAAgB;IAKlF;;;;OAIG;IACH,gBAAgB,CAAC,KAAK,EAAE,gBAAgB;IAqBxC,eAAe,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI;IAS5C,YAAY,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI;IAWzC,kBAAkB,CAAC,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,eAAe,GAAG,IAAI;CAW/E"}