@eui/mcp 1.0.3 → 1.3.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 (315) hide show
  1. package/README.md +117 -743
  2. package/dist/config/__tests__/schema.property.test.d.ts +2 -0
  3. package/dist/config/__tests__/schema.property.test.d.ts.map +1 -0
  4. package/dist/config/__tests__/schema.property.test.js +203 -0
  5. package/dist/config/__tests__/schema.property.test.js.map +1 -0
  6. package/dist/config/__tests__/schema.test.d.ts +2 -0
  7. package/dist/config/__tests__/schema.test.d.ts.map +1 -0
  8. package/dist/config/__tests__/schema.test.js +454 -0
  9. package/dist/config/__tests__/schema.test.js.map +1 -0
  10. package/dist/config/loader.js +4 -4
  11. package/dist/config/loader.js.map +1 -1
  12. package/dist/index.js +2 -2
  13. package/dist/index.js.map +1 -1
  14. package/dist/loader/__tests__/cache-manager.property.test.d.ts +2 -0
  15. package/dist/loader/__tests__/cache-manager.property.test.d.ts.map +1 -0
  16. package/dist/loader/__tests__/cache-manager.property.test.js +245 -0
  17. package/dist/loader/__tests__/cache-manager.property.test.js.map +1 -0
  18. package/dist/loader/__tests__/cache-manager.test.d.ts +2 -0
  19. package/dist/loader/__tests__/cache-manager.test.d.ts.map +1 -0
  20. package/dist/loader/__tests__/cache-manager.test.js +256 -0
  21. package/dist/loader/__tests__/cache-manager.test.js.map +1 -0
  22. package/dist/loader/__tests__/documentation-loader.integration.test.d.ts +2 -0
  23. package/dist/loader/__tests__/documentation-loader.integration.test.d.ts.map +1 -0
  24. package/dist/loader/__tests__/documentation-loader.integration.test.js +498 -0
  25. package/dist/loader/__tests__/documentation-loader.integration.test.js.map +1 -0
  26. package/dist/loader/__tests__/documentation-loader.property.test.d.ts +2 -0
  27. package/dist/loader/__tests__/documentation-loader.property.test.d.ts.map +1 -0
  28. package/dist/loader/__tests__/documentation-loader.property.test.js +258 -0
  29. package/dist/loader/__tests__/documentation-loader.property.test.js.map +1 -0
  30. package/dist/loader/__tests__/errors.test.d.ts +2 -0
  31. package/dist/loader/__tests__/errors.test.d.ts.map +1 -0
  32. package/dist/loader/__tests__/errors.test.js +132 -0
  33. package/dist/loader/__tests__/errors.test.js.map +1 -0
  34. package/dist/loader/__tests__/http-client.property.test.d.ts +2 -0
  35. package/dist/loader/__tests__/http-client.property.test.d.ts.map +1 -0
  36. package/dist/loader/__tests__/http-client.property.test.js +288 -0
  37. package/dist/loader/__tests__/http-client.property.test.js.map +1 -0
  38. package/dist/loader/__tests__/http-client.test.d.ts +2 -0
  39. package/dist/loader/__tests__/http-client.test.d.ts.map +1 -0
  40. package/dist/loader/__tests__/http-client.test.js +497 -0
  41. package/dist/loader/__tests__/http-client.test.js.map +1 -0
  42. package/dist/loader/__tests__/local-documentation-source.property.test.d.ts +2 -0
  43. package/dist/loader/__tests__/local-documentation-source.property.test.d.ts.map +1 -0
  44. package/dist/loader/__tests__/local-documentation-source.property.test.js +373 -0
  45. package/dist/loader/__tests__/local-documentation-source.property.test.js.map +1 -0
  46. package/dist/loader/__tests__/local-documentation-source.test.d.ts +2 -0
  47. package/dist/loader/__tests__/local-documentation-source.test.d.ts.map +1 -0
  48. package/dist/loader/__tests__/local-documentation-source.test.js +544 -0
  49. package/dist/loader/__tests__/local-documentation-source.test.js.map +1 -0
  50. package/dist/loader/__tests__/path-type-detector.property.test.d.ts +2 -0
  51. package/dist/loader/__tests__/path-type-detector.property.test.d.ts.map +1 -0
  52. package/dist/loader/__tests__/path-type-detector.property.test.js +245 -0
  53. package/dist/loader/__tests__/path-type-detector.property.test.js.map +1 -0
  54. package/dist/loader/__tests__/path-type-detector.test.d.ts +2 -0
  55. package/dist/loader/__tests__/path-type-detector.test.d.ts.map +1 -0
  56. package/dist/loader/__tests__/path-type-detector.test.js +390 -0
  57. package/dist/loader/__tests__/path-type-detector.test.js.map +1 -0
  58. package/dist/loader/__tests__/remote-documentation-source.property.test.d.ts +2 -0
  59. package/dist/loader/__tests__/remote-documentation-source.property.test.d.ts.map +1 -0
  60. package/dist/loader/__tests__/remote-documentation-source.property.test.js +462 -0
  61. package/dist/loader/__tests__/remote-documentation-source.property.test.js.map +1 -0
  62. package/dist/loader/__tests__/remote-documentation-source.test.d.ts +2 -0
  63. package/dist/loader/__tests__/remote-documentation-source.test.d.ts.map +1 -0
  64. package/dist/loader/__tests__/remote-documentation-source.test.js +707 -0
  65. package/dist/loader/__tests__/remote-documentation-source.test.js.map +1 -0
  66. package/dist/loader/remote-documentation-source.d.ts +0 -4
  67. package/dist/loader/remote-documentation-source.d.ts.map +1 -1
  68. package/dist/loader/remote-documentation-source.js +1 -4
  69. package/dist/loader/remote-documentation-source.js.map +1 -1
  70. package/dist/main.js +0 -0
  71. package/dist/main.js.map +1 -1
  72. package/dist/mcp/__tests__/server.property.test.d.ts +2 -0
  73. package/dist/mcp/__tests__/server.property.test.d.ts.map +1 -0
  74. package/dist/mcp/__tests__/server.property.test.js +286 -0
  75. package/dist/mcp/__tests__/server.property.test.js.map +1 -0
  76. package/dist/mcp/__tests__/server.test.d.ts +2 -0
  77. package/dist/mcp/__tests__/server.test.d.ts.map +1 -0
  78. package/dist/mcp/__tests__/server.test.js +101 -0
  79. package/dist/mcp/__tests__/server.test.js.map +1 -0
  80. package/dist/mcp/server.d.ts.map +1 -1
  81. package/dist/mcp/server.js +16 -4
  82. package/dist/mcp/server.js.map +1 -1
  83. package/dist/publish/__tests__/publish-utils.test.d.ts +5 -0
  84. package/dist/publish/__tests__/publish-utils.test.d.ts.map +1 -0
  85. package/dist/publish/__tests__/publish-utils.test.js +189 -0
  86. package/dist/publish/__tests__/publish-utils.test.js.map +1 -0
  87. package/dist/query/__tests__/deprecation-parser.test.d.ts +2 -0
  88. package/dist/query/__tests__/deprecation-parser.test.d.ts.map +1 -0
  89. package/dist/query/__tests__/deprecation-parser.test.js +154 -0
  90. package/dist/query/__tests__/deprecation-parser.test.js.map +1 -0
  91. package/dist/query/__tests__/deprecation-query.test.d.ts +2 -0
  92. package/dist/query/__tests__/deprecation-query.test.d.ts.map +1 -0
  93. package/dist/query/__tests__/deprecation-query.test.js +199 -0
  94. package/dist/query/__tests__/deprecation-query.test.js.map +1 -0
  95. package/dist/query/__tests__/index-builder-debug.test.d.ts +2 -0
  96. package/dist/query/__tests__/index-builder-debug.test.d.ts.map +1 -0
  97. package/dist/query/__tests__/index-builder-debug.test.js +34 -0
  98. package/dist/query/__tests__/index-builder-debug.test.js.map +1 -0
  99. package/dist/query/__tests__/index-builder.property.test.d.ts +2 -0
  100. package/dist/query/__tests__/index-builder.property.test.d.ts.map +1 -0
  101. package/dist/query/__tests__/index-builder.property.test.js +422 -0
  102. package/dist/query/__tests__/index-builder.property.test.js.map +1 -0
  103. package/dist/query/__tests__/index-builder.test.d.ts +2 -0
  104. package/dist/query/__tests__/index-builder.test.d.ts.map +1 -0
  105. package/dist/query/__tests__/index-builder.test.js +55 -0
  106. package/dist/query/__tests__/index-builder.test.js.map +1 -0
  107. package/dist/query/__tests__/result-formatter-deprecation.test.d.ts +2 -0
  108. package/dist/query/__tests__/result-formatter-deprecation.test.d.ts.map +1 -0
  109. package/dist/query/__tests__/result-formatter-deprecation.test.js +159 -0
  110. package/dist/query/__tests__/result-formatter-deprecation.test.js.map +1 -0
  111. package/dist/query/__tests__/result-formatter.integration.test.d.ts +2 -0
  112. package/dist/query/__tests__/result-formatter.integration.test.d.ts.map +1 -0
  113. package/dist/query/__tests__/result-formatter.integration.test.js +140 -0
  114. package/dist/query/__tests__/result-formatter.integration.test.js.map +1 -0
  115. package/dist/query/__tests__/result-formatter.property.test.d.ts +2 -0
  116. package/dist/query/__tests__/result-formatter.property.test.d.ts.map +1 -0
  117. package/dist/query/__tests__/result-formatter.property.test.js +163 -0
  118. package/dist/query/__tests__/result-formatter.property.test.js.map +1 -0
  119. package/dist/query/__tests__/result-formatter.test.d.ts +2 -0
  120. package/dist/query/__tests__/result-formatter.test.d.ts.map +1 -0
  121. package/dist/query/__tests__/result-formatter.test.js +85 -0
  122. package/dist/query/__tests__/result-formatter.test.js.map +1 -0
  123. package/dist/query/__tests__/search-engine.property.test.d.ts +2 -0
  124. package/dist/query/__tests__/search-engine.property.test.d.ts.map +1 -0
  125. package/dist/query/__tests__/search-engine.property.test.js +389 -0
  126. package/dist/query/__tests__/search-engine.property.test.js.map +1 -0
  127. package/dist/query/deprecation-parser.d.ts +46 -0
  128. package/dist/query/deprecation-parser.d.ts.map +1 -0
  129. package/dist/query/deprecation-parser.js +81 -0
  130. package/dist/query/deprecation-parser.js.map +1 -0
  131. package/dist/query/deprecation-query.d.ts +19 -0
  132. package/dist/query/deprecation-query.d.ts.map +1 -0
  133. package/dist/query/deprecation-query.js +73 -0
  134. package/dist/query/deprecation-query.js.map +1 -0
  135. package/dist/query/result-formatter.d.ts +27 -0
  136. package/dist/query/result-formatter.d.ts.map +1 -1
  137. package/dist/query/result-formatter.js +64 -5
  138. package/dist/query/result-formatter.js.map +1 -1
  139. package/dist/tools/__tests__/deprecation-tools.test.d.ts +2 -0
  140. package/dist/tools/__tests__/deprecation-tools.test.d.ts.map +1 -0
  141. package/dist/tools/__tests__/deprecation-tools.test.js +178 -0
  142. package/dist/tools/__tests__/deprecation-tools.test.js.map +1 -0
  143. package/dist/tools/__tests__/get-component-docs.property.test.d.ts +2 -0
  144. package/dist/tools/__tests__/get-component-docs.property.test.d.ts.map +1 -0
  145. package/dist/tools/__tests__/get-component-docs.property.test.js +594 -0
  146. package/dist/tools/__tests__/get-component-docs.property.test.js.map +1 -0
  147. package/dist/tools/__tests__/get-component-docs.test.d.ts +2 -0
  148. package/dist/tools/__tests__/get-component-docs.test.d.ts.map +1 -0
  149. package/dist/tools/__tests__/get-component-docs.test.js +137 -0
  150. package/dist/tools/__tests__/get-component-docs.test.js.map +1 -0
  151. package/dist/tools/__tests__/get-component-examples.property.test.d.ts +2 -0
  152. package/dist/tools/__tests__/get-component-examples.property.test.d.ts.map +1 -0
  153. package/dist/tools/__tests__/get-component-examples.property.test.js +245 -0
  154. package/dist/tools/__tests__/get-component-examples.property.test.js.map +1 -0
  155. package/dist/tools/__tests__/get-component-examples.test.d.ts +2 -0
  156. package/dist/tools/__tests__/get-component-examples.test.d.ts.map +1 -0
  157. package/dist/tools/__tests__/get-component-examples.test.js +128 -0
  158. package/dist/tools/__tests__/get-component-examples.test.js.map +1 -0
  159. package/dist/tools/__tests__/get-component-inputs.property.test.d.ts +2 -0
  160. package/dist/tools/__tests__/get-component-inputs.property.test.d.ts.map +1 -0
  161. package/dist/tools/__tests__/get-component-inputs.property.test.js +310 -0
  162. package/dist/tools/__tests__/get-component-inputs.property.test.js.map +1 -0
  163. package/dist/tools/__tests__/get-component-inputs.test.d.ts +2 -0
  164. package/dist/tools/__tests__/get-component-inputs.test.d.ts.map +1 -0
  165. package/dist/tools/__tests__/get-component-inputs.test.js +245 -0
  166. package/dist/tools/__tests__/get-component-inputs.test.js.map +1 -0
  167. package/dist/tools/__tests__/get-component-outputs.property.test.d.ts +2 -0
  168. package/dist/tools/__tests__/get-component-outputs.property.test.d.ts.map +1 -0
  169. package/dist/tools/__tests__/get-component-outputs.property.test.js +227 -0
  170. package/dist/tools/__tests__/get-component-outputs.property.test.js.map +1 -0
  171. package/dist/tools/__tests__/get-component-outputs.test.d.ts +2 -0
  172. package/dist/tools/__tests__/get-component-outputs.test.d.ts.map +1 -0
  173. package/dist/tools/__tests__/get-component-outputs.test.js +189 -0
  174. package/dist/tools/__tests__/get-component-outputs.test.js.map +1 -0
  175. package/dist/tools/__tests__/get-library-version.property.test.d.ts +2 -0
  176. package/dist/tools/__tests__/get-library-version.property.test.d.ts.map +1 -0
  177. package/dist/tools/__tests__/get-library-version.property.test.js +115 -0
  178. package/dist/tools/__tests__/get-library-version.property.test.js.map +1 -0
  179. package/dist/tools/__tests__/get-library-version.test.d.ts +2 -0
  180. package/dist/tools/__tests__/get-library-version.test.d.ts.map +1 -0
  181. package/dist/tools/__tests__/get-library-version.test.js +97 -0
  182. package/dist/tools/__tests__/get-library-version.test.js.map +1 -0
  183. package/dist/tools/__tests__/list-components.property.test.d.ts +2 -0
  184. package/dist/tools/__tests__/list-components.property.test.d.ts.map +1 -0
  185. package/dist/tools/__tests__/list-components.property.test.js +241 -0
  186. package/dist/tools/__tests__/list-components.property.test.js.map +1 -0
  187. package/dist/tools/__tests__/list-components.test.d.ts +2 -0
  188. package/dist/tools/__tests__/list-components.test.d.ts.map +1 -0
  189. package/dist/tools/__tests__/list-components.test.js +170 -0
  190. package/dist/tools/__tests__/list-components.test.js.map +1 -0
  191. package/dist/tools/__tests__/search-components.test.d.ts +2 -0
  192. package/dist/tools/__tests__/search-components.test.d.ts.map +1 -0
  193. package/dist/tools/__tests__/search-components.test.js +239 -0
  194. package/dist/tools/__tests__/search-components.test.js.map +1 -0
  195. package/dist/tools/get-deprecation-info.d.ts +42 -0
  196. package/dist/tools/get-deprecation-info.d.ts.map +1 -0
  197. package/dist/tools/get-deprecation-info.js +55 -0
  198. package/dist/tools/get-deprecation-info.js.map +1 -0
  199. package/dist/tools/get-library-version.d.ts +33 -0
  200. package/dist/tools/get-library-version.d.ts.map +1 -0
  201. package/dist/tools/get-library-version.js +62 -0
  202. package/dist/tools/get-library-version.js.map +1 -0
  203. package/dist/tools/index.d.ts +3 -0
  204. package/dist/tools/index.d.ts.map +1 -1
  205. package/dist/tools/index.js +3 -0
  206. package/dist/tools/index.js.map +1 -1
  207. package/dist/tools/list-deprecated.d.ts +47 -0
  208. package/dist/tools/list-deprecated.d.ts.map +1 -0
  209. package/dist/tools/list-deprecated.js +56 -0
  210. package/dist/tools/list-deprecated.js.map +1 -0
  211. package/dist/types/compodoc.d.ts +1 -0
  212. package/dist/types/compodoc.d.ts.map +1 -1
  213. package/dist/types/deprecation.d.ts +33 -0
  214. package/dist/types/deprecation.d.ts.map +1 -0
  215. package/dist/types/deprecation.js +5 -0
  216. package/dist/types/deprecation.js.map +1 -0
  217. package/dist/utils/__tests__/credential-masking.property.test.d.ts +2 -0
  218. package/dist/utils/__tests__/credential-masking.property.test.d.ts.map +1 -0
  219. package/dist/utils/__tests__/credential-masking.property.test.js +145 -0
  220. package/dist/utils/__tests__/credential-masking.property.test.js.map +1 -0
  221. package/dist/utils/__tests__/credential-masking.test.d.ts +2 -0
  222. package/dist/utils/__tests__/credential-masking.test.d.ts.map +1 -0
  223. package/dist/utils/__tests__/credential-masking.test.js +188 -0
  224. package/dist/utils/__tests__/credential-masking.test.js.map +1 -0
  225. package/dist/utils/__tests__/errors.test.d.ts +2 -0
  226. package/dist/utils/__tests__/errors.test.d.ts.map +1 -0
  227. package/dist/utils/__tests__/errors.test.js +110 -0
  228. package/dist/utils/__tests__/errors.test.js.map +1 -0
  229. package/dist/utils/__tests__/integration.test.d.ts +2 -0
  230. package/dist/utils/__tests__/integration.test.d.ts.map +1 -0
  231. package/dist/utils/__tests__/integration.test.js +142 -0
  232. package/dist/utils/__tests__/integration.test.js.map +1 -0
  233. package/dist/utils/__tests__/logger.test.d.ts +2 -0
  234. package/dist/utils/__tests__/logger.test.d.ts.map +1 -0
  235. package/dist/utils/__tests__/logger.test.js +119 -0
  236. package/dist/utils/__tests__/logger.test.js.map +1 -0
  237. package/dist/utils/__tests__/retry.test.d.ts +2 -0
  238. package/dist/utils/__tests__/retry.test.d.ts.map +1 -0
  239. package/dist/utils/__tests__/retry.test.js +84 -0
  240. package/dist/utils/__tests__/retry.test.js.map +1 -0
  241. package/dist/utils/credential-masking.js +4 -4
  242. package/dist/utils/credential-masking.js.map +1 -1
  243. package/dist/version/__tests__/changelog-commit-grouping.property.test.d.ts +2 -0
  244. package/dist/version/__tests__/changelog-commit-grouping.property.test.d.ts.map +1 -0
  245. package/dist/version/__tests__/changelog-commit-grouping.property.test.js +297 -0
  246. package/dist/version/__tests__/changelog-commit-grouping.property.test.js.map +1 -0
  247. package/dist/version/__tests__/changelog-commit-parsing.property.test.d.ts +2 -0
  248. package/dist/version/__tests__/changelog-commit-parsing.property.test.d.ts.map +1 -0
  249. package/dist/version/__tests__/changelog-commit-parsing.property.test.js +396 -0
  250. package/dist/version/__tests__/changelog-commit-parsing.property.test.js.map +1 -0
  251. package/dist/version/__tests__/changelog-file-updates.property.test.d.ts +11 -0
  252. package/dist/version/__tests__/changelog-file-updates.property.test.d.ts.map +1 -0
  253. package/dist/version/__tests__/changelog-file-updates.property.test.js +452 -0
  254. package/dist/version/__tests__/changelog-file-updates.property.test.js.map +1 -0
  255. package/dist/version/__tests__/dry-run-action.property.test.d.ts +8 -0
  256. package/dist/version/__tests__/dry-run-action.property.test.d.ts.map +1 -0
  257. package/dist/version/__tests__/dry-run-action.property.test.js +50 -0
  258. package/dist/version/__tests__/dry-run-action.property.test.js.map +1 -0
  259. package/dist/version/__tests__/dry-run-changelog.property.test.d.ts +8 -0
  260. package/dist/version/__tests__/dry-run-changelog.property.test.d.ts.map +1 -0
  261. package/dist/version/__tests__/dry-run-changelog.property.test.js +53 -0
  262. package/dist/version/__tests__/dry-run-changelog.property.test.js.map +1 -0
  263. package/dist/version/__tests__/dry-run-utils.test.d.ts +7 -0
  264. package/dist/version/__tests__/dry-run-utils.test.d.ts.map +1 -0
  265. package/dist/version/__tests__/dry-run-utils.test.js +205 -0
  266. package/dist/version/__tests__/dry-run-utils.test.js.map +1 -0
  267. package/dist/version/__tests__/dry-run-version.property.test.d.ts +8 -0
  268. package/dist/version/__tests__/dry-run-version.property.test.d.ts.map +1 -0
  269. package/dist/version/__tests__/dry-run-version.property.test.js +59 -0
  270. package/dist/version/__tests__/dry-run-version.property.test.js.map +1 -0
  271. package/dist/version/__tests__/git-tag-annotation.property.test.d.ts +11 -0
  272. package/dist/version/__tests__/git-tag-annotation.property.test.d.ts.map +1 -0
  273. package/dist/version/__tests__/git-tag-annotation.property.test.js +271 -0
  274. package/dist/version/__tests__/git-tag-annotation.property.test.js.map +1 -0
  275. package/dist/version/__tests__/git-tag-format.property.test.d.ts +11 -0
  276. package/dist/version/__tests__/git-tag-format.property.test.d.ts.map +1 -0
  277. package/dist/version/__tests__/git-tag-format.property.test.js +411 -0
  278. package/dist/version/__tests__/git-tag-format.property.test.js.map +1 -0
  279. package/dist/version/__tests__/git-tag-utils.test.d.ts +2 -0
  280. package/dist/version/__tests__/git-tag-utils.test.d.ts.map +1 -0
  281. package/dist/version/__tests__/git-tag-utils.test.js +142 -0
  282. package/dist/version/__tests__/git-tag-utils.test.js.map +1 -0
  283. package/dist/version/__tests__/npm-tag-selection.property.test.d.ts +2 -0
  284. package/dist/version/__tests__/npm-tag-selection.property.test.d.ts.map +1 -0
  285. package/dist/version/__tests__/npm-tag-selection.property.test.js +79 -0
  286. package/dist/version/__tests__/npm-tag-selection.property.test.js.map +1 -0
  287. package/dist/version/__tests__/release-title-format.property.test.d.ts +11 -0
  288. package/dist/version/__tests__/release-title-format.property.test.d.ts.map +1 -0
  289. package/dist/version/__tests__/release-title-format.property.test.js +422 -0
  290. package/dist/version/__tests__/release-title-format.property.test.js.map +1 -0
  291. package/dist/version/__tests__/release-utils.test.d.ts +7 -0
  292. package/dist/version/__tests__/release-utils.test.d.ts.map +1 -0
  293. package/dist/version/__tests__/release-utils.test.js +176 -0
  294. package/dist/version/__tests__/release-utils.test.js.map +1 -0
  295. package/dist/version/__tests__/rollback-changelog.property.test.d.ts +8 -0
  296. package/dist/version/__tests__/rollback-changelog.property.test.d.ts.map +1 -0
  297. package/dist/version/__tests__/rollback-changelog.property.test.js +61 -0
  298. package/dist/version/__tests__/rollback-changelog.property.test.js.map +1 -0
  299. package/dist/version/__tests__/rollback-utils.test.d.ts +7 -0
  300. package/dist/version/__tests__/rollback-utils.test.d.ts.map +1 -0
  301. package/dist/version/__tests__/rollback-utils.test.js +74 -0
  302. package/dist/version/__tests__/rollback-utils.test.js.map +1 -0
  303. package/dist/version/__tests__/version-manager.property.test.d.ts +2 -0
  304. package/dist/version/__tests__/version-manager.property.test.d.ts.map +1 -0
  305. package/dist/version/__tests__/version-manager.property.test.js +143 -0
  306. package/dist/version/__tests__/version-manager.property.test.js.map +1 -0
  307. package/dist/version/__tests__/version-manager.test.d.ts +2 -0
  308. package/dist/version/__tests__/version-manager.test.d.ts.map +1 -0
  309. package/dist/version/__tests__/version-manager.test.js +203 -0
  310. package/dist/version/__tests__/version-manager.test.js.map +1 -0
  311. package/dist/version/version-manager.d.ts.map +1 -1
  312. package/dist/version/version-manager.js +0 -4
  313. package/dist/version/version-manager.js.map +1 -1
  314. package/package.json +1 -1
  315. package/dist/test-error.ts +0 -1
@@ -0,0 +1,245 @@
1
+ /**
2
+ * Property-based tests for PathTypeDetector
3
+ * Feature: url-based-documentation-path
4
+ * Validates: Requirements 1.1, 1.2, 1.3, 1.4
5
+ */
6
+ import { describe, it, expect } from '@jest/globals';
7
+ import * as fc from 'fast-check';
8
+ import { PathTypeDetector, PathType } from '../path-type-detector.js';
9
+ describe('PathTypeDetector Property Tests', () => {
10
+ describe('Property 1: Valid URL Acceptance', () => {
11
+ it('should accept all valid HTTP URLs', () => {
12
+ fc.assert(fc.property(
13
+ // Generate valid HTTP URLs
14
+ fc.record({
15
+ protocol: fc.constant('http'),
16
+ hostname: fc.oneof(fc.constant('localhost'), fc.constant('example.com'), fc.constant('api.example.com'), fc.constant('192.168.1.1'), fc.webUrl({ validSchemes: ['http'] }).map(url => new URL(url).hostname)),
17
+ port: fc.option(fc.integer({ min: 1, max: 65535 }), { nil: undefined }),
18
+ path: fc.option(fc.oneof(fc.constant(''), fc.constant('/'), fc.constant('/path'), fc.constant('/path/to/file.json'), fc.constant('/api/v1/docs')), { nil: '' }),
19
+ query: fc.option(fc.oneof(fc.constant(''), fc.constant('?key=value'), fc.constant('?foo=bar&baz=qux')), { nil: '' }),
20
+ }).map(({ protocol, hostname, port, path, query }) => {
21
+ const portStr = port ? `:${port}` : '';
22
+ return `${protocol}://${hostname}${portStr}${path}${query}`;
23
+ }), (httpUrl) => {
24
+ // When validating an HTTP URL
25
+ const isValid = PathTypeDetector.isValidUrl(httpUrl);
26
+ const isRemote = PathTypeDetector.isRemoteUrl(httpUrl);
27
+ const pathInfo = PathTypeDetector.detect(httpUrl);
28
+ // Then it should be accepted as valid
29
+ expect(isValid).toBe(true);
30
+ expect(isRemote).toBe(true);
31
+ expect(pathInfo.type).toBe(PathType.HTTP_URL);
32
+ expect(pathInfo.originalPath).toBe(httpUrl);
33
+ }), { numRuns: 20 });
34
+ });
35
+ it('should accept all valid HTTPS URLs', () => {
36
+ fc.assert(fc.property(
37
+ // Generate valid HTTPS URLs
38
+ fc.record({
39
+ protocol: fc.constant('https'),
40
+ hostname: fc.oneof(fc.constant('localhost'), fc.constant('example.com'), fc.constant('api.example.com'), fc.constant('secure.example.org'), fc.webUrl({ validSchemes: ['https'] }).map(url => new URL(url).hostname)),
41
+ port: fc.option(fc.integer({ min: 1, max: 65535 }), { nil: undefined }),
42
+ path: fc.option(fc.oneof(fc.constant(''), fc.constant('/'), fc.constant('/path'), fc.constant('/path/to/file.json'), fc.constant('/api/v1/docs')), { nil: '' }),
43
+ query: fc.option(fc.oneof(fc.constant(''), fc.constant('?key=value'), fc.constant('?foo=bar&baz=qux')), { nil: '' }),
44
+ }).map(({ protocol, hostname, port, path, query }) => {
45
+ const portStr = port ? `:${port}` : '';
46
+ return `${protocol}://${hostname}${portStr}${path}${query}`;
47
+ }), (httpsUrl) => {
48
+ // When validating an HTTPS URL
49
+ const isValid = PathTypeDetector.isValidUrl(httpsUrl);
50
+ const isRemote = PathTypeDetector.isRemoteUrl(httpsUrl);
51
+ const pathInfo = PathTypeDetector.detect(httpsUrl);
52
+ // Then it should be accepted as valid
53
+ expect(isValid).toBe(true);
54
+ expect(isRemote).toBe(true);
55
+ expect(pathInfo.type).toBe(PathType.HTTPS_URL);
56
+ expect(pathInfo.originalPath).toBe(httpsUrl);
57
+ }), { numRuns: 20 });
58
+ });
59
+ });
60
+ describe('Property 2: Valid Local Path Acceptance', () => {
61
+ it('should accept all valid local file paths', () => {
62
+ fc.assert(fc.property(
63
+ // Generate valid local paths
64
+ fc.oneof(
65
+ // Absolute paths
66
+ fc.constant('/usr/local/docs/documentation.json'), fc.constant('/home/user/project/docs.json'), fc.constant('/var/lib/data.json'), fc.constant('C:\\Users\\Documents\\file.json'), fc.constant('D:\\Projects\\docs\\data.json'),
67
+ // Relative paths
68
+ fc.constant('./documentation.json'), fc.constant('../docs/documentation.json'), fc.constant('docs/documentation.json'), fc.constant('./path/to/file.json'), fc.constant('relative/path.json'),
69
+ // Paths with spaces
70
+ fc.constant('/path/with spaces/file.json'), fc.constant('./my documents/data.json'),
71
+ // Paths with special characters
72
+ fc.constant('/path/with-dashes/file.json'), fc.constant('./path_with_underscores/file.json'), fc.constant('/path/with.dots/file.json')), (localPath) => {
73
+ // When validating a local path
74
+ const isRemote = PathTypeDetector.isRemoteUrl(localPath);
75
+ const pathInfo = PathTypeDetector.detect(localPath);
76
+ // Then it should be accepted as a local path
77
+ expect(isRemote).toBe(false);
78
+ expect(pathInfo.type).toBe(PathType.LOCAL);
79
+ expect(pathInfo.originalPath).toBe(localPath);
80
+ expect(pathInfo.normalizedPath).toBe(localPath.trim());
81
+ }), { numRuns: 20 });
82
+ });
83
+ it('should handle paths with leading/trailing whitespace', () => {
84
+ fc.assert(fc.property(fc.oneof(fc.constant('./documentation.json'), fc.constant('/usr/local/docs/file.json'), fc.constant('relative/path.json')), fc.nat({ max: 5 }), fc.nat({ max: 5 }), (basePath, leadingSpaces, trailingSpaces) => {
85
+ // Create path with whitespace
86
+ const pathWithWhitespace = ' '.repeat(leadingSpaces) + basePath + ' '.repeat(trailingSpaces);
87
+ // When detecting path type
88
+ const pathInfo = PathTypeDetector.detect(pathWithWhitespace);
89
+ // Then it should normalize the path
90
+ expect(pathInfo.type).toBe(PathType.LOCAL);
91
+ expect(pathInfo.originalPath).toBe(pathWithWhitespace);
92
+ expect(pathInfo.normalizedPath).toBe(basePath);
93
+ }), { numRuns: 20 });
94
+ });
95
+ });
96
+ describe('Property 3: Invalid URL Rejection', () => {
97
+ it('should reject URLs with invalid protocols', () => {
98
+ fc.assert(fc.property(
99
+ // Generate URLs with invalid protocols
100
+ fc.oneof(fc.constant('ftp://example.com/file.json'), fc.constant('file://localhost/path/to/file.json'), fc.constant('ws://example.com/socket'), fc.constant('wss://example.com/socket'), fc.constant('ssh://user@host/path'), fc.constant('git://github.com/repo.git'), fc.constant('mailto:user@example.com'), fc.constant('tel:+1234567890')), (invalidProtocolUrl) => {
101
+ // When checking if it's a remote URL
102
+ const isRemote = PathTypeDetector.isRemoteUrl(invalidProtocolUrl);
103
+ const pathInfo = PathTypeDetector.detect(invalidProtocolUrl);
104
+ // Then it should be rejected as a remote URL
105
+ expect(isRemote).toBe(false);
106
+ // It should be treated as a local path (fallback behavior)
107
+ expect(pathInfo.type).toBe(PathType.LOCAL);
108
+ }), { numRuns: 20 });
109
+ });
110
+ it('should reject malformed URLs', () => {
111
+ fc.assert(fc.property(
112
+ // Generate malformed URLs that should be rejected
113
+ fc.oneof(fc.constant('http://'), fc.constant('https://'), fc.constant('://example.com'), fc.constant('http:/example.com'), fc.constant('http//example.com'), fc.constant('htp://example.com'), fc.constant('not a url at all'), fc.constant('just some text'), fc.constant('')), (malformedUrl) => {
114
+ // When validating a malformed URL
115
+ const isValid = PathTypeDetector.isValidUrl(malformedUrl);
116
+ const isRemote = PathTypeDetector.isRemoteUrl(malformedUrl);
117
+ // Then it should be rejected as a remote URL
118
+ expect(isRemote).toBe(false);
119
+ // Empty string should also fail isValidUrl
120
+ if (malformedUrl === '') {
121
+ expect(isValid).toBe(false);
122
+ }
123
+ }), { numRuns: 20 });
124
+ });
125
+ it('should handle edge cases gracefully', () => {
126
+ fc.assert(fc.property(fc.oneof(
127
+ // URLs with unusual but technically valid formats
128
+ fc.constant('http://localhost'), fc.constant('https://127.0.0.1'), fc.constant('http://[::1]'), // IPv6
129
+ fc.constant('http://example.com:8080'), fc.constant('https://example.com/path?query=value#fragment'),
130
+ // Paths that might look like URLs
131
+ fc.constant('http:relative/path'), fc.constant('https:another/path'), fc.constant('http_not_a_url'), fc.constant('https_also_not_url')), (edgeCase) => {
132
+ // When detecting path type
133
+ const pathInfo = PathTypeDetector.detect(edgeCase);
134
+ // Then it should make a consistent decision
135
+ expect(pathInfo.type).toBeDefined();
136
+ expect([PathType.LOCAL, PathType.HTTP_URL, PathType.HTTPS_URL]).toContain(pathInfo.type);
137
+ expect(pathInfo.originalPath).toBe(edgeCase);
138
+ expect(pathInfo.normalizedPath).toBe(edgeCase.trim());
139
+ }), { numRuns: 20 });
140
+ });
141
+ });
142
+ describe('Property 4: Path Type Detection', () => {
143
+ it('should correctly determine path type for HTTP URLs', () => {
144
+ fc.assert(fc.property(
145
+ // Generate valid HTTP URLs
146
+ fc.record({
147
+ protocol: fc.constant('http'),
148
+ hostname: fc.oneof(fc.constant('localhost'), fc.constant('example.com'), fc.constant('api.example.com'), fc.constant('192.168.1.1')),
149
+ port: fc.option(fc.integer({ min: 1, max: 65535 }), { nil: undefined }),
150
+ path: fc.option(fc.oneof(fc.constant(''), fc.constant('/'), fc.constant('/path/to/file.json'), fc.constant('/api/v1/docs')), { nil: '' }),
151
+ }).map(({ protocol, hostname, port, path }) => {
152
+ const portStr = port ? `:${port}` : '';
153
+ return `${protocol}://${hostname}${portStr}${path}`;
154
+ }), (httpUrl) => {
155
+ // When detecting path type for an HTTP URL
156
+ const pathInfo = PathTypeDetector.detect(httpUrl);
157
+ // Then it should correctly identify it as HTTP_URL
158
+ expect(pathInfo.type).toBe(PathType.HTTP_URL);
159
+ expect(pathInfo.originalPath).toBe(httpUrl);
160
+ expect(pathInfo.normalizedPath).toBe(httpUrl);
161
+ }), { numRuns: 100 });
162
+ });
163
+ it('should correctly determine path type for HTTPS URLs', () => {
164
+ fc.assert(fc.property(
165
+ // Generate valid HTTPS URLs
166
+ fc.record({
167
+ protocol: fc.constant('https'),
168
+ hostname: fc.oneof(fc.constant('localhost'), fc.constant('example.com'), fc.constant('secure.example.org'), fc.constant('api.github.com')),
169
+ port: fc.option(fc.integer({ min: 1, max: 65535 }), { nil: undefined }),
170
+ path: fc.option(fc.oneof(fc.constant(''), fc.constant('/'), fc.constant('/path/to/file.json'), fc.constant('/api/v1/docs')), { nil: '' }),
171
+ }).map(({ protocol, hostname, port, path }) => {
172
+ const portStr = port ? `:${port}` : '';
173
+ return `${protocol}://${hostname}${portStr}${path}`;
174
+ }), (httpsUrl) => {
175
+ // When detecting path type for an HTTPS URL
176
+ const pathInfo = PathTypeDetector.detect(httpsUrl);
177
+ // Then it should correctly identify it as HTTPS_URL
178
+ expect(pathInfo.type).toBe(PathType.HTTPS_URL);
179
+ expect(pathInfo.originalPath).toBe(httpsUrl);
180
+ expect(pathInfo.normalizedPath).toBe(httpsUrl);
181
+ }), { numRuns: 100 });
182
+ });
183
+ it('should correctly determine path type for local paths', () => {
184
+ fc.assert(fc.property(
185
+ // Generate various local path formats
186
+ fc.oneof(
187
+ // Absolute Unix paths
188
+ fc.constant('/usr/local/docs/documentation.json'), fc.constant('/home/user/project/docs.json'), fc.constant('/var/lib/data.json'),
189
+ // Absolute Windows paths
190
+ fc.constant('C:\\Users\\Documents\\file.json'), fc.constant('D:\\Projects\\docs\\data.json'),
191
+ // Relative paths
192
+ fc.constant('./documentation.json'), fc.constant('../docs/documentation.json'), fc.constant('docs/documentation.json'), fc.constant('./path/to/file.json'), fc.constant('relative/path.json'),
193
+ // Paths with special characters
194
+ fc.constant('/path/with spaces/file.json'), fc.constant('./path-with-dashes/file.json'), fc.constant('./path_with_underscores/file.json'), fc.constant('/path/with.dots/file.json')), (localPath) => {
195
+ // When detecting path type for a local path
196
+ const pathInfo = PathTypeDetector.detect(localPath);
197
+ // Then it should correctly identify it as LOCAL
198
+ expect(pathInfo.type).toBe(PathType.LOCAL);
199
+ expect(pathInfo.originalPath).toBe(localPath);
200
+ expect(pathInfo.normalizedPath).toBe(localPath.trim());
201
+ }), { numRuns: 100 });
202
+ });
203
+ it('should correctly determine path type for ambiguous strings', () => {
204
+ fc.assert(fc.property(
205
+ // Generate strings that might be ambiguous
206
+ fc.oneof(
207
+ // Invalid protocols (should be treated as local)
208
+ fc.constant('ftp://example.com/file.json'), fc.constant('file://localhost/path/to/file.json'), fc.constant('ws://example.com/socket'),
209
+ // Malformed URLs (should be treated as local)
210
+ fc.constant('http://'), fc.constant('https://'), fc.constant('http:/example.com'), fc.constant('http//example.com'),
211
+ // Strings that look like URLs but aren't
212
+ fc.constant('http:relative/path'), fc.constant('https:another/path'), fc.constant('http_not_a_url'),
213
+ // Plain text (should be treated as local)
214
+ fc.constant('not a url at all'), fc.constant('just some text'), fc.constant('documentation.json')), (ambiguousPath) => {
215
+ // When detecting path type for an ambiguous string
216
+ const pathInfo = PathTypeDetector.detect(ambiguousPath);
217
+ // Then it should make a consistent determination
218
+ expect(pathInfo.type).toBeDefined();
219
+ expect([PathType.LOCAL, PathType.HTTP_URL, PathType.HTTPS_URL]).toContain(pathInfo.type);
220
+ expect(pathInfo.originalPath).toBe(ambiguousPath);
221
+ expect(pathInfo.normalizedPath).toBe(ambiguousPath.trim());
222
+ // If it's not a valid HTTP/HTTPS URL, it should be LOCAL
223
+ const isRemote = PathTypeDetector.isRemoteUrl(ambiguousPath);
224
+ if (!isRemote) {
225
+ expect(pathInfo.type).toBe(PathType.LOCAL);
226
+ }
227
+ }), { numRuns: 100 });
228
+ });
229
+ it('should handle whitespace consistently across all path types', () => {
230
+ fc.assert(fc.property(fc.oneof(fc.constant('http://example.com/file.json'), fc.constant('https://secure.example.com/docs'), fc.constant('./local/path.json'), fc.constant('/absolute/path.json'), fc.constant('relative/path.json')), fc.nat({ max: 5 }), fc.nat({ max: 5 }), (basePath, leadingSpaces, trailingSpaces) => {
231
+ // Create path with whitespace
232
+ const pathWithWhitespace = ' '.repeat(leadingSpaces) + basePath + ' '.repeat(trailingSpaces);
233
+ // When detecting path type
234
+ const pathInfo = PathTypeDetector.detect(pathWithWhitespace);
235
+ // Then it should normalize the path and detect type correctly
236
+ expect(pathInfo.originalPath).toBe(pathWithWhitespace);
237
+ expect(pathInfo.normalizedPath).toBe(basePath);
238
+ // The type should match what we'd get without whitespace
239
+ const expectedPathInfo = PathTypeDetector.detect(basePath);
240
+ expect(pathInfo.type).toBe(expectedPathInfo.type);
241
+ }), { numRuns: 100 });
242
+ });
243
+ });
244
+ });
245
+ //# sourceMappingURL=path-type-detector.property.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"path-type-detector.property.test.js","sourceRoot":"","sources":["../../../src/loader/__tests__/path-type-detector.property.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=path-type-detector.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"path-type-detector.test.d.ts","sourceRoot":"","sources":["../../../src/loader/__tests__/path-type-detector.test.ts"],"names":[],"mappings":""}