@eui/mcp 1.0.3 → 1.2.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 (314) hide show
  1. package/dist/config/__tests__/schema.property.test.d.ts +2 -0
  2. package/dist/config/__tests__/schema.property.test.d.ts.map +1 -0
  3. package/dist/config/__tests__/schema.property.test.js +203 -0
  4. package/dist/config/__tests__/schema.property.test.js.map +1 -0
  5. package/dist/config/__tests__/schema.test.d.ts +2 -0
  6. package/dist/config/__tests__/schema.test.d.ts.map +1 -0
  7. package/dist/config/__tests__/schema.test.js +454 -0
  8. package/dist/config/__tests__/schema.test.js.map +1 -0
  9. package/dist/config/loader.js +4 -4
  10. package/dist/config/loader.js.map +1 -1
  11. package/dist/index.js +2 -2
  12. package/dist/index.js.map +1 -1
  13. package/dist/loader/__tests__/cache-manager.property.test.d.ts +2 -0
  14. package/dist/loader/__tests__/cache-manager.property.test.d.ts.map +1 -0
  15. package/dist/loader/__tests__/cache-manager.property.test.js +245 -0
  16. package/dist/loader/__tests__/cache-manager.property.test.js.map +1 -0
  17. package/dist/loader/__tests__/cache-manager.test.d.ts +2 -0
  18. package/dist/loader/__tests__/cache-manager.test.d.ts.map +1 -0
  19. package/dist/loader/__tests__/cache-manager.test.js +256 -0
  20. package/dist/loader/__tests__/cache-manager.test.js.map +1 -0
  21. package/dist/loader/__tests__/documentation-loader.integration.test.d.ts +2 -0
  22. package/dist/loader/__tests__/documentation-loader.integration.test.d.ts.map +1 -0
  23. package/dist/loader/__tests__/documentation-loader.integration.test.js +498 -0
  24. package/dist/loader/__tests__/documentation-loader.integration.test.js.map +1 -0
  25. package/dist/loader/__tests__/documentation-loader.property.test.d.ts +2 -0
  26. package/dist/loader/__tests__/documentation-loader.property.test.d.ts.map +1 -0
  27. package/dist/loader/__tests__/documentation-loader.property.test.js +258 -0
  28. package/dist/loader/__tests__/documentation-loader.property.test.js.map +1 -0
  29. package/dist/loader/__tests__/errors.test.d.ts +2 -0
  30. package/dist/loader/__tests__/errors.test.d.ts.map +1 -0
  31. package/dist/loader/__tests__/errors.test.js +132 -0
  32. package/dist/loader/__tests__/errors.test.js.map +1 -0
  33. package/dist/loader/__tests__/http-client.property.test.d.ts +2 -0
  34. package/dist/loader/__tests__/http-client.property.test.d.ts.map +1 -0
  35. package/dist/loader/__tests__/http-client.property.test.js +288 -0
  36. package/dist/loader/__tests__/http-client.property.test.js.map +1 -0
  37. package/dist/loader/__tests__/http-client.test.d.ts +2 -0
  38. package/dist/loader/__tests__/http-client.test.d.ts.map +1 -0
  39. package/dist/loader/__tests__/http-client.test.js +497 -0
  40. package/dist/loader/__tests__/http-client.test.js.map +1 -0
  41. package/dist/loader/__tests__/local-documentation-source.property.test.d.ts +2 -0
  42. package/dist/loader/__tests__/local-documentation-source.property.test.d.ts.map +1 -0
  43. package/dist/loader/__tests__/local-documentation-source.property.test.js +373 -0
  44. package/dist/loader/__tests__/local-documentation-source.property.test.js.map +1 -0
  45. package/dist/loader/__tests__/local-documentation-source.test.d.ts +2 -0
  46. package/dist/loader/__tests__/local-documentation-source.test.d.ts.map +1 -0
  47. package/dist/loader/__tests__/local-documentation-source.test.js +544 -0
  48. package/dist/loader/__tests__/local-documentation-source.test.js.map +1 -0
  49. package/dist/loader/__tests__/path-type-detector.property.test.d.ts +2 -0
  50. package/dist/loader/__tests__/path-type-detector.property.test.d.ts.map +1 -0
  51. package/dist/loader/__tests__/path-type-detector.property.test.js +245 -0
  52. package/dist/loader/__tests__/path-type-detector.property.test.js.map +1 -0
  53. package/dist/loader/__tests__/path-type-detector.test.d.ts +2 -0
  54. package/dist/loader/__tests__/path-type-detector.test.d.ts.map +1 -0
  55. package/dist/loader/__tests__/path-type-detector.test.js +390 -0
  56. package/dist/loader/__tests__/path-type-detector.test.js.map +1 -0
  57. package/dist/loader/__tests__/remote-documentation-source.property.test.d.ts +2 -0
  58. package/dist/loader/__tests__/remote-documentation-source.property.test.d.ts.map +1 -0
  59. package/dist/loader/__tests__/remote-documentation-source.property.test.js +462 -0
  60. package/dist/loader/__tests__/remote-documentation-source.property.test.js.map +1 -0
  61. package/dist/loader/__tests__/remote-documentation-source.test.d.ts +2 -0
  62. package/dist/loader/__tests__/remote-documentation-source.test.d.ts.map +1 -0
  63. package/dist/loader/__tests__/remote-documentation-source.test.js +707 -0
  64. package/dist/loader/__tests__/remote-documentation-source.test.js.map +1 -0
  65. package/dist/loader/remote-documentation-source.d.ts +0 -4
  66. package/dist/loader/remote-documentation-source.d.ts.map +1 -1
  67. package/dist/loader/remote-documentation-source.js +1 -4
  68. package/dist/loader/remote-documentation-source.js.map +1 -1
  69. package/dist/main.js +0 -0
  70. package/dist/main.js.map +1 -1
  71. package/dist/mcp/__tests__/server.property.test.d.ts +2 -0
  72. package/dist/mcp/__tests__/server.property.test.d.ts.map +1 -0
  73. package/dist/mcp/__tests__/server.property.test.js +286 -0
  74. package/dist/mcp/__tests__/server.property.test.js.map +1 -0
  75. package/dist/mcp/__tests__/server.test.d.ts +2 -0
  76. package/dist/mcp/__tests__/server.test.d.ts.map +1 -0
  77. package/dist/mcp/__tests__/server.test.js +101 -0
  78. package/dist/mcp/__tests__/server.test.js.map +1 -0
  79. package/dist/mcp/server.d.ts.map +1 -1
  80. package/dist/mcp/server.js +16 -4
  81. package/dist/mcp/server.js.map +1 -1
  82. package/dist/publish/__tests__/publish-utils.test.d.ts +5 -0
  83. package/dist/publish/__tests__/publish-utils.test.d.ts.map +1 -0
  84. package/dist/publish/__tests__/publish-utils.test.js +189 -0
  85. package/dist/publish/__tests__/publish-utils.test.js.map +1 -0
  86. package/dist/query/__tests__/deprecation-parser.test.d.ts +2 -0
  87. package/dist/query/__tests__/deprecation-parser.test.d.ts.map +1 -0
  88. package/dist/query/__tests__/deprecation-parser.test.js +154 -0
  89. package/dist/query/__tests__/deprecation-parser.test.js.map +1 -0
  90. package/dist/query/__tests__/deprecation-query.test.d.ts +2 -0
  91. package/dist/query/__tests__/deprecation-query.test.d.ts.map +1 -0
  92. package/dist/query/__tests__/deprecation-query.test.js +199 -0
  93. package/dist/query/__tests__/deprecation-query.test.js.map +1 -0
  94. package/dist/query/__tests__/index-builder-debug.test.d.ts +2 -0
  95. package/dist/query/__tests__/index-builder-debug.test.d.ts.map +1 -0
  96. package/dist/query/__tests__/index-builder-debug.test.js +34 -0
  97. package/dist/query/__tests__/index-builder-debug.test.js.map +1 -0
  98. package/dist/query/__tests__/index-builder.property.test.d.ts +2 -0
  99. package/dist/query/__tests__/index-builder.property.test.d.ts.map +1 -0
  100. package/dist/query/__tests__/index-builder.property.test.js +422 -0
  101. package/dist/query/__tests__/index-builder.property.test.js.map +1 -0
  102. package/dist/query/__tests__/index-builder.test.d.ts +2 -0
  103. package/dist/query/__tests__/index-builder.test.d.ts.map +1 -0
  104. package/dist/query/__tests__/index-builder.test.js +55 -0
  105. package/dist/query/__tests__/index-builder.test.js.map +1 -0
  106. package/dist/query/__tests__/result-formatter-deprecation.test.d.ts +2 -0
  107. package/dist/query/__tests__/result-formatter-deprecation.test.d.ts.map +1 -0
  108. package/dist/query/__tests__/result-formatter-deprecation.test.js +159 -0
  109. package/dist/query/__tests__/result-formatter-deprecation.test.js.map +1 -0
  110. package/dist/query/__tests__/result-formatter.integration.test.d.ts +2 -0
  111. package/dist/query/__tests__/result-formatter.integration.test.d.ts.map +1 -0
  112. package/dist/query/__tests__/result-formatter.integration.test.js +140 -0
  113. package/dist/query/__tests__/result-formatter.integration.test.js.map +1 -0
  114. package/dist/query/__tests__/result-formatter.property.test.d.ts +2 -0
  115. package/dist/query/__tests__/result-formatter.property.test.d.ts.map +1 -0
  116. package/dist/query/__tests__/result-formatter.property.test.js +163 -0
  117. package/dist/query/__tests__/result-formatter.property.test.js.map +1 -0
  118. package/dist/query/__tests__/result-formatter.test.d.ts +2 -0
  119. package/dist/query/__tests__/result-formatter.test.d.ts.map +1 -0
  120. package/dist/query/__tests__/result-formatter.test.js +85 -0
  121. package/dist/query/__tests__/result-formatter.test.js.map +1 -0
  122. package/dist/query/__tests__/search-engine.property.test.d.ts +2 -0
  123. package/dist/query/__tests__/search-engine.property.test.d.ts.map +1 -0
  124. package/dist/query/__tests__/search-engine.property.test.js +389 -0
  125. package/dist/query/__tests__/search-engine.property.test.js.map +1 -0
  126. package/dist/query/deprecation-parser.d.ts +46 -0
  127. package/dist/query/deprecation-parser.d.ts.map +1 -0
  128. package/dist/query/deprecation-parser.js +81 -0
  129. package/dist/query/deprecation-parser.js.map +1 -0
  130. package/dist/query/deprecation-query.d.ts +19 -0
  131. package/dist/query/deprecation-query.d.ts.map +1 -0
  132. package/dist/query/deprecation-query.js +73 -0
  133. package/dist/query/deprecation-query.js.map +1 -0
  134. package/dist/query/result-formatter.d.ts +27 -0
  135. package/dist/query/result-formatter.d.ts.map +1 -1
  136. package/dist/query/result-formatter.js +64 -5
  137. package/dist/query/result-formatter.js.map +1 -1
  138. package/dist/tools/__tests__/deprecation-tools.test.d.ts +2 -0
  139. package/dist/tools/__tests__/deprecation-tools.test.d.ts.map +1 -0
  140. package/dist/tools/__tests__/deprecation-tools.test.js +178 -0
  141. package/dist/tools/__tests__/deprecation-tools.test.js.map +1 -0
  142. package/dist/tools/__tests__/get-component-docs.property.test.d.ts +2 -0
  143. package/dist/tools/__tests__/get-component-docs.property.test.d.ts.map +1 -0
  144. package/dist/tools/__tests__/get-component-docs.property.test.js +594 -0
  145. package/dist/tools/__tests__/get-component-docs.property.test.js.map +1 -0
  146. package/dist/tools/__tests__/get-component-docs.test.d.ts +2 -0
  147. package/dist/tools/__tests__/get-component-docs.test.d.ts.map +1 -0
  148. package/dist/tools/__tests__/get-component-docs.test.js +137 -0
  149. package/dist/tools/__tests__/get-component-docs.test.js.map +1 -0
  150. package/dist/tools/__tests__/get-component-examples.property.test.d.ts +2 -0
  151. package/dist/tools/__tests__/get-component-examples.property.test.d.ts.map +1 -0
  152. package/dist/tools/__tests__/get-component-examples.property.test.js +245 -0
  153. package/dist/tools/__tests__/get-component-examples.property.test.js.map +1 -0
  154. package/dist/tools/__tests__/get-component-examples.test.d.ts +2 -0
  155. package/dist/tools/__tests__/get-component-examples.test.d.ts.map +1 -0
  156. package/dist/tools/__tests__/get-component-examples.test.js +128 -0
  157. package/dist/tools/__tests__/get-component-examples.test.js.map +1 -0
  158. package/dist/tools/__tests__/get-component-inputs.property.test.d.ts +2 -0
  159. package/dist/tools/__tests__/get-component-inputs.property.test.d.ts.map +1 -0
  160. package/dist/tools/__tests__/get-component-inputs.property.test.js +310 -0
  161. package/dist/tools/__tests__/get-component-inputs.property.test.js.map +1 -0
  162. package/dist/tools/__tests__/get-component-inputs.test.d.ts +2 -0
  163. package/dist/tools/__tests__/get-component-inputs.test.d.ts.map +1 -0
  164. package/dist/tools/__tests__/get-component-inputs.test.js +245 -0
  165. package/dist/tools/__tests__/get-component-inputs.test.js.map +1 -0
  166. package/dist/tools/__tests__/get-component-outputs.property.test.d.ts +2 -0
  167. package/dist/tools/__tests__/get-component-outputs.property.test.d.ts.map +1 -0
  168. package/dist/tools/__tests__/get-component-outputs.property.test.js +227 -0
  169. package/dist/tools/__tests__/get-component-outputs.property.test.js.map +1 -0
  170. package/dist/tools/__tests__/get-component-outputs.test.d.ts +2 -0
  171. package/dist/tools/__tests__/get-component-outputs.test.d.ts.map +1 -0
  172. package/dist/tools/__tests__/get-component-outputs.test.js +189 -0
  173. package/dist/tools/__tests__/get-component-outputs.test.js.map +1 -0
  174. package/dist/tools/__tests__/get-library-version.property.test.d.ts +2 -0
  175. package/dist/tools/__tests__/get-library-version.property.test.d.ts.map +1 -0
  176. package/dist/tools/__tests__/get-library-version.property.test.js +115 -0
  177. package/dist/tools/__tests__/get-library-version.property.test.js.map +1 -0
  178. package/dist/tools/__tests__/get-library-version.test.d.ts +2 -0
  179. package/dist/tools/__tests__/get-library-version.test.d.ts.map +1 -0
  180. package/dist/tools/__tests__/get-library-version.test.js +97 -0
  181. package/dist/tools/__tests__/get-library-version.test.js.map +1 -0
  182. package/dist/tools/__tests__/list-components.property.test.d.ts +2 -0
  183. package/dist/tools/__tests__/list-components.property.test.d.ts.map +1 -0
  184. package/dist/tools/__tests__/list-components.property.test.js +241 -0
  185. package/dist/tools/__tests__/list-components.property.test.js.map +1 -0
  186. package/dist/tools/__tests__/list-components.test.d.ts +2 -0
  187. package/dist/tools/__tests__/list-components.test.d.ts.map +1 -0
  188. package/dist/tools/__tests__/list-components.test.js +170 -0
  189. package/dist/tools/__tests__/list-components.test.js.map +1 -0
  190. package/dist/tools/__tests__/search-components.test.d.ts +2 -0
  191. package/dist/tools/__tests__/search-components.test.d.ts.map +1 -0
  192. package/dist/tools/__tests__/search-components.test.js +239 -0
  193. package/dist/tools/__tests__/search-components.test.js.map +1 -0
  194. package/dist/tools/get-deprecation-info.d.ts +42 -0
  195. package/dist/tools/get-deprecation-info.d.ts.map +1 -0
  196. package/dist/tools/get-deprecation-info.js +55 -0
  197. package/dist/tools/get-deprecation-info.js.map +1 -0
  198. package/dist/tools/get-library-version.d.ts +33 -0
  199. package/dist/tools/get-library-version.d.ts.map +1 -0
  200. package/dist/tools/get-library-version.js +62 -0
  201. package/dist/tools/get-library-version.js.map +1 -0
  202. package/dist/tools/index.d.ts +3 -0
  203. package/dist/tools/index.d.ts.map +1 -1
  204. package/dist/tools/index.js +3 -0
  205. package/dist/tools/index.js.map +1 -1
  206. package/dist/tools/list-deprecated.d.ts +47 -0
  207. package/dist/tools/list-deprecated.d.ts.map +1 -0
  208. package/dist/tools/list-deprecated.js +56 -0
  209. package/dist/tools/list-deprecated.js.map +1 -0
  210. package/dist/types/compodoc.d.ts +1 -0
  211. package/dist/types/compodoc.d.ts.map +1 -1
  212. package/dist/types/deprecation.d.ts +33 -0
  213. package/dist/types/deprecation.d.ts.map +1 -0
  214. package/dist/types/deprecation.js +5 -0
  215. package/dist/types/deprecation.js.map +1 -0
  216. package/dist/utils/__tests__/credential-masking.property.test.d.ts +2 -0
  217. package/dist/utils/__tests__/credential-masking.property.test.d.ts.map +1 -0
  218. package/dist/utils/__tests__/credential-masking.property.test.js +145 -0
  219. package/dist/utils/__tests__/credential-masking.property.test.js.map +1 -0
  220. package/dist/utils/__tests__/credential-masking.test.d.ts +2 -0
  221. package/dist/utils/__tests__/credential-masking.test.d.ts.map +1 -0
  222. package/dist/utils/__tests__/credential-masking.test.js +188 -0
  223. package/dist/utils/__tests__/credential-masking.test.js.map +1 -0
  224. package/dist/utils/__tests__/errors.test.d.ts +2 -0
  225. package/dist/utils/__tests__/errors.test.d.ts.map +1 -0
  226. package/dist/utils/__tests__/errors.test.js +110 -0
  227. package/dist/utils/__tests__/errors.test.js.map +1 -0
  228. package/dist/utils/__tests__/integration.test.d.ts +2 -0
  229. package/dist/utils/__tests__/integration.test.d.ts.map +1 -0
  230. package/dist/utils/__tests__/integration.test.js +142 -0
  231. package/dist/utils/__tests__/integration.test.js.map +1 -0
  232. package/dist/utils/__tests__/logger.test.d.ts +2 -0
  233. package/dist/utils/__tests__/logger.test.d.ts.map +1 -0
  234. package/dist/utils/__tests__/logger.test.js +119 -0
  235. package/dist/utils/__tests__/logger.test.js.map +1 -0
  236. package/dist/utils/__tests__/retry.test.d.ts +2 -0
  237. package/dist/utils/__tests__/retry.test.d.ts.map +1 -0
  238. package/dist/utils/__tests__/retry.test.js +84 -0
  239. package/dist/utils/__tests__/retry.test.js.map +1 -0
  240. package/dist/utils/credential-masking.js +4 -4
  241. package/dist/utils/credential-masking.js.map +1 -1
  242. package/dist/version/__tests__/changelog-commit-grouping.property.test.d.ts +2 -0
  243. package/dist/version/__tests__/changelog-commit-grouping.property.test.d.ts.map +1 -0
  244. package/dist/version/__tests__/changelog-commit-grouping.property.test.js +297 -0
  245. package/dist/version/__tests__/changelog-commit-grouping.property.test.js.map +1 -0
  246. package/dist/version/__tests__/changelog-commit-parsing.property.test.d.ts +2 -0
  247. package/dist/version/__tests__/changelog-commit-parsing.property.test.d.ts.map +1 -0
  248. package/dist/version/__tests__/changelog-commit-parsing.property.test.js +396 -0
  249. package/dist/version/__tests__/changelog-commit-parsing.property.test.js.map +1 -0
  250. package/dist/version/__tests__/changelog-file-updates.property.test.d.ts +11 -0
  251. package/dist/version/__tests__/changelog-file-updates.property.test.d.ts.map +1 -0
  252. package/dist/version/__tests__/changelog-file-updates.property.test.js +452 -0
  253. package/dist/version/__tests__/changelog-file-updates.property.test.js.map +1 -0
  254. package/dist/version/__tests__/dry-run-action.property.test.d.ts +8 -0
  255. package/dist/version/__tests__/dry-run-action.property.test.d.ts.map +1 -0
  256. package/dist/version/__tests__/dry-run-action.property.test.js +50 -0
  257. package/dist/version/__tests__/dry-run-action.property.test.js.map +1 -0
  258. package/dist/version/__tests__/dry-run-changelog.property.test.d.ts +8 -0
  259. package/dist/version/__tests__/dry-run-changelog.property.test.d.ts.map +1 -0
  260. package/dist/version/__tests__/dry-run-changelog.property.test.js +53 -0
  261. package/dist/version/__tests__/dry-run-changelog.property.test.js.map +1 -0
  262. package/dist/version/__tests__/dry-run-utils.test.d.ts +7 -0
  263. package/dist/version/__tests__/dry-run-utils.test.d.ts.map +1 -0
  264. package/dist/version/__tests__/dry-run-utils.test.js +205 -0
  265. package/dist/version/__tests__/dry-run-utils.test.js.map +1 -0
  266. package/dist/version/__tests__/dry-run-version.property.test.d.ts +8 -0
  267. package/dist/version/__tests__/dry-run-version.property.test.d.ts.map +1 -0
  268. package/dist/version/__tests__/dry-run-version.property.test.js +59 -0
  269. package/dist/version/__tests__/dry-run-version.property.test.js.map +1 -0
  270. package/dist/version/__tests__/git-tag-annotation.property.test.d.ts +11 -0
  271. package/dist/version/__tests__/git-tag-annotation.property.test.d.ts.map +1 -0
  272. package/dist/version/__tests__/git-tag-annotation.property.test.js +271 -0
  273. package/dist/version/__tests__/git-tag-annotation.property.test.js.map +1 -0
  274. package/dist/version/__tests__/git-tag-format.property.test.d.ts +11 -0
  275. package/dist/version/__tests__/git-tag-format.property.test.d.ts.map +1 -0
  276. package/dist/version/__tests__/git-tag-format.property.test.js +411 -0
  277. package/dist/version/__tests__/git-tag-format.property.test.js.map +1 -0
  278. package/dist/version/__tests__/git-tag-utils.test.d.ts +2 -0
  279. package/dist/version/__tests__/git-tag-utils.test.d.ts.map +1 -0
  280. package/dist/version/__tests__/git-tag-utils.test.js +142 -0
  281. package/dist/version/__tests__/git-tag-utils.test.js.map +1 -0
  282. package/dist/version/__tests__/npm-tag-selection.property.test.d.ts +2 -0
  283. package/dist/version/__tests__/npm-tag-selection.property.test.d.ts.map +1 -0
  284. package/dist/version/__tests__/npm-tag-selection.property.test.js +79 -0
  285. package/dist/version/__tests__/npm-tag-selection.property.test.js.map +1 -0
  286. package/dist/version/__tests__/release-title-format.property.test.d.ts +11 -0
  287. package/dist/version/__tests__/release-title-format.property.test.d.ts.map +1 -0
  288. package/dist/version/__tests__/release-title-format.property.test.js +422 -0
  289. package/dist/version/__tests__/release-title-format.property.test.js.map +1 -0
  290. package/dist/version/__tests__/release-utils.test.d.ts +7 -0
  291. package/dist/version/__tests__/release-utils.test.d.ts.map +1 -0
  292. package/dist/version/__tests__/release-utils.test.js +176 -0
  293. package/dist/version/__tests__/release-utils.test.js.map +1 -0
  294. package/dist/version/__tests__/rollback-changelog.property.test.d.ts +8 -0
  295. package/dist/version/__tests__/rollback-changelog.property.test.d.ts.map +1 -0
  296. package/dist/version/__tests__/rollback-changelog.property.test.js +61 -0
  297. package/dist/version/__tests__/rollback-changelog.property.test.js.map +1 -0
  298. package/dist/version/__tests__/rollback-utils.test.d.ts +7 -0
  299. package/dist/version/__tests__/rollback-utils.test.d.ts.map +1 -0
  300. package/dist/version/__tests__/rollback-utils.test.js +74 -0
  301. package/dist/version/__tests__/rollback-utils.test.js.map +1 -0
  302. package/dist/version/__tests__/version-manager.property.test.d.ts +2 -0
  303. package/dist/version/__tests__/version-manager.property.test.d.ts.map +1 -0
  304. package/dist/version/__tests__/version-manager.property.test.js +143 -0
  305. package/dist/version/__tests__/version-manager.property.test.js.map +1 -0
  306. package/dist/version/__tests__/version-manager.test.d.ts +2 -0
  307. package/dist/version/__tests__/version-manager.test.d.ts.map +1 -0
  308. package/dist/version/__tests__/version-manager.test.js +203 -0
  309. package/dist/version/__tests__/version-manager.test.js.map +1 -0
  310. package/dist/version/version-manager.d.ts.map +1 -1
  311. package/dist/version/version-manager.js +0 -4
  312. package/dist/version/version-manager.js.map +1 -1
  313. package/package.json +1 -1
  314. package/dist/test-error.ts +0 -1
@@ -0,0 +1,373 @@
1
+ /**
2
+ * Property-based tests for LocalDocumentationSource
3
+ * Feature: url-based-documentation-path
4
+ * Property 12: Backward Compatibility
5
+ * Validates: Requirements 6.4
6
+ */
7
+ import { describe, it, expect, beforeEach, afterEach } from '@jest/globals';
8
+ import * as fc from 'fast-check';
9
+ import * as fs from 'fs';
10
+ import * as path from 'path';
11
+ import * as os from 'os';
12
+ import { LocalDocumentationSource } from '../local-documentation-source.js';
13
+ import { DocumentationLoader } from '../documentation-loader.js';
14
+ describe('LocalDocumentationSource Property Tests', () => {
15
+ let tempDir;
16
+ let tempFile;
17
+ beforeEach(() => {
18
+ // Create a temporary directory for test files
19
+ tempDir = fs.mkdtempSync(path.join(os.tmpdir(), 'compodoc-test-'));
20
+ tempFile = path.join(tempDir, 'documentation.json');
21
+ });
22
+ afterEach(async () => {
23
+ // Clean up temporary files
24
+ if (fs.existsSync(tempDir)) {
25
+ fs.rmSync(tempDir, { recursive: true, force: true });
26
+ }
27
+ });
28
+ describe('Property 12: Backward Compatibility', () => {
29
+ it('should maintain the same loading behavior as the original DocumentationLoader for local paths', async () => {
30
+ await fc.assert(fc.asyncProperty(
31
+ // Generate valid documentation structures
32
+ fc.record({
33
+ pipes: fc.array(fc.record({
34
+ name: fc.string({ minLength: 1, maxLength: 50 }),
35
+ id: fc.string({ minLength: 1, maxLength: 50 }),
36
+ file: fc.string({ minLength: 1, maxLength: 100 }),
37
+ type: fc.constant('pipe'),
38
+ deprecated: fc.boolean(),
39
+ deprecationMessage: fc.string({ maxLength: 200 }),
40
+ }), { maxLength: 5 }),
41
+ components: fc.array(fc.record({
42
+ name: fc.string({ minLength: 1, maxLength: 50 }),
43
+ id: fc.string({ minLength: 1, maxLength: 50 }),
44
+ file: fc.string({ minLength: 1, maxLength: 100 }),
45
+ type: fc.constant('component'),
46
+ selector: fc.string({ minLength: 1, maxLength: 50 }),
47
+ deprecated: fc.boolean(),
48
+ deprecationMessage: fc.string({ maxLength: 200 }),
49
+ }), { maxLength: 5 }),
50
+ directives: fc.array(fc.record({
51
+ name: fc.string({ minLength: 1, maxLength: 50 }),
52
+ id: fc.string({ minLength: 1, maxLength: 50 }),
53
+ file: fc.string({ minLength: 1, maxLength: 100 }),
54
+ type: fc.constant('directive'),
55
+ deprecated: fc.boolean(),
56
+ deprecationMessage: fc.string({ maxLength: 200 }),
57
+ }), { maxLength: 5 }),
58
+ injectables: fc.array(fc.record({
59
+ name: fc.string({ minLength: 1, maxLength: 50 }),
60
+ id: fc.string({ minLength: 1, maxLength: 50 }),
61
+ file: fc.string({ minLength: 1, maxLength: 100 }),
62
+ type: fc.constant('injectable'),
63
+ deprecated: fc.boolean(),
64
+ deprecationMessage: fc.string({ maxLength: 200 }),
65
+ }), { maxLength: 5 }),
66
+ interfaces: fc.constant([]),
67
+ classes: fc.constant([]),
68
+ modules: fc.constant([]),
69
+ }), async (validDoc) => {
70
+ // Write valid documentation to file
71
+ fs.writeFileSync(tempFile, JSON.stringify(validDoc), 'utf-8');
72
+ // Load using LocalDocumentationSource (new implementation)
73
+ const localSource = new LocalDocumentationSource({
74
+ path: tempFile,
75
+ watchForChanges: false,
76
+ reloadDebounce: 1000,
77
+ });
78
+ const localResult = await localSource.load();
79
+ // Load using DocumentationLoader (which should delegate to LocalDocumentationSource)
80
+ const loader = new DocumentationLoader({
81
+ path: tempFile,
82
+ watchForChanges: false,
83
+ });
84
+ const loaderResult = await loader.load();
85
+ // Both should succeed
86
+ expect(localResult.success).toBe(true);
87
+ expect(loaderResult.success).toBe(true);
88
+ // Both should return the same data structure
89
+ expect(localResult.data).toBeDefined();
90
+ expect(loaderResult.data).toBeDefined();
91
+ if (localResult.data && loaderResult.data) {
92
+ // Verify all arrays have the same length
93
+ expect(localResult.data.pipes).toHaveLength(loaderResult.data.pipes.length);
94
+ expect(localResult.data.components).toHaveLength(loaderResult.data.components.length);
95
+ expect(localResult.data.directives).toHaveLength(loaderResult.data.directives.length);
96
+ expect(localResult.data.injectables).toHaveLength(loaderResult.data.injectables.length);
97
+ // Verify the data matches the original
98
+ expect(localResult.data.pipes).toHaveLength(validDoc.pipes.length);
99
+ expect(localResult.data.components).toHaveLength(validDoc.components.length);
100
+ expect(localResult.data.directives).toHaveLength(validDoc.directives.length);
101
+ expect(localResult.data.injectables).toHaveLength(validDoc.injectables.length);
102
+ }
103
+ // Clean up
104
+ await localSource.dispose();
105
+ await loader.dispose();
106
+ }), { numRuns: 100 });
107
+ });
108
+ it('should maintain the same error handling behavior for non-existent files', async () => {
109
+ await fc.assert(fc.asyncProperty(
110
+ // Generate random non-existent file paths
111
+ fc.string({ minLength: 1, maxLength: 50 }).map((s) => path.join(tempDir, `nonexistent-${s.replace(/[^a-zA-Z0-9]/g, '_')}.json`)), async (nonExistentPath) => {
112
+ // Load using LocalDocumentationSource
113
+ const localSource = new LocalDocumentationSource({
114
+ path: nonExistentPath,
115
+ watchForChanges: false,
116
+ reloadDebounce: 1000,
117
+ });
118
+ const localResult = await localSource.load();
119
+ // Load using DocumentationLoader
120
+ const loader = new DocumentationLoader({
121
+ path: nonExistentPath,
122
+ watchForChanges: false,
123
+ });
124
+ const loaderResult = await loader.load();
125
+ // Both should fail
126
+ expect(localResult.success).toBe(false);
127
+ expect(loaderResult.success).toBe(false);
128
+ // Both should have error messages
129
+ expect(localResult.error).toBeDefined();
130
+ expect(loaderResult.error).toBeDefined();
131
+ // Both should mention "not found"
132
+ expect(localResult.error).toContain('not found');
133
+ expect(loaderResult.error).toContain('not found');
134
+ // Clean up
135
+ await localSource.dispose();
136
+ await loader.dispose();
137
+ }), { numRuns: 100 });
138
+ });
139
+ it('should maintain the same error handling behavior for invalid JSON', async () => {
140
+ await fc.assert(fc.asyncProperty(
141
+ // Generate invalid JSON strings
142
+ fc.oneof(fc.constant('{ invalid json }'), fc.constant('{ "key": }'), fc.constant('{ "key": "value"'), fc.constant('not json at all'), fc.constant('[1, 2, 3,]'), fc.constant('{ "key": undefined }')), async (invalidJson) => {
143
+ // Write invalid JSON to file
144
+ fs.writeFileSync(tempFile, invalidJson, 'utf-8');
145
+ // Load using LocalDocumentationSource
146
+ const localSource = new LocalDocumentationSource({
147
+ path: tempFile,
148
+ watchForChanges: false,
149
+ reloadDebounce: 1000,
150
+ });
151
+ const localResult = await localSource.load();
152
+ // Load using DocumentationLoader
153
+ const loader = new DocumentationLoader({
154
+ path: tempFile,
155
+ watchForChanges: false,
156
+ });
157
+ const loaderResult = await loader.load();
158
+ // Both should fail
159
+ expect(localResult.success).toBe(false);
160
+ expect(loaderResult.success).toBe(false);
161
+ // Both should have error messages about parsing
162
+ expect(localResult.error).toBeDefined();
163
+ expect(loaderResult.error).toBeDefined();
164
+ expect(localResult.error).toContain('parse');
165
+ expect(loaderResult.error).toContain('parse');
166
+ // Clean up
167
+ await localSource.dispose();
168
+ await loader.dispose();
169
+ }), { numRuns: 100 });
170
+ });
171
+ it('should maintain the same error handling behavior for invalid structure', async () => {
172
+ await fc.assert(fc.asyncProperty(
173
+ // Generate JSON with invalid structure
174
+ fc.oneof(
175
+ // components is not an array
176
+ fc.constant({ components: 'not an array', pipes: [], directives: [] }),
177
+ // pipes is not an array
178
+ fc.constant({ components: [], pipes: { invalid: true }, directives: [] }),
179
+ // directives is not an array
180
+ fc.constant({ components: [], pipes: [], directives: 'string' }),
181
+ // injectables is not an array
182
+ fc.constant({ components: [], pipes: [], directives: [], injectables: 123 })), async (invalidStructure) => {
183
+ // Write invalid structure to file
184
+ fs.writeFileSync(tempFile, JSON.stringify(invalidStructure), 'utf-8');
185
+ // Load using LocalDocumentationSource
186
+ const localSource = new LocalDocumentationSource({
187
+ path: tempFile,
188
+ watchForChanges: false,
189
+ reloadDebounce: 1000,
190
+ });
191
+ const localResult = await localSource.load();
192
+ // Load using DocumentationLoader
193
+ const loader = new DocumentationLoader({
194
+ path: tempFile,
195
+ watchForChanges: false,
196
+ });
197
+ const loaderResult = await loader.load();
198
+ // Both should fail
199
+ expect(localResult.success).toBe(false);
200
+ expect(loaderResult.success).toBe(false);
201
+ // Both should have error messages about structure
202
+ expect(localResult.error).toBeDefined();
203
+ expect(loaderResult.error).toBeDefined();
204
+ expect(localResult.error).toMatch(/must be an array/i);
205
+ expect(loaderResult.error).toMatch(/must be an array/i);
206
+ // Clean up
207
+ await localSource.dispose();
208
+ await loader.dispose();
209
+ }), { numRuns: 100 });
210
+ });
211
+ it('should maintain the same file watching behavior', async () => {
212
+ // Create initial valid documentation
213
+ const initialDoc = {
214
+ pipes: [],
215
+ components: [],
216
+ directives: [],
217
+ injectables: [],
218
+ interfaces: [],
219
+ classes: [],
220
+ modules: [],
221
+ };
222
+ fs.writeFileSync(tempFile, JSON.stringify(initialDoc), 'utf-8');
223
+ // Track reload calls for both implementations
224
+ let localReloadCount = 0;
225
+ let loaderReloadCount = 0;
226
+ let localReloadedData;
227
+ let loaderReloadedData;
228
+ // Create LocalDocumentationSource with watching
229
+ const localSource = new LocalDocumentationSource({
230
+ path: tempFile,
231
+ watchForChanges: true,
232
+ reloadDebounce: 100,
233
+ onReload: (data) => {
234
+ localReloadCount++;
235
+ localReloadedData = data;
236
+ },
237
+ });
238
+ // Create DocumentationLoader with watching
239
+ const loader = new DocumentationLoader({
240
+ path: tempFile,
241
+ watchForChanges: true,
242
+ reloadDebounce: 100,
243
+ onReload: (data) => {
244
+ loaderReloadCount++;
245
+ loaderReloadedData = data;
246
+ },
247
+ });
248
+ // Load initial data
249
+ const localInitialResult = await localSource.load();
250
+ const loaderInitialResult = await loader.load();
251
+ expect(localInitialResult.success).toBe(true);
252
+ expect(loaderInitialResult.success).toBe(true);
253
+ // Modify the file
254
+ const updatedDoc = {
255
+ ...initialDoc,
256
+ components: [
257
+ {
258
+ name: 'TestComponent',
259
+ id: 'test-id',
260
+ file: 'test.ts',
261
+ type: 'component',
262
+ selector: 'app-test',
263
+ deprecated: false,
264
+ deprecationMessage: '',
265
+ },
266
+ ],
267
+ };
268
+ fs.writeFileSync(tempFile, JSON.stringify(updatedDoc), 'utf-8');
269
+ // Wait for debounce and reload
270
+ await new Promise((resolve) => setTimeout(resolve, 300));
271
+ // Both should have detected the change
272
+ expect(localReloadCount).toBeGreaterThan(0);
273
+ expect(loaderReloadCount).toBeGreaterThan(0);
274
+ // Both should have reloaded the data
275
+ expect(localReloadedData).toBeDefined();
276
+ expect(loaderReloadedData).toBeDefined();
277
+ expect(localReloadedData?.components).toHaveLength(1);
278
+ expect(loaderReloadedData?.components).toHaveLength(1);
279
+ // Clean up
280
+ await localSource.dispose();
281
+ await loader.dispose();
282
+ }, 10000);
283
+ it('should preserve all component properties through load cycle', async () => {
284
+ await fc.assert(fc.asyncProperty(
285
+ // Generate a component with various properties
286
+ fc.record({
287
+ name: fc.string({ minLength: 1, maxLength: 50 }),
288
+ id: fc.string({ minLength: 1, maxLength: 50 }),
289
+ file: fc.string({ minLength: 1, maxLength: 100 }),
290
+ type: fc.constant('component'),
291
+ selector: fc.string({ minLength: 1, maxLength: 50 }),
292
+ deprecated: fc.boolean(),
293
+ deprecationMessage: fc.string({ maxLength: 200 }),
294
+ description: fc.option(fc.string({ maxLength: 500 }), { nil: undefined }),
295
+ standalone: fc.option(fc.boolean(), { nil: undefined }),
296
+ inputs: fc.option(fc.array(fc.record({
297
+ name: fc.string({ minLength: 1, maxLength: 50 }),
298
+ type: fc.string({ minLength: 1, maxLength: 50 }),
299
+ optional: fc.option(fc.boolean(), { nil: undefined }),
300
+ deprecated: fc.boolean(),
301
+ deprecationMessage: fc.option(fc.string({ maxLength: 200 }), { nil: undefined }),
302
+ }), { maxLength: 5 }), { nil: undefined }),
303
+ outputs: fc.option(fc.array(fc.record({
304
+ name: fc.string({ minLength: 1, maxLength: 50 }),
305
+ type: fc.string({ minLength: 1, maxLength: 50 }),
306
+ deprecated: fc.boolean(),
307
+ deprecationMessage: fc.option(fc.string({ maxLength: 200 }), { nil: undefined }),
308
+ }), { maxLength: 5 }), { nil: undefined }),
309
+ }), async (component) => {
310
+ // Create documentation with this component
311
+ const doc = {
312
+ pipes: [],
313
+ components: [component],
314
+ directives: [],
315
+ injectables: [],
316
+ interfaces: [],
317
+ classes: [],
318
+ modules: [],
319
+ };
320
+ // Write to file
321
+ fs.writeFileSync(tempFile, JSON.stringify(doc), 'utf-8');
322
+ // Load using LocalDocumentationSource
323
+ const localSource = new LocalDocumentationSource({
324
+ path: tempFile,
325
+ watchForChanges: false,
326
+ reloadDebounce: 1000,
327
+ });
328
+ const localResult = await localSource.load();
329
+ // Load using DocumentationLoader
330
+ const loader = new DocumentationLoader({
331
+ path: tempFile,
332
+ watchForChanges: false,
333
+ });
334
+ const loaderResult = await loader.load();
335
+ // Both should succeed
336
+ expect(localResult.success).toBe(true);
337
+ expect(loaderResult.success).toBe(true);
338
+ // Verify all data is preserved in both
339
+ if (localResult.data && loaderResult.data) {
340
+ expect(localResult.data.components).toHaveLength(1);
341
+ expect(loaderResult.data.components).toHaveLength(1);
342
+ const localComponent = localResult.data.components[0];
343
+ const loaderComponent = loaderResult.data.components[0];
344
+ // Verify core properties match
345
+ expect(localComponent.name).toBe(component.name);
346
+ expect(loaderComponent.name).toBe(component.name);
347
+ expect(localComponent.selector).toBe(component.selector);
348
+ expect(loaderComponent.selector).toBe(component.selector);
349
+ expect(localComponent.deprecated).toBe(component.deprecated);
350
+ expect(loaderComponent.deprecated).toBe(component.deprecated);
351
+ // Verify optional properties
352
+ if (component.standalone !== undefined) {
353
+ expect(localComponent.standalone).toBe(component.standalone);
354
+ expect(loaderComponent.standalone).toBe(component.standalone);
355
+ }
356
+ // Verify inputs/outputs arrays
357
+ if (component.inputs) {
358
+ expect(localComponent.inputs).toHaveLength(component.inputs.length);
359
+ expect(loaderComponent.inputs).toHaveLength(component.inputs.length);
360
+ }
361
+ if (component.outputs) {
362
+ expect(localComponent.outputs).toHaveLength(component.outputs.length);
363
+ expect(loaderComponent.outputs).toHaveLength(component.outputs.length);
364
+ }
365
+ }
366
+ // Clean up
367
+ await localSource.dispose();
368
+ await loader.dispose();
369
+ }), { numRuns: 100 });
370
+ });
371
+ });
372
+ });
373
+ //# sourceMappingURL=local-documentation-source.property.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-documentation-source.property.test.js","sourceRoot":"","sources":["../../../src/loader/__tests__/local-documentation-source.property.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=local-documentation-source.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-documentation-source.test.d.ts","sourceRoot":"","sources":["../../../src/loader/__tests__/local-documentation-source.test.ts"],"names":[],"mappings":""}