@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,422 @@
1
+ /**
2
+ * Property-based tests for IndexBuilder
3
+ * Feature: eui-compodoc-mcp, Property 1: Complete component listing
4
+ * Validates: Requirements 1.1, 1.4
5
+ */
6
+ import { describe, it, expect } from '@jest/globals';
7
+ import * as fc from 'fast-check';
8
+ import { IndexBuilder } from '../index-builder.js';
9
+ // Arbitraries for generating test data
10
+ /**
11
+ * Generate a valid component
12
+ */
13
+ const componentArbitrary = fc.record({
14
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
15
+ id: fc.string({ minLength: 1 }),
16
+ file: fc.string({ minLength: 1 }),
17
+ type: fc.constant('component'),
18
+ selector: fc.option(fc.string({ minLength: 1 }), { nil: undefined }),
19
+ description: fc.option(fc.string(), { nil: undefined }),
20
+ deprecated: fc.boolean(),
21
+ inputs: fc.option(fc.array(fc.record({
22
+ name: fc.string({ minLength: 1 }),
23
+ type: fc.string({ minLength: 1 }),
24
+ deprecated: fc.boolean(),
25
+ })), { nil: undefined }),
26
+ outputs: fc.option(fc.array(fc.record({
27
+ name: fc.string({ minLength: 1 }),
28
+ type: fc.string({ minLength: 1 }),
29
+ deprecated: fc.boolean(),
30
+ })), { nil: undefined }),
31
+ });
32
+ /**
33
+ * Generate a valid directive
34
+ */
35
+ const directiveArbitrary = fc.record({
36
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
37
+ id: fc.string({ minLength: 1 }),
38
+ file: fc.string({ minLength: 1 }),
39
+ type: fc.constant('directive'),
40
+ selector: fc.option(fc.string({ minLength: 1 }), { nil: undefined }),
41
+ description: fc.option(fc.string(), { nil: undefined }),
42
+ deprecated: fc.boolean(),
43
+ });
44
+ /**
45
+ * Generate a valid pipe
46
+ */
47
+ const pipeArbitrary = fc.record({
48
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
49
+ id: fc.string({ minLength: 1 }),
50
+ file: fc.string({ minLength: 1 }),
51
+ type: fc.constant('pipe'),
52
+ description: fc.option(fc.string(), { nil: undefined }),
53
+ deprecated: fc.boolean(),
54
+ });
55
+ /**
56
+ * Generate a valid injectable (service)
57
+ */
58
+ const injectableArbitrary = fc.record({
59
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
60
+ id: fc.string({ minLength: 1 }),
61
+ file: fc.string({ minLength: 1 }),
62
+ type: fc.constant('injectable'),
63
+ description: fc.option(fc.string(), { nil: undefined }),
64
+ deprecated: fc.boolean(),
65
+ });
66
+ /**
67
+ * Generate valid Compodoc documentation with unique names
68
+ */
69
+ const documentationArbitrary = fc
70
+ .record({
71
+ components: fc.array(componentArbitrary, { maxLength: 20 }),
72
+ directives: fc.array(directiveArbitrary, { maxLength: 20 }),
73
+ pipes: fc.array(pipeArbitrary, { maxLength: 20 }),
74
+ injectables: fc.array(injectableArbitrary, { maxLength: 20 }),
75
+ interfaces: fc.constant([]),
76
+ classes: fc.constant([]),
77
+ modules: fc.constant([]),
78
+ })
79
+ .filter((doc) => {
80
+ // Ensure all names are unique across all types
81
+ const allNames = new Set();
82
+ const items = [
83
+ ...doc.components,
84
+ ...doc.directives,
85
+ ...doc.pipes,
86
+ ...doc.injectables,
87
+ ];
88
+ for (const item of items) {
89
+ if (allNames.has(item.name)) {
90
+ return false; // Duplicate found, reject this example
91
+ }
92
+ allNames.add(item.name);
93
+ }
94
+ return true;
95
+ });
96
+ describe('IndexBuilder Property Tests', () => {
97
+ describe('Property 1: Complete component listing', () => {
98
+ /**
99
+ * Feature: eui-compodoc-mcp, Property 1: Complete component listing
100
+ * Validates: Requirements 1.1, 1.4
101
+ *
102
+ * For any valid documentation.json file, calling list-components should return
103
+ * all non-deprecated components present in the file (or all components if
104
+ * includeDeprecated is true).
105
+ */
106
+ it('should index all non-deprecated components from documentation', () => {
107
+ fc.assert(fc.property(documentationArbitrary, (documentation) => {
108
+ const builder = new IndexBuilder();
109
+ const index = builder.build(documentation);
110
+ // Count non-deprecated items in the original documentation
111
+ const nonDeprecatedComponents = documentation.components.filter((c) => !c.deprecated);
112
+ const nonDeprecatedDirectives = documentation.directives.filter((d) => !d.deprecated);
113
+ const nonDeprecatedPipes = documentation.pipes.filter((p) => !p.deprecated);
114
+ const nonDeprecatedInjectables = documentation.injectables.filter((i) => !i.deprecated);
115
+ // Count non-deprecated items in the index
116
+ const indexedNonDeprecatedComponents = index.components.filter((c) => !c.deprecated);
117
+ const indexedNonDeprecatedDirectives = index.directives.filter((d) => !d.deprecated);
118
+ const indexedNonDeprecatedPipes = index.pipes.filter((p) => !p.deprecated);
119
+ const indexedNonDeprecatedServices = index.services.filter((s) => !s.deprecated);
120
+ // Verify all non-deprecated items are indexed
121
+ expect(indexedNonDeprecatedComponents.length).toBe(nonDeprecatedComponents.length);
122
+ expect(indexedNonDeprecatedDirectives.length).toBe(nonDeprecatedDirectives.length);
123
+ expect(indexedNonDeprecatedPipes.length).toBe(nonDeprecatedPipes.length);
124
+ expect(indexedNonDeprecatedServices.length).toBe(nonDeprecatedInjectables.length);
125
+ // Verify all items (including deprecated) are indexed
126
+ expect(index.components.length).toBe(documentation.components.length);
127
+ expect(index.directives.length).toBe(documentation.directives.length);
128
+ expect(index.pipes.length).toBe(documentation.pipes.length);
129
+ expect(index.services.length).toBe(documentation.injectables.length);
130
+ }), { numRuns: 100 });
131
+ });
132
+ it('should make all components accessible by name', () => {
133
+ fc.assert(fc.property(documentationArbitrary, (documentation) => {
134
+ const builder = new IndexBuilder();
135
+ const index = builder.build(documentation);
136
+ // Verify all components are accessible by name
137
+ for (const component of documentation.components) {
138
+ expect(index.byName.has(component.name)).toBe(true);
139
+ expect(index.byName.get(component.name)).toEqual(component);
140
+ }
141
+ // Verify all directives are accessible by name
142
+ for (const directive of documentation.directives) {
143
+ expect(index.byName.has(directive.name)).toBe(true);
144
+ expect(index.byName.get(directive.name)).toEqual(directive);
145
+ }
146
+ // Verify all pipes are accessible by name
147
+ for (const pipe of documentation.pipes) {
148
+ expect(index.byName.has(pipe.name)).toBe(true);
149
+ expect(index.byName.get(pipe.name)).toEqual(pipe);
150
+ }
151
+ // Verify all injectables are accessible by name
152
+ for (const injectable of documentation.injectables) {
153
+ expect(index.byName.has(injectable.name)).toBe(true);
154
+ expect(index.byName.get(injectable.name)).toEqual(injectable);
155
+ }
156
+ }), { numRuns: 100 });
157
+ });
158
+ it('should make components with selectors accessible by selector', () => {
159
+ fc.assert(fc.property(documentationArbitrary, (documentation) => {
160
+ const builder = new IndexBuilder();
161
+ const index = builder.build(documentation);
162
+ // Collect all items with selectors (filter ensures selector is defined)
163
+ const itemsWithSelectors = [
164
+ ...documentation.components.filter((c) => !!c.selector),
165
+ ...documentation.directives.filter((d) => !!d.selector),
166
+ ];
167
+ // Verify that for each unique selector, at least one item is accessible
168
+ const uniqueSelectors = new Set(itemsWithSelectors.map(item => item.selector));
169
+ for (const selector of uniqueSelectors) {
170
+ expect(index.bySelector.has(selector)).toBe(true);
171
+ // The stored item should be one of the items with this selector
172
+ const storedItem = index.bySelector.get(selector);
173
+ const itemsWithThisSelector = itemsWithSelectors.filter(item => item.selector === selector);
174
+ expect(itemsWithThisSelector).toContainEqual(storedItem);
175
+ }
176
+ }), { numRuns: 100 });
177
+ });
178
+ it('should correctly calculate total count', () => {
179
+ fc.assert(fc.property(documentationArbitrary, (documentation) => {
180
+ const builder = new IndexBuilder();
181
+ const index = builder.build(documentation);
182
+ const expectedTotal = documentation.components.length +
183
+ documentation.directives.length +
184
+ documentation.pipes.length +
185
+ documentation.injectables.length;
186
+ expect(index.totalCount).toBe(expectedTotal);
187
+ }), { numRuns: 100 });
188
+ });
189
+ it('should populate search index with component names', () => {
190
+ fc.assert(fc.property(documentationArbitrary, (documentation) => {
191
+ const builder = new IndexBuilder();
192
+ const index = builder.build(documentation);
193
+ // Verify that all component names appear in the search index
194
+ for (const component of documentation.components) {
195
+ // Extract words from component name using the same logic as IndexBuilder
196
+ const normalized = component.name.toLowerCase();
197
+ const words = normalized.split(/[^a-z0-9]+/).filter((w) => w.length > 0);
198
+ // If no words extracted, the normalized name itself should be indexed
199
+ const searchTerms = words.length > 0 ? words : [normalized.trim()];
200
+ // At least one search term should be in the search index
201
+ const hasWord = searchTerms.some((word) => {
202
+ const names = index.searchIndex.get(word);
203
+ return names && names.has(component.name);
204
+ });
205
+ expect(hasWord).toBe(true);
206
+ }
207
+ }), { numRuns: 100 });
208
+ });
209
+ });
210
+ describe('Property 6: Type information preservation', () => {
211
+ /**
212
+ * Feature: eui-compodoc-mcp, Property 6: Type information preservation
213
+ * Validates: Requirements 2.4
214
+ *
215
+ * For any component with type information in the documentation, retrieving it
216
+ * should return the same type information without loss or corruption.
217
+ */
218
+ it('should preserve input type information', () => {
219
+ fc.assert(fc.property(fc.record({
220
+ components: fc.array(fc.record({
221
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
222
+ id: fc.string({ minLength: 1 }),
223
+ file: fc.string({ minLength: 1 }),
224
+ type: fc.constant('component'),
225
+ deprecated: fc.boolean(),
226
+ inputs: fc.array(fc.record({
227
+ name: fc.string({ minLength: 1 }),
228
+ type: fc.oneof(fc.constant('string'), fc.constant('number'), fc.constant('boolean'), fc.constant('any'), fc.constant('string | number'), fc.constant('Array<string>'), fc.constant('Observable<number>'), fc.constant('{ [key: string]: any }')),
229
+ deprecated: fc.boolean(),
230
+ optional: fc.boolean(),
231
+ description: fc.option(fc.string(), { nil: undefined }),
232
+ })),
233
+ })),
234
+ directives: fc.constant([]),
235
+ pipes: fc.constant([]),
236
+ injectables: fc.constant([]),
237
+ interfaces: fc.constant([]),
238
+ classes: fc.constant([]),
239
+ modules: fc.constant([]),
240
+ }).filter((doc) => {
241
+ // Ensure unique names
242
+ const names = new Set(doc.components.map((c) => c.name));
243
+ return names.size === doc.components.length;
244
+ }), (documentation) => {
245
+ const builder = new IndexBuilder();
246
+ const index = builder.build(documentation);
247
+ // Verify that all input type information is preserved
248
+ for (const component of documentation.components) {
249
+ const indexed = index.byName.get(component.name);
250
+ expect(indexed).toBeDefined();
251
+ if (component.inputs && component.inputs.length > 0) {
252
+ expect(indexed.inputs).toBeDefined();
253
+ expect(indexed.inputs.length).toBe(component.inputs.length);
254
+ for (let i = 0; i < component.inputs.length; i++) {
255
+ const originalInput = component.inputs[i];
256
+ const indexedInput = indexed.inputs[i];
257
+ // Verify type is preserved exactly
258
+ expect(indexedInput.type).toBe(originalInput.type);
259
+ expect(indexedInput.name).toBe(originalInput.name);
260
+ expect(indexedInput.optional).toBe(originalInput.optional);
261
+ expect(indexedInput.description).toBe(originalInput.description);
262
+ }
263
+ }
264
+ }
265
+ }), { numRuns: 100 });
266
+ });
267
+ it('should preserve output type information', () => {
268
+ fc.assert(fc.property(fc.record({
269
+ components: fc.array(fc.record({
270
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
271
+ id: fc.string({ minLength: 1 }),
272
+ file: fc.string({ minLength: 1 }),
273
+ type: fc.constant('component'),
274
+ deprecated: fc.boolean(),
275
+ outputs: fc.array(fc.record({
276
+ name: fc.string({ minLength: 1 }),
277
+ type: fc.oneof(fc.constant('EventEmitter<void>'), fc.constant('EventEmitter<string>'), fc.constant('EventEmitter<number>'), fc.constant('EventEmitter<boolean>'), fc.constant('EventEmitter<any>'), fc.constant('Subject<string>'), fc.constant('Observable<CustomEvent>')),
278
+ deprecated: fc.boolean(),
279
+ description: fc.option(fc.string(), { nil: undefined }),
280
+ })),
281
+ })),
282
+ directives: fc.constant([]),
283
+ pipes: fc.constant([]),
284
+ injectables: fc.constant([]),
285
+ interfaces: fc.constant([]),
286
+ classes: fc.constant([]),
287
+ modules: fc.constant([]),
288
+ }).filter((doc) => {
289
+ // Ensure unique names
290
+ const names = new Set(doc.components.map((c) => c.name));
291
+ return names.size === doc.components.length;
292
+ }), (documentation) => {
293
+ const builder = new IndexBuilder();
294
+ const index = builder.build(documentation);
295
+ // Verify that all output type information is preserved
296
+ for (const component of documentation.components) {
297
+ const indexed = index.byName.get(component.name);
298
+ expect(indexed).toBeDefined();
299
+ if (component.outputs && component.outputs.length > 0) {
300
+ expect(indexed.outputs).toBeDefined();
301
+ expect(indexed.outputs.length).toBe(component.outputs.length);
302
+ for (let i = 0; i < component.outputs.length; i++) {
303
+ const originalOutput = component.outputs[i];
304
+ const indexedOutput = indexed.outputs[i];
305
+ // Verify type is preserved exactly
306
+ expect(indexedOutput.type).toBe(originalOutput.type);
307
+ expect(indexedOutput.name).toBe(originalOutput.name);
308
+ expect(indexedOutput.description).toBe(originalOutput.description);
309
+ }
310
+ }
311
+ }
312
+ }), { numRuns: 100 });
313
+ });
314
+ it('should preserve method return type information', () => {
315
+ fc.assert(fc.property(fc.record({
316
+ components: fc.array(fc.record({
317
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
318
+ id: fc.string({ minLength: 1 }),
319
+ file: fc.string({ minLength: 1 }),
320
+ type: fc.constant('component'),
321
+ deprecated: fc.boolean(),
322
+ methods: fc.array(fc.record({
323
+ name: fc.string({ minLength: 1 }),
324
+ returnType: fc.oneof(fc.constant('void'), fc.constant('string'), fc.constant('number'), fc.constant('boolean'), fc.constant('Promise<void>'), fc.constant('Promise<string>'), fc.constant('Observable<any>'), fc.constant('Array<string>')),
325
+ deprecated: fc.boolean(),
326
+ args: fc.option(fc.array(fc.record({
327
+ name: fc.string({ minLength: 1 }),
328
+ type: fc.oneof(fc.constant('string'), fc.constant('number'), fc.constant('boolean'), fc.constant('any')),
329
+ deprecated: fc.boolean(),
330
+ })), { nil: undefined }),
331
+ })),
332
+ })),
333
+ directives: fc.constant([]),
334
+ pipes: fc.constant([]),
335
+ injectables: fc.constant([]),
336
+ interfaces: fc.constant([]),
337
+ classes: fc.constant([]),
338
+ modules: fc.constant([]),
339
+ }).filter((doc) => {
340
+ // Ensure unique names
341
+ const names = new Set(doc.components.map((c) => c.name));
342
+ return names.size === doc.components.length;
343
+ }), (documentation) => {
344
+ const builder = new IndexBuilder();
345
+ const index = builder.build(documentation);
346
+ // Verify that all method type information is preserved
347
+ for (const component of documentation.components) {
348
+ const indexed = index.byName.get(component.name);
349
+ expect(indexed).toBeDefined();
350
+ if (component.methods && component.methods.length > 0) {
351
+ expect(indexed.methods).toBeDefined();
352
+ expect(indexed.methods.length).toBe(component.methods.length);
353
+ for (let i = 0; i < component.methods.length; i++) {
354
+ const originalMethod = component.methods[i];
355
+ const indexedMethod = indexed.methods[i];
356
+ // Verify return type is preserved exactly
357
+ expect(indexedMethod.returnType).toBe(originalMethod.returnType);
358
+ expect(indexedMethod.name).toBe(originalMethod.name);
359
+ // Verify argument types are preserved
360
+ if (originalMethod.args) {
361
+ expect(indexedMethod.args).toBeDefined();
362
+ expect(indexedMethod.args.length).toBe(originalMethod.args.length);
363
+ for (let j = 0; j < originalMethod.args.length; j++) {
364
+ expect(indexedMethod.args[j].type).toBe(originalMethod.args[j].type);
365
+ expect(indexedMethod.args[j].name).toBe(originalMethod.args[j].name);
366
+ }
367
+ }
368
+ }
369
+ }
370
+ }
371
+ }), { numRuns: 100 });
372
+ });
373
+ it('should preserve property type information', () => {
374
+ fc.assert(fc.property(fc.record({
375
+ injectables: fc.array(fc.record({
376
+ name: fc.string({ minLength: 1, maxLength: 50 }).filter((s) => s.trim().length > 0),
377
+ id: fc.string({ minLength: 1 }),
378
+ file: fc.string({ minLength: 1 }),
379
+ type: fc.constant('injectable'),
380
+ deprecated: fc.boolean(),
381
+ properties: fc.array(fc.record({
382
+ name: fc.string({ minLength: 1 }),
383
+ type: fc.oneof(fc.constant('string'), fc.constant('number'), fc.constant('boolean'), fc.constant('any'), fc.constant('HttpClient'), fc.constant('Router'), fc.constant('ActivatedRoute')),
384
+ deprecated: fc.boolean(),
385
+ optional: fc.boolean(),
386
+ })),
387
+ })),
388
+ components: fc.constant([]),
389
+ directives: fc.constant([]),
390
+ pipes: fc.constant([]),
391
+ interfaces: fc.constant([]),
392
+ classes: fc.constant([]),
393
+ modules: fc.constant([]),
394
+ }).filter((doc) => {
395
+ // Ensure unique names
396
+ const names = new Set(doc.injectables.map((i) => i.name));
397
+ return names.size === doc.injectables.length;
398
+ }), (documentation) => {
399
+ const builder = new IndexBuilder();
400
+ const index = builder.build(documentation);
401
+ // Verify that all property type information is preserved
402
+ for (const injectable of documentation.injectables) {
403
+ const indexed = index.byName.get(injectable.name);
404
+ expect(indexed).toBeDefined();
405
+ if (injectable.properties && injectable.properties.length > 0) {
406
+ expect(indexed.properties).toBeDefined();
407
+ expect(indexed.properties.length).toBe(injectable.properties.length);
408
+ for (let i = 0; i < injectable.properties.length; i++) {
409
+ const originalProperty = injectable.properties[i];
410
+ const indexedProperty = indexed.properties[i];
411
+ // Verify type is preserved exactly
412
+ expect(indexedProperty.type).toBe(originalProperty.type);
413
+ expect(indexedProperty.name).toBe(originalProperty.name);
414
+ expect(indexedProperty.optional).toBe(originalProperty.optional);
415
+ }
416
+ }
417
+ }
418
+ }), { numRuns: 100 });
419
+ });
420
+ });
421
+ });
422
+ //# sourceMappingURL=index-builder.property.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-builder.property.test.js","sourceRoot":"","sources":["../../../src/query/__tests__/index-builder.property.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index-builder.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-builder.test.d.ts","sourceRoot":"","sources":["../../../src/query/__tests__/index-builder.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,55 @@
1
+ /**
2
+ * Unit tests for IndexBuilder
3
+ */
4
+ import { describe, it, expect } from '@jest/globals';
5
+ import { IndexBuilder } from '../index-builder.js';
6
+ describe('IndexBuilder', () => {
7
+ it('should create an empty index from empty documentation', () => {
8
+ const builder = new IndexBuilder();
9
+ const emptyDoc = {
10
+ pipes: [],
11
+ components: [],
12
+ directives: [],
13
+ injectables: [],
14
+ interfaces: [],
15
+ classes: [],
16
+ modules: [],
17
+ };
18
+ const index = builder.build(emptyDoc);
19
+ expect(index.components).toHaveLength(0);
20
+ expect(index.directives).toHaveLength(0);
21
+ expect(index.pipes).toHaveLength(0);
22
+ expect(index.services).toHaveLength(0);
23
+ expect(index.totalCount).toBe(0);
24
+ expect(index.byName.size).toBe(0);
25
+ expect(index.bySelector.size).toBe(0);
26
+ });
27
+ it('should index a single component', () => {
28
+ const builder = new IndexBuilder();
29
+ const doc = {
30
+ pipes: [],
31
+ components: [
32
+ {
33
+ name: 'TestComponent',
34
+ id: 'test-id',
35
+ file: 'test.ts',
36
+ type: 'component',
37
+ selector: 'app-test',
38
+ deprecated: false,
39
+ deprecationMessage: '',
40
+ },
41
+ ],
42
+ directives: [],
43
+ injectables: [],
44
+ interfaces: [],
45
+ classes: [],
46
+ modules: [],
47
+ };
48
+ const index = builder.build(doc);
49
+ expect(index.components).toHaveLength(1);
50
+ expect(index.totalCount).toBe(1);
51
+ expect(index.byName.has('TestComponent')).toBe(true);
52
+ expect(index.bySelector.has('app-test')).toBe(true);
53
+ });
54
+ });
55
+ //# sourceMappingURL=index-builder.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-builder.test.js","sourceRoot":"","sources":["../../../src/query/__tests__/index-builder.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAGnD,QAAQ,CAAC,cAAc,EAAE,GAAG,EAAE;IAC5B,EAAE,CAAC,uDAAuD,EAAE,GAAG,EAAE;QAC/D,MAAM,OAAO,GAAG,IAAI,YAAY,EAAE,CAAC;QACnC,MAAM,QAAQ,GAA0B;YACtC,KAAK,EAAE,EAAE;YACT,UAAU,EAAE,EAAE;YACd,UAAU,EAAE,EAAE;YACd,WAAW,EAAE,EAAE;YACf,UAAU,EAAE,EAAE;YACd,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,EAAE;SACZ,CAAC;QAEF,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAEtC,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACzC,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACzC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACpC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACvC,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACjC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClC,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,iCAAiC,EAAE,GAAG,EAAE;QACzC,MAAM,OAAO,GAAG,IAAI,YAAY,EAAE,CAAC;QACnC,MAAM,GAAG,GAA0B;YACjC,KAAK,EAAE,EAAE;YACT,UAAU,EAAE;gBACV;oBACE,IAAI,EAAE,eAAe;oBACrB,EAAE,EAAE,SAAS;oBACb,IAAI,EAAE,SAAS;oBACf,IAAI,EAAE,WAAW;oBACjB,QAAQ,EAAE,UAAU;oBACpB,UAAU,EAAE,KAAK;oBACjB,kBAAkB,EAAE,EAAE;iBACvB;aACF;YACD,UAAU,EAAE,EAAE;YACd,WAAW,EAAE,EAAE;YACf,UAAU,EAAE,EAAE;YACd,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,EAAE;SACZ,CAAC;QAEF,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEjC,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACzC,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACjC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrD,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=result-formatter-deprecation.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-formatter-deprecation.test.d.ts","sourceRoot":"","sources":["../../../src/query/__tests__/result-formatter-deprecation.test.ts"],"names":[],"mappings":""}