polen 0.11.0-next.12 → 0.11.0-next.14

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 (753) hide show
  1. package/README.md +1 -1
  2. package/build/api/api.d.ts +1 -0
  3. package/build/api/api.d.ts.map +1 -1
  4. package/build/api/api.js +1 -0
  5. package/build/api/api.js.map +1 -1
  6. package/build/api/cache/$$.d.ts +2 -0
  7. package/build/api/cache/$$.d.ts.map +1 -0
  8. package/build/api/cache/$$.js +2 -0
  9. package/build/api/cache/$$.js.map +1 -0
  10. package/build/api/cache/$.d.ts +2 -0
  11. package/build/api/cache/$.d.ts.map +1 -0
  12. package/build/api/cache/$.js +2 -0
  13. package/build/api/cache/$.js.map +1 -0
  14. package/build/api/cache/cache.d.ts +40 -0
  15. package/build/api/cache/cache.d.ts.map +1 -0
  16. package/build/api/cache/cache.js +158 -0
  17. package/build/api/cache/cache.js.map +1 -0
  18. package/build/api/content/navbar.d.ts +1 -0
  19. package/build/api/content/navbar.d.ts.map +1 -1
  20. package/build/api/content/navbar.js +1 -0
  21. package/build/api/content/navbar.js.map +1 -1
  22. package/build/api/content/page.d.ts +1 -1
  23. package/build/api/content/page.d.ts.map +1 -1
  24. package/build/api/content/scan.d.ts +1 -1
  25. package/build/api/content/scan.d.ts.map +1 -1
  26. package/build/api/content/scan.js +1 -1
  27. package/build/api/content/scan.js.map +1 -1
  28. package/build/api/content/sidebar.js +1 -1
  29. package/build/api/content/sidebar.js.map +1 -1
  30. package/build/api/hooks/helpers.d.ts +5 -0
  31. package/build/api/hooks/helpers.d.ts.map +1 -0
  32. package/build/api/hooks/helpers.js +4 -0
  33. package/build/api/hooks/helpers.js.map +1 -0
  34. package/build/api/hooks/index.d.ts +3 -0
  35. package/build/api/hooks/index.d.ts.map +1 -0
  36. package/build/api/hooks/index.js +3 -0
  37. package/build/api/hooks/index.js.map +1 -0
  38. package/build/api/hooks/types.d.ts +11 -0
  39. package/build/api/hooks/types.d.ts.map +1 -0
  40. package/build/api/hooks/types.js +2 -0
  41. package/build/api/hooks/types.js.map +1 -0
  42. package/build/api/iso/schema/$$.d.ts +0 -1
  43. package/build/api/iso/schema/$$.d.ts.map +1 -1
  44. package/build/api/iso/schema/routing.js +1 -1
  45. package/build/api/iso/schema/routing.js.map +1 -1
  46. package/build/api/iso/schema/validation.js +1 -1
  47. package/build/api/iso/schema/validation.js.map +1 -1
  48. package/build/api/schema/data-sources/introspection/introspection.d.ts +4 -3
  49. package/build/api/schema/data-sources/introspection/introspection.d.ts.map +1 -1
  50. package/build/api/schema/data-sources/introspection/introspection.js +6 -5
  51. package/build/api/schema/data-sources/introspection/introspection.js.map +1 -1
  52. package/build/api/schema/data-sources/memory/memory.d.ts +2 -2
  53. package/build/api/schema/data-sources/memory/memory.d.ts.map +1 -1
  54. package/build/api/schema/data-sources/memory/memory.js +24 -12
  55. package/build/api/schema/data-sources/memory/memory.js.map +1 -1
  56. package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +2 -2
  57. package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts.map +1 -1
  58. package/build/api/schema/data-sources/schema-directory/schema-directory.js +24 -12
  59. package/build/api/schema/data-sources/schema-directory/schema-directory.js.map +1 -1
  60. package/build/api/schema/data-sources/schema-file/schema-file.d.ts +3 -3
  61. package/build/api/schema/data-sources/schema-file/schema-file.d.ts.map +1 -1
  62. package/build/api/schema/data-sources/schema-file/schema-file.js +5 -4
  63. package/build/api/schema/data-sources/schema-file/schema-file.js.map +1 -1
  64. package/build/api/schema/read.d.ts +4 -4
  65. package/build/api/schema/read.d.ts.map +1 -1
  66. package/build/api/schema/read.js +1 -1
  67. package/build/api/schema/read.js.map +1 -1
  68. package/build/api/schema/schema.d.ts +0 -10
  69. package/build/api/schema/schema.d.ts.map +1 -1
  70. package/build/api/schema/schema.js.map +1 -1
  71. package/build/api/schema-augmentation/augmentations/description.d.ts +1 -1
  72. package/build/api/schema-augmentation/augmentations/description.d.ts.map +1 -1
  73. package/build/api/schema-augmentation/schema-augmentation.d.ts +1 -1
  74. package/build/api/schema-augmentation/schema-augmentation.d.ts.map +1 -1
  75. package/build/api/schema-augmentation/target.d.ts +1 -1
  76. package/build/api/schema-augmentation/target.d.ts.map +1 -1
  77. package/build/api/schema-augmentation/target.js +1 -1
  78. package/build/api/schema-augmentation/target.js.map +1 -1
  79. package/build/api/schema-source/schema-source.d.ts +9 -5
  80. package/build/api/schema-source/schema-source.d.ts.map +1 -1
  81. package/build/api/schema-source/schema-source.js +37 -24
  82. package/build/api/schema-source/schema-source.js.map +1 -1
  83. package/build/api/vite/plugins/build.js +1 -1
  84. package/build/api/vite/plugins/build.js.map +1 -1
  85. package/build/api/vite/plugins/core.d.ts +2 -1
  86. package/build/api/vite/plugins/core.d.ts.map +1 -1
  87. package/build/api/vite/plugins/core.js +47 -9
  88. package/build/api/vite/plugins/core.js.map +1 -1
  89. package/build/api/vite/plugins/pages.js +1 -1
  90. package/build/api/vite/plugins/pages.js.map +1 -1
  91. package/build/api/vite/plugins/schema-assets.d.ts +1 -1
  92. package/build/api/vite/plugins/schema-assets.d.ts.map +1 -1
  93. package/build/api/vite/plugins/schema-assets.js +14 -5
  94. package/build/api/vite/plugins/schema-assets.js.map +1 -1
  95. package/build/api/vite/vi.d.ts +1 -1
  96. package/build/api/vite/vi.d.ts.map +1 -1
  97. package/build/api/vite/vi.js +1 -1
  98. package/build/api/vite/vi.js.map +1 -1
  99. package/build/cli/commands/cache/$default.d.ts +3 -0
  100. package/build/cli/commands/cache/$default.d.ts.map +1 -0
  101. package/build/cli/commands/cache/$default.js +10 -0
  102. package/build/cli/commands/cache/$default.js.map +1 -0
  103. package/build/cli/commands/cache/delete.d.ts +2 -0
  104. package/build/cli/commands/cache/delete.d.ts.map +1 -0
  105. package/build/cli/commands/cache/delete.js +22 -0
  106. package/build/cli/commands/cache/delete.js.map +1 -0
  107. package/build/cli/commands/cache/show.d.ts +2 -0
  108. package/build/cli/commands/cache/show.d.ts.map +1 -0
  109. package/build/cli/commands/cache/show.js +86 -0
  110. package/build/cli/commands/cache/show.js.map +1 -0
  111. package/build/cli/commands/cache.d.ts +3 -0
  112. package/build/cli/commands/cache.d.ts.map +1 -0
  113. package/build/cli/commands/cache.js +7 -0
  114. package/build/cli/commands/cache.js.map +1 -0
  115. package/build/cli/commands/config.js +2 -0
  116. package/build/cli/commands/config.js.map +1 -1
  117. package/build/cli/commands/open.js +2 -2
  118. package/build/cli/commands/open.js.map +1 -1
  119. package/build/cli/commands/static.js +2 -0
  120. package/build/cli/commands/static.js.map +1 -1
  121. package/build/exports/polen.d.ts +1 -0
  122. package/build/exports/polen.d.ts.map +1 -1
  123. package/build/exports/polen.js +1 -0
  124. package/build/exports/polen.js.map +1 -1
  125. package/build/exports/radix-ui/react-icons.d.ts +2 -0
  126. package/build/exports/radix-ui/react-icons.d.ts.map +1 -0
  127. package/build/exports/radix-ui/react-icons.js +4 -0
  128. package/build/exports/radix-ui/react-icons.js.map +1 -0
  129. package/build/exports/radix-ui/themes.d.ts +2 -0
  130. package/build/exports/radix-ui/themes.d.ts.map +1 -0
  131. package/build/exports/radix-ui/themes.js +4 -0
  132. package/build/exports/radix-ui/themes.js.map +1 -0
  133. package/build/lib/apple-touch-icon/{index.js → $.d.ts} +1 -1
  134. package/build/lib/apple-touch-icon/$.d.ts.map +1 -0
  135. package/build/lib/apple-touch-icon/{index.d.ts → $.js} +1 -1
  136. package/build/lib/apple-touch-icon/$.js.map +1 -0
  137. package/build/lib/errors/{errors.js → $$.d.ts} +1 -1
  138. package/build/lib/errors/$$.d.ts.map +1 -0
  139. package/build/lib/errors/{errors.d.ts → $$.js} +1 -1
  140. package/build/lib/errors/$$.js.map +1 -0
  141. package/build/lib/errors/$.d.ts +2 -0
  142. package/build/lib/errors/$.d.ts.map +1 -0
  143. package/build/lib/errors/$.js +2 -0
  144. package/build/lib/errors/$.js.map +1 -0
  145. package/build/lib/extensible-data/{index.js → $.d.ts} +1 -1
  146. package/build/lib/extensible-data/$.d.ts.map +1 -0
  147. package/build/lib/extensible-data/{index.d.ts → $.js} +1 -1
  148. package/build/lib/extensible-data/$.js.map +1 -0
  149. package/build/lib/favicon/{index.js → $.d.ts} +1 -1
  150. package/build/lib/favicon/$.d.ts.map +1 -0
  151. package/build/lib/favicon/{index.d.ts → $.js} +1 -1
  152. package/build/lib/favicon/$.js.map +1 -0
  153. package/build/lib/file-router/{file-router.js → $$.d.ts} +1 -1
  154. package/build/lib/file-router/$$.d.ts.map +1 -0
  155. package/build/lib/file-router/{file-router.d.ts → $$.js} +1 -1
  156. package/build/lib/file-router/$$.js.map +1 -0
  157. package/build/lib/file-router/$.d.ts +2 -0
  158. package/build/lib/file-router/$.d.ts.map +1 -0
  159. package/build/lib/file-router/$.js +2 -0
  160. package/build/lib/file-router/$.js.map +1 -0
  161. package/build/lib/grafaid/{grafaid.js → $$.d.ts} +1 -1
  162. package/build/lib/grafaid/$$.d.ts.map +1 -0
  163. package/build/lib/grafaid/{grafaid.d.ts → $$.js} +1 -1
  164. package/build/lib/grafaid/$$.js.map +1 -0
  165. package/build/lib/grafaid/$.d.ts +2 -0
  166. package/build/lib/grafaid/$.d.ts.map +1 -0
  167. package/build/lib/grafaid/$.js +2 -0
  168. package/build/lib/grafaid/$.js.map +1 -0
  169. package/build/lib/grafaid/schema/type.d.ts.map +1 -1
  170. package/build/lib/grafaid/schema/type.js.map +1 -1
  171. package/build/lib/grafaid-old/{index.js → $.d.ts} +1 -1
  172. package/build/lib/grafaid-old/$.d.ts.map +1 -0
  173. package/build/lib/grafaid-old/{index.d.ts → $.js} +1 -1
  174. package/build/lib/grafaid-old/$.js.map +1 -0
  175. package/build/lib/graphql-change/{graphql-change.d.ts → $$.d.ts} +2 -2
  176. package/build/lib/graphql-change/$$.d.ts.map +1 -0
  177. package/build/lib/graphql-change/{graphql-change.js → $$.js} +1 -1
  178. package/build/lib/graphql-change/$$.js.map +1 -0
  179. package/build/lib/graphql-change/$.d.ts +2 -0
  180. package/build/lib/graphql-change/$.d.ts.map +1 -0
  181. package/build/lib/graphql-change/$.js +2 -0
  182. package/build/lib/graphql-change/$.js.map +1 -0
  183. package/build/lib/graphql-change/change-groups.d.ts +5 -1
  184. package/build/lib/graphql-change/change-groups.d.ts.map +1 -1
  185. package/build/lib/graphql-change/change-groups.js.map +1 -1
  186. package/build/lib/graphql-changeset/$$.d.ts +4 -0
  187. package/build/lib/graphql-changeset/$$.d.ts.map +1 -0
  188. package/build/lib/graphql-changeset/$$.js +4 -0
  189. package/build/lib/graphql-changeset/$$.js.map +1 -0
  190. package/build/lib/graphql-changeset/$.d.ts +2 -0
  191. package/build/lib/graphql-changeset/$.d.ts.map +1 -0
  192. package/build/lib/graphql-changeset/$.js +2 -0
  193. package/build/lib/graphql-changeset/$.js.map +1 -0
  194. package/build/lib/graphql-changeset/changelog.d.ts +4 -0
  195. package/build/lib/graphql-changeset/changelog.d.ts.map +1 -0
  196. package/build/lib/graphql-changeset/changelog.js +2 -0
  197. package/build/lib/graphql-changeset/changelog.js.map +1 -0
  198. package/build/lib/graphql-changeset/changeset.d.ts +66 -0
  199. package/build/lib/graphql-changeset/changeset.d.ts.map +1 -0
  200. package/build/lib/graphql-changeset/changeset.js +139 -0
  201. package/build/lib/graphql-changeset/changeset.js.map +1 -0
  202. package/build/lib/graphql-changeset/versioned-schema.d.ts +31 -0
  203. package/build/lib/graphql-changeset/versioned-schema.d.ts.map +1 -0
  204. package/build/lib/graphql-changeset/versioned-schema.js +14 -0
  205. package/build/lib/graphql-changeset/versioned-schema.js.map +1 -0
  206. package/build/lib/graphql-path/$$.d.ts +42 -0
  207. package/build/lib/graphql-path/$$.d.ts.map +1 -0
  208. package/build/lib/graphql-path/$$.js +42 -0
  209. package/build/lib/graphql-path/$$.js.map +1 -0
  210. package/build/lib/graphql-path/$.d.ts +5 -0
  211. package/build/lib/graphql-path/$.d.ts.map +1 -0
  212. package/build/lib/graphql-path/$.js +5 -0
  213. package/build/lib/graphql-path/$.js.map +1 -0
  214. package/build/lib/graphql-path/constructors.d.ts +57 -0
  215. package/build/lib/graphql-path/constructors.d.ts.map +1 -0
  216. package/build/lib/graphql-path/constructors.js +73 -0
  217. package/build/lib/graphql-path/constructors.js.map +1 -0
  218. package/build/lib/graphql-path/definition.d.ts +152 -0
  219. package/build/lib/graphql-path/definition.d.ts.map +1 -0
  220. package/build/lib/graphql-path/definition.js +192 -0
  221. package/build/lib/graphql-path/definition.js.map +1 -0
  222. package/build/lib/graphql-path/query.d.ts +75 -0
  223. package/build/lib/graphql-path/query.d.ts.map +1 -0
  224. package/build/lib/graphql-path/query.js +111 -0
  225. package/build/lib/graphql-path/query.js.map +1 -0
  226. package/build/lib/graphql-path/types.d.ts +50 -0
  227. package/build/lib/graphql-path/types.d.ts.map +1 -0
  228. package/build/lib/graphql-path/types.js +5 -0
  229. package/build/lib/graphql-path/types.js.map +1 -0
  230. package/build/lib/graphql-schema-loader/{index.js → $.d.ts} +1 -1
  231. package/build/lib/graphql-schema-loader/$.d.ts.map +1 -0
  232. package/build/lib/graphql-schema-loader/{index.d.ts → $.js} +1 -1
  233. package/build/lib/graphql-schema-loader/$.js.map +1 -0
  234. package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts +1 -1
  235. package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts.map +1 -1
  236. package/build/lib/graphql-schema-loader/graphql-schema-loader.js +1 -1
  237. package/build/lib/graphql-schema-loader/graphql-schema-loader.js.map +1 -1
  238. package/build/lib/hono-aid/{index.js → $.d.ts} +1 -1
  239. package/build/lib/hono-aid/$.d.ts.map +1 -0
  240. package/build/lib/hono-aid/{index.d.ts → $.js} +1 -1
  241. package/build/lib/hono-aid/$.js.map +1 -0
  242. package/build/lib/html-utils/$$.d.ts +3 -0
  243. package/build/lib/html-utils/$$.d.ts.map +1 -0
  244. package/build/lib/html-utils/$$.js +3 -0
  245. package/build/lib/html-utils/$$.js.map +1 -0
  246. package/build/lib/html-utils/$.d.ts +2 -0
  247. package/build/lib/html-utils/$.d.ts.map +1 -0
  248. package/build/lib/html-utils/$.js +2 -0
  249. package/build/lib/html-utils/$.js.map +1 -0
  250. package/build/lib/kit-temp.d.ts +1 -0
  251. package/build/lib/kit-temp.d.ts.map +1 -1
  252. package/build/lib/react-router-aid/{react-router-aid.d.ts → $$.d.ts} +1 -1
  253. package/build/lib/react-router-aid/$$.d.ts.map +1 -0
  254. package/build/lib/react-router-aid/{react-router-aid.js → $$.js} +1 -1
  255. package/build/lib/react-router-aid/$$.js.map +1 -0
  256. package/build/lib/react-router-aid/$.d.ts +2 -0
  257. package/build/lib/react-router-aid/$.d.ts.map +1 -0
  258. package/build/lib/react-router-aid/$.js +2 -0
  259. package/build/lib/react-router-aid/$.js.map +1 -0
  260. package/build/lib/react-router-loader/{react-router-loader.d.ts → $$.d.ts} +1 -1
  261. package/build/lib/react-router-loader/$$.d.ts.map +1 -0
  262. package/build/lib/react-router-loader/{react-router-loader.js → $$.js} +1 -1
  263. package/build/lib/react-router-loader/$$.js.map +1 -0
  264. package/build/lib/react-router-loader/$.d.ts +2 -0
  265. package/build/lib/react-router-loader/$.d.ts.map +1 -0
  266. package/build/lib/react-router-loader/$.js +2 -0
  267. package/build/lib/react-router-loader/$.js.map +1 -0
  268. package/build/lib/schema-lifecycle/$$.d.ts +6 -0
  269. package/build/lib/schema-lifecycle/$$.d.ts.map +1 -0
  270. package/build/lib/schema-lifecycle/$$.js +6 -0
  271. package/build/lib/schema-lifecycle/$$.js.map +1 -0
  272. package/build/lib/schema-lifecycle/$.d.ts +2 -0
  273. package/build/lib/schema-lifecycle/$.d.ts.map +1 -0
  274. package/build/lib/schema-lifecycle/$.js +2 -0
  275. package/build/lib/schema-lifecycle/$.js.map +1 -0
  276. package/build/lib/schema-lifecycle/FieldLifecycle.d.ts +17 -0
  277. package/build/lib/schema-lifecycle/FieldLifecycle.d.ts.map +1 -0
  278. package/build/lib/schema-lifecycle/FieldLifecycle.js +2 -0
  279. package/build/lib/schema-lifecycle/FieldLifecycle.js.map +1 -0
  280. package/build/lib/schema-lifecycle/LifecycleEvent.d.ts +25 -0
  281. package/build/lib/schema-lifecycle/LifecycleEvent.d.ts.map +1 -0
  282. package/build/lib/schema-lifecycle/LifecycleEvent.js +2 -0
  283. package/build/lib/schema-lifecycle/LifecycleEvent.js.map +1 -0
  284. package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts +59 -0
  285. package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts.map +1 -0
  286. package/build/lib/schema-lifecycle/NamedTypeLifecycle.js +24 -0
  287. package/build/lib/schema-lifecycle/NamedTypeLifecycle.js.map +1 -0
  288. package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts +25 -0
  289. package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts.map +1 -0
  290. package/build/lib/schema-lifecycle/SchemaLifecycle.js +59 -0
  291. package/build/lib/schema-lifecycle/SchemaLifecycle.js.map +1 -0
  292. package/build/lib/schema-lifecycle/SchemaLink.d.ts +2 -0
  293. package/build/lib/schema-lifecycle/SchemaLink.d.ts.map +1 -0
  294. package/build/lib/schema-lifecycle/SchemaLink.js +38 -0
  295. package/build/lib/schema-lifecycle/SchemaLink.js.map +1 -0
  296. package/build/lib/schema-lifecycle/handlers.d.ts +20 -0
  297. package/build/lib/schema-lifecycle/handlers.d.ts.map +1 -0
  298. package/build/lib/schema-lifecycle/handlers.js +168 -0
  299. package/build/lib/schema-lifecycle/handlers.js.map +1 -0
  300. package/build/lib/schema-lifecycle/utils.d.ts +53 -0
  301. package/build/lib/schema-lifecycle/utils.d.ts.map +1 -0
  302. package/build/lib/schema-lifecycle/utils.js +160 -0
  303. package/build/lib/schema-lifecycle/utils.js.map +1 -0
  304. package/build/lib/stack-processor/{index.js → $.d.ts} +1 -1
  305. package/build/lib/stack-processor/$.d.ts.map +1 -0
  306. package/build/lib/stack-processor/{index.d.ts → $.js} +1 -1
  307. package/build/lib/stack-processor/$.js.map +1 -0
  308. package/build/lib/superjson-codec/{exports.js → $$.d.ts} +1 -1
  309. package/build/lib/superjson-codec/$$.d.ts.map +1 -0
  310. package/build/lib/superjson-codec/{exports.d.ts → $$.js} +1 -1
  311. package/build/lib/superjson-codec/$$.js.map +1 -0
  312. package/build/lib/superjson-codec/$.d.ts +2 -0
  313. package/build/lib/superjson-codec/$.d.ts.map +1 -0
  314. package/build/lib/superjson-codec/$.js +2 -0
  315. package/build/lib/superjson-codec/$.js.map +1 -0
  316. package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +1 -1
  317. package/build/lib/superjson-codec/codecs/graphql-schema.d.ts.map +1 -1
  318. package/build/lib/superjson-codec/codecs/graphql-schema.js +1 -1
  319. package/build/lib/superjson-codec/codecs/graphql-schema.js.map +1 -1
  320. package/build/lib/theme/$$.d.ts +2 -0
  321. package/build/lib/theme/$$.d.ts.map +1 -0
  322. package/build/lib/theme/$$.js +2 -0
  323. package/build/lib/theme/$$.js.map +1 -0
  324. package/build/lib/theme/$.d.ts +1 -1
  325. package/build/lib/theme/$.d.ts.map +1 -1
  326. package/build/lib/theme/$.js +1 -1
  327. package/build/lib/theme/$.js.map +1 -1
  328. package/build/lib/vite-plugin-config/{vite-plugin-config.d.ts → $$.d.ts} +1 -1
  329. package/build/lib/vite-plugin-config/$$.d.ts.map +1 -0
  330. package/build/lib/vite-plugin-config/{vite-plugin-config.js → $$.js} +1 -1
  331. package/build/lib/vite-plugin-config/$$.js.map +1 -0
  332. package/build/lib/vite-plugin-config/$.d.ts +2 -0
  333. package/build/lib/vite-plugin-config/$.d.ts.map +1 -0
  334. package/build/lib/vite-plugin-config/$.js +2 -0
  335. package/build/lib/vite-plugin-config/$.js.map +1 -0
  336. package/build/lib/vite-plugin-json/{index.js → $.d.ts} +1 -1
  337. package/build/lib/vite-plugin-json/$.d.ts.map +1 -0
  338. package/build/lib/vite-plugin-json/{index.d.ts → $.js} +1 -1
  339. package/build/lib/vite-plugin-json/$.js.map +1 -0
  340. package/build/lib/vite-plugin-mdx/{index.js → $.d.ts} +1 -1
  341. package/build/lib/vite-plugin-mdx/$.d.ts.map +1 -0
  342. package/build/lib/vite-plugin-mdx/{index.d.ts → $.js} +1 -1
  343. package/build/lib/vite-plugin-mdx/$.js.map +1 -0
  344. package/build/lib/vite-plugin-reactive-data/{index.js → $.d.ts} +1 -1
  345. package/build/lib/vite-plugin-reactive-data/$.d.ts.map +1 -0
  346. package/build/lib/vite-plugin-reactive-data/{index.d.ts → $.js} +1 -1
  347. package/build/lib/vite-plugin-reactive-data/$.js.map +1 -0
  348. package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts +1 -1
  349. package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts.map +1 -1
  350. package/build/lib/vite-plugins/$$.d.ts +2 -0
  351. package/build/lib/vite-plugins/$$.d.ts.map +1 -0
  352. package/build/lib/vite-plugins/$$.js +2 -0
  353. package/build/lib/vite-plugins/$$.js.map +1 -0
  354. package/build/lib/vite-plugins/$.d.ts +5 -0
  355. package/build/lib/vite-plugins/$.d.ts.map +1 -0
  356. package/build/lib/vite-plugins/$.js +5 -0
  357. package/build/lib/vite-plugins/$.js.map +1 -0
  358. package/build/lib/vite-virtual/{vite-virtual.js → $$.d.ts} +1 -1
  359. package/build/lib/vite-virtual/$$.d.ts.map +1 -0
  360. package/build/lib/vite-virtual/{vite-virtual.d.ts → $$.js} +1 -1
  361. package/build/lib/vite-virtual/$$.js.map +1 -0
  362. package/build/lib/vite-virtual/$.d.ts +2 -0
  363. package/build/lib/vite-virtual/$.d.ts.map +1 -0
  364. package/build/lib/vite-virtual/$.js +2 -0
  365. package/build/lib/vite-virtual/$.js.map +1 -0
  366. package/build/lib/vite-virtual/identified-loader.js +1 -1
  367. package/build/lib/vite-virtual/identified-loader.js.map +1 -1
  368. package/build/sandbox.js +2 -40
  369. package/build/sandbox.js.map +1 -1
  370. package/build/singletons/superjson.js +1 -1
  371. package/build/singletons/superjson.js.map +1 -1
  372. package/build/template/components/ArgumentListAnnotation.js +1 -1
  373. package/build/template/components/ArgumentListAnnotation.js.map +1 -1
  374. package/build/template/components/Changelog/ChangeBase.d.ts +1 -1
  375. package/build/template/components/Changelog/ChangeBase.d.ts.map +1 -1
  376. package/build/template/components/Changelog/CriticalitySection.d.ts +1 -1
  377. package/build/template/components/Changelog/CriticalitySection.d.ts.map +1 -1
  378. package/build/template/components/Changelog/CriticalitySection.js.map +1 -1
  379. package/build/template/components/Changelog/groups/DirectiveArgument.d.ts +1 -1
  380. package/build/template/components/Changelog/groups/DirectiveArgument.d.ts.map +1 -1
  381. package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts +1 -1
  382. package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts.map +1 -1
  383. package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts +1 -1
  384. package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts.map +1 -1
  385. package/build/template/components/Changelog/groups/DirectiveDescription.d.ts +1 -1
  386. package/build/template/components/Changelog/groups/DirectiveDescription.d.ts.map +1 -1
  387. package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts +1 -1
  388. package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts.map +1 -1
  389. package/build/template/components/Changelog/groups/DirectiveOperation.d.ts +1 -1
  390. package/build/template/components/Changelog/groups/DirectiveOperation.d.ts.map +1 -1
  391. package/build/template/components/Changelog/groups/DirectiveUsage.d.ts +1 -1
  392. package/build/template/components/Changelog/groups/DirectiveUsage.d.ts.map +1 -1
  393. package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts +1 -1
  394. package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts.map +1 -1
  395. package/build/template/components/Changelog/groups/EnumValueDescription.d.ts +1 -1
  396. package/build/template/components/Changelog/groups/EnumValueDescription.d.ts.map +1 -1
  397. package/build/template/components/Changelog/groups/EnumValueOperation.d.ts +1 -1
  398. package/build/template/components/Changelog/groups/EnumValueOperation.d.ts.map +1 -1
  399. package/build/template/components/Changelog/groups/FieldArgument.d.ts +1 -1
  400. package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
  401. package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts +1 -1
  402. package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts.map +1 -1
  403. package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts +1 -1
  404. package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts.map +1 -1
  405. package/build/template/components/Changelog/groups/FieldDeprecation.d.ts +1 -1
  406. package/build/template/components/Changelog/groups/FieldDeprecation.d.ts.map +1 -1
  407. package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts +1 -1
  408. package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts.map +1 -1
  409. package/build/template/components/Changelog/groups/FieldDescription.d.ts +1 -1
  410. package/build/template/components/Changelog/groups/FieldDescription.d.ts.map +1 -1
  411. package/build/template/components/Changelog/groups/FieldOperation.d.ts +1 -1
  412. package/build/template/components/Changelog/groups/FieldOperation.d.ts.map +1 -1
  413. package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts +1 -1
  414. package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts.map +1 -1
  415. package/build/template/components/Changelog/groups/InputFieldDescription.d.ts +1 -1
  416. package/build/template/components/Changelog/groups/InputFieldDescription.d.ts.map +1 -1
  417. package/build/template/components/Changelog/groups/InputFieldOperation.d.ts +1 -1
  418. package/build/template/components/Changelog/groups/InputFieldOperation.d.ts.map +1 -1
  419. package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts +1 -1
  420. package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts.map +1 -1
  421. package/build/template/components/Changelog/groups/SchemaRootType.d.ts +1 -1
  422. package/build/template/components/Changelog/groups/SchemaRootType.d.ts.map +1 -1
  423. package/build/template/components/Changelog/groups/TypeDescription.d.ts +1 -1
  424. package/build/template/components/Changelog/groups/TypeDescription.d.ts.map +1 -1
  425. package/build/template/components/Changelog/groups/TypeOperation.d.ts +1 -1
  426. package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
  427. package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts +1 -1
  428. package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts.map +1 -1
  429. package/build/template/components/Changelog.d.ts +2 -2
  430. package/build/template/components/Changelog.d.ts.map +1 -1
  431. package/build/template/components/Changelog.js +11 -8
  432. package/build/template/components/Changelog.js.map +1 -1
  433. package/build/template/components/DeprecationReason.d.ts +1 -1
  434. package/build/template/components/DeprecationReason.d.ts.map +1 -1
  435. package/build/template/components/Description.d.ts +1 -1
  436. package/build/template/components/Description.d.ts.map +1 -1
  437. package/build/template/components/Field.d.ts +2 -1
  438. package/build/template/components/Field.d.ts.map +1 -1
  439. package/build/template/components/Field.js +23 -4
  440. package/build/template/components/Field.js.map +1 -1
  441. package/build/template/components/FieldList.d.ts +2 -1
  442. package/build/template/components/FieldList.d.ts.map +1 -1
  443. package/build/template/components/FieldList.js +3 -3
  444. package/build/template/components/FieldList.js.map +1 -1
  445. package/build/template/components/FieldListSection.js +2 -2
  446. package/build/template/components/FieldListSection.js.map +1 -1
  447. package/build/template/components/HamburgerMenu.d.ts +1 -0
  448. package/build/template/components/HamburgerMenu.d.ts.map +1 -1
  449. package/build/template/components/HamburgerMenu.js +2 -2
  450. package/build/template/components/HamburgerMenu.js.map +1 -1
  451. package/build/template/components/NamedType.d.ts.map +1 -1
  452. package/build/template/components/NamedType.js +11 -2
  453. package/build/template/components/NamedType.js.map +1 -1
  454. package/build/template/components/TypeIndex.js +1 -1
  455. package/build/template/components/TypeIndex.js.map +1 -1
  456. package/build/template/components/graphql/type-kind-icon.d.ts +1 -1
  457. package/build/template/components/graphql/type-kind-icon.d.ts.map +1 -1
  458. package/build/template/components/graphql/type-link.d.ts +1 -1
  459. package/build/template/components/graphql/type-link.d.ts.map +1 -1
  460. package/build/template/components/graphql/type-link.js +1 -1
  461. package/build/template/components/graphql/type-link.js.map +1 -1
  462. package/build/template/components/navbar/DefaultNavbar.d.ts +4 -0
  463. package/build/template/components/navbar/DefaultNavbar.d.ts.map +1 -0
  464. package/build/template/components/navbar/DefaultNavbar.js +10 -0
  465. package/build/template/components/navbar/DefaultNavbar.js.map +1 -0
  466. package/build/template/components/navbar/Item.d.ts +7 -0
  467. package/build/template/components/navbar/Item.d.ts.map +1 -0
  468. package/build/template/components/navbar/Item.js +6 -0
  469. package/build/template/components/navbar/Item.js.map +1 -0
  470. package/build/template/components/sidebar/Sidebar.d.ts +2 -1
  471. package/build/template/components/sidebar/Sidebar.d.ts.map +1 -1
  472. package/build/template/components/sidebar/Sidebar.js +2 -2
  473. package/build/template/components/sidebar/Sidebar.js.map +1 -1
  474. package/build/template/contexts/SchemaLifecycleContext.d.ts +14 -0
  475. package/build/template/contexts/SchemaLifecycleContext.d.ts.map +1 -0
  476. package/build/template/contexts/SchemaLifecycleContext.js +15 -0
  477. package/build/template/contexts/SchemaLifecycleContext.js.map +1 -0
  478. package/build/template/layouts/ChangelogLayout.d.ts +1 -1
  479. package/build/template/layouts/ChangelogLayout.d.ts.map +1 -1
  480. package/build/template/layouts/ChangelogLayout.js +11 -3
  481. package/build/template/layouts/ChangelogLayout.js.map +1 -1
  482. package/build/template/layouts/SidebarLayout.d.ts +1 -0
  483. package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
  484. package/build/template/layouts/SidebarLayout.js +2 -2
  485. package/build/template/layouts/SidebarLayout.js.map +1 -1
  486. package/build/template/routes/changelog.d.ts +4 -2
  487. package/build/template/routes/changelog.d.ts.map +1 -1
  488. package/build/template/routes/changelog.js.map +1 -1
  489. package/build/template/routes/reference.d.ts +6 -1
  490. package/build/template/routes/reference.d.ts.map +1 -1
  491. package/build/template/routes/reference.js +8 -4
  492. package/build/template/routes/reference.js.map +1 -1
  493. package/build/template/routes/root.d.ts.map +1 -1
  494. package/build/template/routes/root.js +12 -2
  495. package/build/template/routes/root.js.map +1 -1
  496. package/build/template/server/middleware/unsupported-assets.js +2 -2
  497. package/build/template/server/middleware/unsupported-assets.js.map +1 -1
  498. package/build/template/server/ssg/get-route-paths.js +1 -1
  499. package/build/template/server/ssg/get-route-paths.js.map +1 -1
  500. package/build/template/sources/schema-source.d.ts +6 -4
  501. package/build/template/sources/schema-source.d.ts.map +1 -1
  502. package/package.json +124 -4
  503. package/src/api/api.ts +1 -0
  504. package/src/api/cache/$$.ts +1 -0
  505. package/src/api/cache/$.ts +1 -0
  506. package/src/api/cache/cache.ts +210 -0
  507. package/src/api/content/navbar.test.ts +3 -3
  508. package/src/api/content/navbar.ts +2 -0
  509. package/src/api/content/page.ts +1 -1
  510. package/src/api/content/scan.ts +1 -1
  511. package/src/api/content/sidebar.ts +1 -1
  512. package/src/api/hooks/helpers.ts +5 -0
  513. package/src/api/hooks/index.ts +2 -0
  514. package/src/api/hooks/types.ts +8 -0
  515. package/src/api/iso/schema/$$.ts +0 -3
  516. package/src/api/iso/schema/routing.ts +1 -1
  517. package/src/api/iso/schema/validation.ts +1 -1
  518. package/src/api/schema/data-sources/introspection/introspection.ts +13 -10
  519. package/src/api/schema/data-sources/memory/memory.ts +26 -16
  520. package/src/api/schema/data-sources/schema-directory/schema-directory.ts +28 -18
  521. package/src/api/schema/data-sources/schema-file/schema-file.ts +10 -10
  522. package/src/api/schema/read.ts +5 -5
  523. package/src/api/schema/schema.ts +0 -14
  524. package/src/api/schema-augmentation/augmentations/description.ts +1 -1
  525. package/src/api/schema-augmentation/schema-augmentation.ts +1 -1
  526. package/src/api/schema-augmentation/target.ts +1 -1
  527. package/src/api/schema-source/schema-source.ts +59 -32
  528. package/src/api/vite/plugins/build.ts +1 -1
  529. package/src/api/vite/plugins/core.ts +51 -12
  530. package/src/api/vite/plugins/pages.ts +1 -1
  531. package/src/api/vite/plugins/schema-assets.ts +21 -7
  532. package/src/api/vite/vi.ts +1 -1
  533. package/src/cli/commands/cache/$default.ts +10 -0
  534. package/src/cli/commands/cache/delete.ts +27 -0
  535. package/src/cli/commands/cache/show.ts +99 -0
  536. package/src/cli/commands/cache.ts +9 -0
  537. package/src/cli/commands/config.ts +3 -0
  538. package/src/cli/commands/open.ts +2 -2
  539. package/src/cli/commands/static.ts +3 -0
  540. package/src/exports/polen.ts +1 -0
  541. package/src/exports/radix-ui/react-icons.ts +3 -0
  542. package/src/exports/radix-ui/themes.ts +3 -0
  543. package/src/lib/errors/$.ts +1 -0
  544. package/src/lib/file-router/$.ts +1 -0
  545. package/src/lib/file-router/index.test.ts +1 -1
  546. package/src/lib/grafaid/$.ts +1 -0
  547. package/src/lib/grafaid/schema/type.ts +1 -0
  548. package/src/lib/graphql-change/{graphql-change.ts → $$.ts} +1 -1
  549. package/src/lib/graphql-change/$.ts +1 -0
  550. package/src/lib/graphql-change/change-groups.ts +56 -26
  551. package/src/lib/graphql-changeset/$$.ts +3 -0
  552. package/src/lib/graphql-changeset/$.ts +1 -0
  553. package/src/lib/graphql-changeset/changelog.ts +9 -0
  554. package/src/lib/graphql-changeset/changeset.ts +190 -0
  555. package/src/lib/graphql-changeset/versioned-schema.ts +43 -0
  556. package/src/lib/graphql-path/$$.ts +42 -0
  557. package/src/lib/graphql-path/$.ts +4 -0
  558. package/src/lib/graphql-path/constructors.ts +81 -0
  559. package/src/lib/graphql-path/definition.ts +240 -0
  560. package/src/lib/graphql-path/query.ts +118 -0
  561. package/src/lib/graphql-path/types.ts +55 -0
  562. package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +1 -1
  563. package/src/lib/html-utils/$$.ts +2 -0
  564. package/src/lib/html-utils/$.ts +1 -0
  565. package/src/lib/kit-temp.ts +3 -0
  566. package/src/lib/path-map/$.test.ts +4 -3
  567. package/src/lib/react-router-aid/$.ts +1 -0
  568. package/src/lib/react-router-loader/$.ts +1 -0
  569. package/src/lib/schema-lifecycle/$$.ts +19 -0
  570. package/src/lib/schema-lifecycle/$.test.ts +222 -0
  571. package/src/lib/schema-lifecycle/$.ts +1 -0
  572. package/src/lib/schema-lifecycle/FieldLifecycle.ts +18 -0
  573. package/src/lib/schema-lifecycle/LifecycleEvent.ts +27 -0
  574. package/src/lib/schema-lifecycle/NamedTypeLifecycle.ts +96 -0
  575. package/src/lib/schema-lifecycle/SchemaLifecycle.ts +85 -0
  576. package/src/lib/schema-lifecycle/SchemaLink.ts +40 -0
  577. package/src/lib/schema-lifecycle/handlers.ts +215 -0
  578. package/src/lib/schema-lifecycle/utils.ts +234 -0
  579. package/src/lib/superjson-codec/$.ts +1 -0
  580. package/src/lib/superjson-codec/codecs/graphql-schema.ts +1 -1
  581. package/src/lib/theme/$$.ts +1 -0
  582. package/src/lib/theme/$.ts +1 -1
  583. package/src/lib/vite-plugin-config/$.ts +1 -0
  584. package/src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts +1 -1
  585. package/src/lib/vite-plugins/$.ts +4 -0
  586. package/src/lib/vite-virtual/$.ts +1 -0
  587. package/src/lib/vite-virtual/identified-loader.ts +1 -1
  588. package/src/sandbox.ts +1 -43
  589. package/src/singletons/superjson.ts +1 -1
  590. package/src/template/components/ArgumentListAnnotation.tsx +1 -1
  591. package/src/template/components/Changelog/ChangeBase.tsx +1 -1
  592. package/src/template/components/Changelog/CriticalitySection.tsx +1 -1
  593. package/src/template/components/Changelog/groups/DirectiveArgument.tsx +1 -1
  594. package/src/template/components/Changelog/groups/DirectiveArgumentDescription.tsx +1 -1
  595. package/src/template/components/Changelog/groups/DirectiveArgumentOperation.tsx +1 -1
  596. package/src/template/components/Changelog/groups/DirectiveDescription.tsx +1 -1
  597. package/src/template/components/Changelog/groups/DirectiveLocationOperation.tsx +1 -1
  598. package/src/template/components/Changelog/groups/DirectiveOperation.tsx +1 -1
  599. package/src/template/components/Changelog/groups/DirectiveUsage.tsx +1 -1
  600. package/src/template/components/Changelog/groups/EnumValueDeprecationReason.tsx +1 -1
  601. package/src/template/components/Changelog/groups/EnumValueDescription.tsx +1 -1
  602. package/src/template/components/Changelog/groups/EnumValueOperation.tsx +1 -1
  603. package/src/template/components/Changelog/groups/FieldArgument.tsx +1 -1
  604. package/src/template/components/Changelog/groups/FieldArgumentDescription.tsx +1 -1
  605. package/src/template/components/Changelog/groups/FieldArgumentOperation.tsx +1 -1
  606. package/src/template/components/Changelog/groups/FieldDeprecation.tsx +1 -1
  607. package/src/template/components/Changelog/groups/FieldDeprecationReason.tsx +1 -1
  608. package/src/template/components/Changelog/groups/FieldDescription.tsx +1 -1
  609. package/src/template/components/Changelog/groups/FieldOperation.tsx +1 -1
  610. package/src/template/components/Changelog/groups/InputFieldDefaultValue.tsx +1 -1
  611. package/src/template/components/Changelog/groups/InputFieldDescription.tsx +1 -1
  612. package/src/template/components/Changelog/groups/InputFieldOperation.tsx +1 -1
  613. package/src/template/components/Changelog/groups/ObjectTypeInterfaceOperation.tsx +1 -1
  614. package/src/template/components/Changelog/groups/SchemaRootType.tsx +1 -1
  615. package/src/template/components/Changelog/groups/TypeDescription.tsx +1 -1
  616. package/src/template/components/Changelog/groups/TypeOperation.tsx +1 -1
  617. package/src/template/components/Changelog/groups/UnionMemberOperation.tsx +1 -1
  618. package/src/template/components/Changelog.tsx +12 -11
  619. package/src/template/components/DeprecationReason.tsx +1 -1
  620. package/src/template/components/Description.tsx +1 -1
  621. package/src/template/components/Field.tsx +48 -4
  622. package/src/template/components/FieldList.tsx +4 -2
  623. package/src/template/components/FieldListSection.tsx +2 -2
  624. package/src/template/components/HamburgerMenu.tsx +3 -1
  625. package/src/template/components/NamedType.tsx +31 -2
  626. package/src/template/components/TypeIndex.tsx +1 -1
  627. package/src/template/components/graphql/type-kind-icon.tsx +1 -1
  628. package/src/template/components/graphql/type-kind-tokens.ts +1 -1
  629. package/src/template/components/graphql/type-link.tsx +1 -1
  630. package/src/template/components/navbar/DefaultNavbar.tsx +22 -0
  631. package/src/template/components/navbar/Item.tsx +11 -0
  632. package/src/template/components/sidebar/Sidebar.tsx +7 -1
  633. package/src/template/contexts/SchemaLifecycleContext.tsx +30 -0
  634. package/src/template/layouts/ChangelogLayout.tsx +11 -4
  635. package/src/template/layouts/SidebarLayout.tsx +4 -2
  636. package/src/template/routes/changelog.tsx +4 -2
  637. package/src/template/routes/reference.tsx +26 -11
  638. package/src/template/routes/root.tsx +25 -18
  639. package/src/template/server/create-page-html-response.ts +1 -1
  640. package/src/template/server/middleware/unsupported-assets.ts +2 -2
  641. package/src/template/server/ssg/get-route-paths.ts +1 -1
  642. package/src/vite-env.d.ts +5 -0
  643. package/build/lib/apple-touch-icon/index.d.ts.map +0 -1
  644. package/build/lib/apple-touch-icon/index.js.map +0 -1
  645. package/build/lib/errors/errors.d.ts.map +0 -1
  646. package/build/lib/errors/errors.js.map +0 -1
  647. package/build/lib/errors/index.d.ts +0 -2
  648. package/build/lib/errors/index.d.ts.map +0 -1
  649. package/build/lib/errors/index.js +0 -2
  650. package/build/lib/errors/index.js.map +0 -1
  651. package/build/lib/extensible-data/index.d.ts.map +0 -1
  652. package/build/lib/extensible-data/index.js.map +0 -1
  653. package/build/lib/favicon/index.d.ts.map +0 -1
  654. package/build/lib/favicon/index.js.map +0 -1
  655. package/build/lib/file-router/file-router.d.ts.map +0 -1
  656. package/build/lib/file-router/file-router.js.map +0 -1
  657. package/build/lib/file-router/index.d.ts +0 -2
  658. package/build/lib/file-router/index.d.ts.map +0 -1
  659. package/build/lib/file-router/index.js +0 -2
  660. package/build/lib/file-router/index.js.map +0 -1
  661. package/build/lib/grafaid/grafaid.d.ts.map +0 -1
  662. package/build/lib/grafaid/grafaid.js.map +0 -1
  663. package/build/lib/grafaid/index.d.ts +0 -2
  664. package/build/lib/grafaid/index.d.ts.map +0 -1
  665. package/build/lib/grafaid/index.js +0 -2
  666. package/build/lib/grafaid/index.js.map +0 -1
  667. package/build/lib/grafaid-old/index.d.ts.map +0 -1
  668. package/build/lib/grafaid-old/index.js.map +0 -1
  669. package/build/lib/graphql-change/graphql-change.d.ts.map +0 -1
  670. package/build/lib/graphql-change/graphql-change.js.map +0 -1
  671. package/build/lib/graphql-change/index.d.ts +0 -2
  672. package/build/lib/graphql-change/index.d.ts.map +0 -1
  673. package/build/lib/graphql-change/index.js +0 -2
  674. package/build/lib/graphql-change/index.js.map +0 -1
  675. package/build/lib/graphql-changeset/graphql-changeset.d.ts +0 -9
  676. package/build/lib/graphql-changeset/graphql-changeset.d.ts.map +0 -1
  677. package/build/lib/graphql-changeset/graphql-changeset.js +0 -2
  678. package/build/lib/graphql-changeset/graphql-changeset.js.map +0 -1
  679. package/build/lib/graphql-changeset/index.d.ts +0 -2
  680. package/build/lib/graphql-changeset/index.d.ts.map +0 -1
  681. package/build/lib/graphql-changeset/index.js +0 -2
  682. package/build/lib/graphql-changeset/index.js.map +0 -1
  683. package/build/lib/graphql-schema-loader/index.d.ts.map +0 -1
  684. package/build/lib/graphql-schema-loader/index.js.map +0 -1
  685. package/build/lib/hono-aid/index.d.ts.map +0 -1
  686. package/build/lib/hono-aid/index.js.map +0 -1
  687. package/build/lib/react-router-aid/index.d.ts +0 -2
  688. package/build/lib/react-router-aid/index.d.ts.map +0 -1
  689. package/build/lib/react-router-aid/index.js +0 -2
  690. package/build/lib/react-router-aid/index.js.map +0 -1
  691. package/build/lib/react-router-aid/react-router-aid.d.ts.map +0 -1
  692. package/build/lib/react-router-aid/react-router-aid.js.map +0 -1
  693. package/build/lib/react-router-loader/react-router-loader.d.ts.map +0 -1
  694. package/build/lib/react-router-loader/react-router-loader.js.map +0 -1
  695. package/build/lib/stack-processor/index.d.ts.map +0 -1
  696. package/build/lib/stack-processor/index.js.map +0 -1
  697. package/build/lib/superjson-codec/exports.d.ts.map +0 -1
  698. package/build/lib/superjson-codec/exports.js.map +0 -1
  699. package/build/lib/superjson-codec/index.d.ts +0 -2
  700. package/build/lib/superjson-codec/index.d.ts.map +0 -1
  701. package/build/lib/superjson-codec/index.js +0 -2
  702. package/build/lib/superjson-codec/index.js.map +0 -1
  703. package/build/lib/vite-plugin-config/vite-plugin-config.d.ts.map +0 -1
  704. package/build/lib/vite-plugin-config/vite-plugin-config.js.map +0 -1
  705. package/build/lib/vite-plugin-json/index.d.ts.map +0 -1
  706. package/build/lib/vite-plugin-json/index.js.map +0 -1
  707. package/build/lib/vite-plugin-mdx/index.d.ts.map +0 -1
  708. package/build/lib/vite-plugin-mdx/index.js.map +0 -1
  709. package/build/lib/vite-plugin-reactive-data/index.d.ts.map +0 -1
  710. package/build/lib/vite-plugin-reactive-data/index.js.map +0 -1
  711. package/build/lib/vite-plugins/index.d.ts +0 -5
  712. package/build/lib/vite-plugins/index.d.ts.map +0 -1
  713. package/build/lib/vite-plugins/index.js +0 -5
  714. package/build/lib/vite-plugins/index.js.map +0 -1
  715. package/build/lib/vite-plugins/vite-plugins.d.ts +0 -2
  716. package/build/lib/vite-plugins/vite-plugins.d.ts.map +0 -1
  717. package/build/lib/vite-plugins/vite-plugins.js +0 -2
  718. package/build/lib/vite-plugins/vite-plugins.js.map +0 -1
  719. package/build/lib/vite-virtual/index.d.ts +0 -2
  720. package/build/lib/vite-virtual/index.d.ts.map +0 -1
  721. package/build/lib/vite-virtual/index.js +0 -2
  722. package/build/lib/vite-virtual/index.js.map +0 -1
  723. package/build/lib/vite-virtual/vite-virtual.d.ts.map +0 -1
  724. package/build/lib/vite-virtual/vite-virtual.js.map +0 -1
  725. package/src/lib/errors/index.ts +0 -1
  726. package/src/lib/file-router/index.ts +0 -1
  727. package/src/lib/grafaid/index.ts +0 -1
  728. package/src/lib/graphql-change/index.ts +0 -1
  729. package/src/lib/graphql-changeset/graphql-changeset.ts +0 -9
  730. package/src/lib/graphql-changeset/index.ts +0 -1
  731. package/src/lib/react-router-aid/index.ts +0 -1
  732. package/src/lib/superjson-codec/index.ts +0 -1
  733. package/src/lib/vite-plugins/index.ts +0 -4
  734. package/src/lib/vite-virtual/index.ts +0 -1
  735. /package/src/lib/apple-touch-icon/{index.ts → $.ts} +0 -0
  736. /package/src/lib/errors/{errors.ts → $$.ts} +0 -0
  737. /package/src/lib/extensible-data/{index.ts → $.ts} +0 -0
  738. /package/src/lib/favicon/{index.ts → $.ts} +0 -0
  739. /package/src/lib/file-router/{file-router.ts → $$.ts} +0 -0
  740. /package/src/lib/grafaid/{grafaid.ts → $$.ts} +0 -0
  741. /package/src/lib/grafaid-old/{index.ts → $.ts} +0 -0
  742. /package/src/lib/graphql-schema-loader/{index.ts → $.ts} +0 -0
  743. /package/src/lib/hono-aid/{index.ts → $.ts} +0 -0
  744. /package/src/lib/react-router-aid/{react-router-aid.ts → $$.ts} +0 -0
  745. /package/src/lib/react-router-loader/{react-router-loader.ts → $$.ts} +0 -0
  746. /package/src/lib/stack-processor/{index.ts → $.ts} +0 -0
  747. /package/src/lib/superjson-codec/{exports.ts → $$.ts} +0 -0
  748. /package/src/lib/vite-plugin-config/{vite-plugin-config.ts → $$.ts} +0 -0
  749. /package/src/lib/vite-plugin-json/{index.ts → $.ts} +0 -0
  750. /package/src/lib/vite-plugin-mdx/{index.ts → $.ts} +0 -0
  751. /package/src/lib/vite-plugin-reactive-data/{index.ts → $.ts} +0 -0
  752. /package/src/lib/vite-plugins/{vite-plugins.ts → $$.ts} +0 -0
  753. /package/src/lib/vite-virtual/{vite-virtual.ts → $$.ts} +0 -0
@@ -0,0 +1,53 @@
1
+ import { GraphQLPath } from '#lib/graphql-path';
2
+ import type { FieldLifecycle, InputFieldLifecycle } from './FieldLifecycle.js';
3
+ import type { NamedTypeLifecycle } from './NamedTypeLifecycle.js';
4
+ import type { SchemaLifecycle } from './SchemaLifecycle.js';
5
+ /**
6
+ * Get lifecycle data for a specific type
7
+ */
8
+ export declare const getTypeLifecycle: (lifecycle: SchemaLifecycle, typeName: string) => NamedTypeLifecycle | null;
9
+ /**
10
+ * Get lifecycle data for a specific field
11
+ */
12
+ export declare const getFieldLifecycle: (lifecycle: SchemaLifecycle, path: GraphQLPath.Definition.FieldDefinitionPath) => FieldLifecycle | InputFieldLifecycle | null;
13
+ /**
14
+ * Check if a type is currently available (not removed)
15
+ */
16
+ export declare const isTypeCurrentlyAvailable: (lifecycle: SchemaLifecycle, typeName: string) => boolean;
17
+ /**
18
+ * Check if a field is currently available (not removed)
19
+ */
20
+ export declare const isFieldCurrentlyAvailable: (lifecycle: SchemaLifecycle, path: GraphQLPath.Definition.FieldDefinitionPath) => boolean;
21
+ /**
22
+ * Get the date when a type was first added
23
+ */
24
+ export declare const getTypeAddedDate: (lifecycle: SchemaLifecycle, typeName: string) => Date | null;
25
+ /**
26
+ * Get the date when a type was most recently removed (if any)
27
+ */
28
+ export declare const getTypeRemovedDate: (lifecycle: SchemaLifecycle, typeName: string) => Date | null;
29
+ /**
30
+ * Get the date when a field was first added
31
+ */
32
+ export declare const getFieldAddedDate: (lifecycle: SchemaLifecycle, path: GraphQLPath.Definition.FieldDefinitionPath) => Date | null;
33
+ /**
34
+ * Get the date when a field was most recently removed (if any)
35
+ */
36
+ export declare const getFieldRemovedDate: (lifecycle: SchemaLifecycle, path: GraphQLPath.Definition.FieldDefinitionPath) => Date | null;
37
+ /**
38
+ * Get all types that were added on a specific date
39
+ */
40
+ export declare const getTypesAddedOnDate: (lifecycle: SchemaLifecycle, date: Date) => string[];
41
+ /**
42
+ * Get all types that were removed on a specific date
43
+ */
44
+ export declare const getTypesRemovedOnDate: (lifecycle: SchemaLifecycle, date: Date) => string[];
45
+ /**
46
+ * Get a human-readable description of a type's lifecycle status
47
+ */
48
+ export declare const getTypeLifecycleDescription: (lifecycle: SchemaLifecycle, typeName: string) => string;
49
+ /**
50
+ * Get a human-readable description of a field's lifecycle status
51
+ */
52
+ export declare const getFieldLifecycleDescription: (lifecycle: SchemaLifecycle, path: GraphQLPath.Definition.FieldDefinitionPath) => string;
53
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/lib/schema-lifecycle/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAE3D;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAC3B,WAAW,eAAe,EAC1B,UAAU,MAAM,KACf,kBAAkB,GAAG,IAEvB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAC5B,WAAW,eAAe,EAC1B,MAAM,WAAW,CAAC,UAAU,CAAC,mBAAmB,KAC/C,cAAc,GAAG,mBAAmB,GAAG,IAYzC,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,GACnC,WAAW,eAAe,EAC1B,UAAU,MAAM,KACf,OAMF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB,GACpC,WAAW,eAAe,EAC1B,MAAM,WAAW,CAAC,UAAU,CAAC,mBAAmB,KAC/C,OAMF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAC3B,WAAW,eAAe,EAC1B,UAAU,MAAM,KACf,IAAI,GAAG,IAaT,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAC7B,WAAW,eAAe,EAC1B,UAAU,MAAM,KACf,IAAI,GAAG,IAUT,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAC5B,WAAW,eAAe,EAC1B,MAAM,WAAW,CAAC,UAAU,CAAC,mBAAmB,KAC/C,IAAI,GAAG,IAaT,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,WAAW,eAAe,EAC1B,MAAM,WAAW,CAAC,UAAU,CAAC,mBAAmB,KAC/C,IAAI,GAAG,IAUT,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,WAAW,eAAe,EAC1B,MAAM,IAAI,KACT,MAAM,EAcR,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAChC,WAAW,eAAe,EAC1B,MAAM,IAAI,KACT,MAAM,EAcR,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B,GACtC,WAAW,eAAe,EAC1B,UAAU,MAAM,KACf,MAeF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,4BAA4B,GACvC,WAAW,eAAe,EAC1B,MAAM,WAAW,CAAC,UAAU,CAAC,mBAAmB,KAC/C,MAkBF,CAAA"}
@@ -0,0 +1,160 @@
1
+ import { GraphQLPath } from '#lib/graphql-path';
2
+ /**
3
+ * Get lifecycle data for a specific type
4
+ */
5
+ export const getTypeLifecycle = (lifecycle, typeName) => {
6
+ return lifecycle.data[typeName] || null;
7
+ };
8
+ /**
9
+ * Get lifecycle data for a specific field
10
+ */
11
+ export const getFieldLifecycle = (lifecycle, path) => {
12
+ const typeName = GraphQLPath.Definition.getType(path);
13
+ const fieldName = GraphQLPath.Definition.getField(path);
14
+ const typeLifecycle = getTypeLifecycle(lifecycle, typeName);
15
+ if (!typeLifecycle)
16
+ return null;
17
+ if ('fields' in typeLifecycle) {
18
+ return typeLifecycle.fields[fieldName] || null;
19
+ }
20
+ return null;
21
+ };
22
+ /**
23
+ * Check if a type is currently available (not removed)
24
+ */
25
+ export const isTypeCurrentlyAvailable = (lifecycle, typeName) => {
26
+ const typeLifecycle = getTypeLifecycle(lifecycle, typeName);
27
+ if (!typeLifecycle)
28
+ return false;
29
+ const mostRecentEvent = typeLifecycle.events[0];
30
+ return mostRecentEvent.type === 'added';
31
+ };
32
+ /**
33
+ * Check if a field is currently available (not removed)
34
+ */
35
+ export const isFieldCurrentlyAvailable = (lifecycle, path) => {
36
+ const fieldLifecycle = getFieldLifecycle(lifecycle, path);
37
+ if (!fieldLifecycle)
38
+ return false;
39
+ const mostRecentEvent = fieldLifecycle.events[0];
40
+ return mostRecentEvent.type === 'added';
41
+ };
42
+ /**
43
+ * Get the date when a type was first added
44
+ */
45
+ export const getTypeAddedDate = (lifecycle, typeName) => {
46
+ const typeLifecycle = getTypeLifecycle(lifecycle, typeName);
47
+ if (!typeLifecycle)
48
+ return null;
49
+ // Find the first (oldest) added event
50
+ const addedEvents = typeLifecycle.events.filter((event) => event.type === 'added');
51
+ if (addedEvents.length === 0)
52
+ return null;
53
+ // Events are in reverse chronological order, so last item is oldest
54
+ return addedEvents[addedEvents.length - 1]?.date || null;
55
+ };
56
+ /**
57
+ * Get the date when a type was most recently removed (if any)
58
+ */
59
+ export const getTypeRemovedDate = (lifecycle, typeName) => {
60
+ const typeLifecycle = getTypeLifecycle(lifecycle, typeName);
61
+ if (!typeLifecycle)
62
+ return null;
63
+ // Find the most recent removed event
64
+ const removedEvent = typeLifecycle.events.find((event) => event.type === 'removed');
65
+ return removedEvent?.date || null;
66
+ };
67
+ /**
68
+ * Get the date when a field was first added
69
+ */
70
+ export const getFieldAddedDate = (lifecycle, path) => {
71
+ const fieldLifecycle = getFieldLifecycle(lifecycle, path);
72
+ if (!fieldLifecycle)
73
+ return null;
74
+ // Find the first (oldest) added event
75
+ const addedEvents = fieldLifecycle.events.filter((event) => event.type === 'added');
76
+ if (addedEvents.length === 0)
77
+ return null;
78
+ // Events are in reverse chronological order, so last item is oldest
79
+ return addedEvents[addedEvents.length - 1]?.date || null;
80
+ };
81
+ /**
82
+ * Get the date when a field was most recently removed (if any)
83
+ */
84
+ export const getFieldRemovedDate = (lifecycle, path) => {
85
+ const fieldLifecycle = getFieldLifecycle(lifecycle, path);
86
+ if (!fieldLifecycle)
87
+ return null;
88
+ // Find the most recent removed event
89
+ const removedEvent = fieldLifecycle.events.find((event) => event.type === 'removed');
90
+ return removedEvent?.date || null;
91
+ };
92
+ /**
93
+ * Get all types that were added on a specific date
94
+ */
95
+ export const getTypesAddedOnDate = (lifecycle, date) => {
96
+ const result = [];
97
+ for (const [typeName, typeLifecycle] of Object.entries(lifecycle.data)) {
98
+ const addedOnDate = typeLifecycle.events.some(event => event.type === 'added' && event.date.getTime() === date.getTime());
99
+ if (addedOnDate) {
100
+ result.push(typeName);
101
+ }
102
+ }
103
+ return result;
104
+ };
105
+ /**
106
+ * Get all types that were removed on a specific date
107
+ */
108
+ export const getTypesRemovedOnDate = (lifecycle, date) => {
109
+ const result = [];
110
+ for (const [typeName, typeLifecycle] of Object.entries(lifecycle.data)) {
111
+ const removedOnDate = typeLifecycle.events.some(event => event.type === 'removed' && event.date.getTime() === date.getTime());
112
+ if (removedOnDate) {
113
+ result.push(typeName);
114
+ }
115
+ }
116
+ return result;
117
+ };
118
+ /**
119
+ * Get a human-readable description of a type's lifecycle status
120
+ */
121
+ export const getTypeLifecycleDescription = (lifecycle, typeName) => {
122
+ const typeLifecycle = getTypeLifecycle(lifecycle, typeName);
123
+ if (!typeLifecycle)
124
+ return `Type "${typeName}" not found`;
125
+ const isAvailable = isTypeCurrentlyAvailable(lifecycle, typeName);
126
+ const addedDate = getTypeAddedDate(lifecycle, typeName);
127
+ const removedDate = getTypeRemovedDate(lifecycle, typeName);
128
+ if (isAvailable) {
129
+ return `Available since ${addedDate?.toISOString().split('T')[0] || 'unknown'}`;
130
+ }
131
+ else if (removedDate) {
132
+ return `Removed on ${removedDate.toISOString().split('T')[0]}`;
133
+ }
134
+ else {
135
+ return 'Status unknown';
136
+ }
137
+ };
138
+ /**
139
+ * Get a human-readable description of a field's lifecycle status
140
+ */
141
+ export const getFieldLifecycleDescription = (lifecycle, path) => {
142
+ const typeName = GraphQLPath.Definition.getType(path);
143
+ const fieldName = GraphQLPath.Definition.getField(path);
144
+ const fieldLifecycle = getFieldLifecycle(lifecycle, path);
145
+ if (!fieldLifecycle)
146
+ return `Field "${typeName}.${fieldName}" not found`;
147
+ const isAvailable = isFieldCurrentlyAvailable(lifecycle, path);
148
+ const addedDate = getFieldAddedDate(lifecycle, path);
149
+ const removedDate = getFieldRemovedDate(lifecycle, path);
150
+ if (isAvailable) {
151
+ return `Available since ${addedDate?.toISOString().split('T')[0] || 'unknown'}`;
152
+ }
153
+ else if (removedDate) {
154
+ return `Removed on ${removedDate.toISOString().split('T')[0]}`;
155
+ }
156
+ else {
157
+ return 'Status unknown';
158
+ }
159
+ };
160
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/lib/schema-lifecycle/utils.ts"],"names":[],"mappings":"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"}
@@ -1,2 +1,2 @@
1
1
  export * as StackProcessor from './stack-processor.js';
2
- //# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/stack-processor/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * as StackProcessor from './stack-processor.js';
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/stack-processor/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  export * from './codec.js';
2
2
  export * from './codecs/graphql-schema.js';
3
- //# sourceMappingURL=exports.js.map
3
+ //# sourceMappingURL=$$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.d.ts","sourceRoot":"","sources":["../../../src/lib/superjson-codec/$$.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,4BAA4B,CAAA"}
@@ -1,3 +1,3 @@
1
1
  export * from './codec.js';
2
2
  export * from './codecs/graphql-schema.js';
3
- //# sourceMappingURL=exports.d.ts.map
3
+ //# sourceMappingURL=$$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.js","sourceRoot":"","sources":["../../../src/lib/superjson-codec/$$.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,4BAA4B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * as SuperjsonCodecs from './$$.js';
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/superjson-codec/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,SAAS,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * as SuperjsonCodecs from './$$.js';
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/superjson-codec/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,SAAS,CAAA"}
@@ -1,3 +1,3 @@
1
- import { Grafaid } from '#lib/grafaid/index';
1
+ import { Grafaid } from '#lib/grafaid';
2
2
  export declare const GraphQLSchema: import("../codec.js").Codec<Grafaid.Schema.Schema, string>;
3
3
  //# sourceMappingURL=graphql-schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"graphql-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/superjson-codec/codecs/graphql-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAG5C,eAAO,MAAM,aAAa,4DAoBxB,CAAA"}
1
+ {"version":3,"file":"graphql-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/superjson-codec/codecs/graphql-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAGtC,eAAO,MAAM,aAAa,4DAoBxB,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Grafaid } from '#lib/grafaid/index';
1
+ import { Grafaid } from '#lib/grafaid';
2
2
  import { create } from '../codec.js';
3
3
  export const GraphQLSchema = create({
4
4
  name: `GraphQLSchema`,
@@ -1 +1 @@
1
- {"version":3,"file":"graphql-schema.js","sourceRoot":"","sources":["../../../../src/lib/superjson-codec/codecs/graphql-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC;IAClC,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE;QACX,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,KAAK,YAAY,OAAO,CAAC,MAAM,CAAC,MAAM;QACxE,SAAS,EAAE,KAAK,CAAC,EAAE;YACjB,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;YAEvC,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;gBACf,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;gBACxD,OAAO,OAAO,CAAA;YAChB,CAAC;YAED,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;YACzC,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YACnC,OAAO,OAAO,CAAA;QAChB,CAAC;QACD,WAAW,EAAE,OAAO,CAAC,EAAE;YACrB,OAAO,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;QACpD,CAAC;KACF;CACF,CAAC,CAAA"}
1
+ {"version":3,"file":"graphql-schema.js","sourceRoot":"","sources":["../../../../src/lib/superjson-codec/codecs/graphql-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC;IAClC,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE;QACX,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,KAAK,YAAY,OAAO,CAAC,MAAM,CAAC,MAAM;QACxE,SAAS,EAAE,KAAK,CAAC,EAAE;YACjB,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;YAEvC,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;gBACf,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;gBACxD,OAAO,OAAO,CAAA;YAChB,CAAC;YAED,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;YACzC,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YACnC,OAAO,OAAO,CAAA;QAChB,CAAC;QACD,WAAW,EAAE,OAAO,CAAC,EAAE;YACrB,OAAO,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;QACpD,CAAC;KACF;CACF,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './theme.js';
2
+ //# sourceMappingURL=$$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.d.ts","sourceRoot":"","sources":["../../../src/lib/theme/$$.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './theme.js';
2
+ //# sourceMappingURL=$$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.js","sourceRoot":"","sources":["../../../src/lib/theme/$$.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -1,2 +1,2 @@
1
- export * as Theme from './theme.js';
1
+ export * as Theme from './$$.js';
2
2
  //# sourceMappingURL=$.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/theme/$.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA"}
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/theme/$.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAA"}
@@ -1,3 +1,3 @@
1
1
  // Namespace export
2
- export * as Theme from './theme.js';
2
+ export * as Theme from './$$.js';
3
3
  //# sourceMappingURL=$.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/theme/$.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA"}
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/theme/$.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,OAAO,KAAK,KAAK,MAAM,SAAS,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import type { Vite } from '#dep/vite/index';
2
2
  export declare const ViteConfig: (config: Vite.UserConfig) => Vite.Plugin;
3
- //# sourceMappingURL=vite-plugin-config.d.ts.map
3
+ //# sourceMappingURL=$$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-config/$$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAE3C,eAAO,MAAM,UAAU,GAAI,QAAQ,IAAI,CAAC,UAAU,KAAG,IAAI,CAAC,MAQzD,CAAA"}
@@ -7,4 +7,4 @@ export const ViteConfig = (config) => {
7
7
  },
8
8
  };
9
9
  };
10
- //# sourceMappingURL=vite-plugin-config.js.map
10
+ //# sourceMappingURL=$$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugin-config/$$.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,MAAuB,EAAe,EAAE;IACjE,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,KAAK;QACd,MAAM;YACJ,OAAO,MAAM,CAAA;QACf,CAAC;KACF,CAAA;AACH,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * as VitePluginConfig from './$$.js';
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-config/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,SAAS,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * as VitePluginConfig from './$$.js';
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugin-config/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,SAAS,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * as VitePluginJson from './vite-plugin-json.js';
2
- //# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-json/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * as VitePluginJson from './vite-plugin-json.js';
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugin-json/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * from './vite-plugin-mdx.js';
2
- //# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-mdx/$.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * from './vite-plugin-mdx.js';
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugin-mdx/$.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * as VitePluginReactiveData from './vite-plugin-reactive-data.js';
2
- //# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-reactive-data/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,gCAAgC,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * as VitePluginReactiveData from './vite-plugin-reactive-data.js';
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugin-reactive-data/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,gCAAgC,CAAA"}
@@ -1,4 +1,4 @@
1
- import type { VitePluginJson } from '#lib/vite-plugin-json/index';
1
+ import type { VitePluginJson } from '#lib/vite-plugin-json';
2
2
  import { type ComputedRef } from '@vue/reactivity';
3
3
  import type { Plugin } from 'vite';
4
4
  interface ReactiveDataOptions {
@@ -1 +1 @@
1
- {"version":3,"file":"vite-plugin-reactive-data.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAEjE,OAAO,EAAE,KAAK,WAAW,EAAiB,MAAM,iBAAiB,CAAA;AACjE,OAAO,KAAK,EAAE,MAAM,EAAiB,MAAM,MAAM,CAAA;AAEjD,UAAU,mBAAmB;IAC3B;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;;;;;OAMG;IACH,IAAI,EAAE,WAAW,CAAC,MAAM,GAAG,OAAO,EAAE,CAAC,GAAG,CAAC,MAAM,MAAM,GAAG,OAAO,EAAE,CAAC,GAAG,MAAM,GAAG,OAAO,EAAE,CAAA;IACvF;;;;OAIG;IACH,KAAK,CAAC,EAAE,cAAc,CAAC,KAAK,CAAA;IAC5B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAID,eAAO,MAAM,MAAM,GAAI,SAAS,mBAAmB,KAAG,MAyFrD,CAAA"}
1
+ {"version":3,"file":"vite-plugin-reactive-data.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,KAAK,WAAW,EAAiB,MAAM,iBAAiB,CAAA;AACjE,OAAO,KAAK,EAAE,MAAM,EAAiB,MAAM,MAAM,CAAA;AAEjD,UAAU,mBAAmB;IAC3B;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;;;;;OAMG;IACH,IAAI,EAAE,WAAW,CAAC,MAAM,GAAG,OAAO,EAAE,CAAC,GAAG,CAAC,MAAM,MAAM,GAAG,OAAO,EAAE,CAAC,GAAG,MAAM,GAAG,OAAO,EAAE,CAAA;IACvF;;;;OAIG;IACH,KAAK,CAAC,EAAE,cAAc,CAAC,KAAK,CAAA;IAC5B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAID,eAAO,MAAM,MAAM,GAAI,SAAS,mBAAmB,KAAG,MAyFrD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './build-logger.js';
2
+ //# sourceMappingURL=$$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugins/$$.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './build-logger.js';
2
+ //# sourceMappingURL=$$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugins/$$.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Export unified VitePlugins namespace
3
+ */
4
+ export * as VitePlugins from './$$.js';
5
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-plugins/$.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,WAAW,MAAM,SAAS,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Export unified VitePlugins namespace
3
+ */
4
+ export * as VitePlugins from './$$.js';
5
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/vite-plugins/$.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,WAAW,MAAM,SAAS,CAAA"}
@@ -1,4 +1,4 @@
1
1
  export * as Id from './id.js';
2
2
  export * as IdentifiedLoader from './identified-loader.js';
3
3
  export * as Identifier from './identifier.js';
4
- //# sourceMappingURL=vite-virtual.js.map
4
+ //# sourceMappingURL=$$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-virtual/$$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAA;AAC7B,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAA;AAC1D,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  export * as Id from './id.js';
2
2
  export * as IdentifiedLoader from './identified-loader.js';
3
3
  export * as Identifier from './identifier.js';
4
- //# sourceMappingURL=vite-virtual.d.ts.map
4
+ //# sourceMappingURL=$$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$$.js","sourceRoot":"","sources":["../../../src/lib/vite-virtual/$$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAA;AAC7B,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAA;AAC1D,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * as ViteVirtual from './$$.js';
2
+ //# sourceMappingURL=$.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/vite-virtual/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,SAAS,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * as ViteVirtual from './$$.js';
2
+ //# sourceMappingURL=$.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/vite-virtual/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,SAAS,CAAA"}
@@ -1,4 +1,4 @@
1
- import { StackProcessor } from '../stack-processor/index.js';
1
+ import { StackProcessor } from '#lib/stack-processor';
2
2
  import { debug } from './debug.js';
3
3
  export const toHookLoad = (identifiedLoader) => {
4
4
  return async (...args) => {
@@ -1 +1 @@
1
- {"version":3,"file":"identified-loader.js","sourceRoot":"","sources":["../../../src/lib/vite-virtual/identified-loader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AASlC,MAAM,CAAC,MAAM,UAAU,GAAG,CACxB,gBAAkC,EACxB,EAAE;IACZ,OAAO,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE;QACvB,uDAAuD;QACvD,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,gBAAgB,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;YACrD,KAAK,CAAC,WAAW,EAAE,EAAE,UAAU,EAAE,gBAAgB,CAAC,UAAU,EAAE,CAAC,CAAA;YAC/D,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAA;YACrD,KAAK,CAAC,UAAU,EAAE,EAAE,UAAU,EAAE,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,CAAC,CAAA;YACtE,4CAA4C;YAC5C,IAAI,MAAM,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;gBACzC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,CAAA;YAC3C,CAAC;YACD,OAAO,MAAM,CAAA;QACf,CAAC;QACD,OAAO,SAAS,CAAA;IAClB,CAAC,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,gBAAkC,EAAiB,EAAE;IACnF,OAAO,EAAE,CAAC,EAAE;QACV,IAAI,EAAE,KAAK,gBAAgB,CAAC,UAAU,CAAC,EAAE,EAAE,CAAC;YAC1C,OAAO,gBAAgB,CAAC,UAAU,CAAC,QAAQ,CAAA;QAC7C,CAAC;QACD,OAAO,SAAS,CAAA;IAClB,CAAC,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,OAAO,GAAG,CACrB,GAAG,iBAAqC,EAIxC,EAAE;IACF,MAAM,SAAS,GAAG,cAAc,CAAC,YAAY,CAC3C,iBAAiB,CAAC,GAAG,CAAC,eAAe,CAAC,CACvC,CAAA;IAED,MAAM,IAAI,GAAG,cAAc,CAAC,YAAY,CACtC,iBAAiB,CAAC,GAAG,CAAC,UAAU,CAAC,CAClC,CAAA;IAED,OAAO;QACL,SAAS;QACT,IAAI;KACL,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,GAAG,iBAAqC,EAAe,EAAE;IAChF,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,GAAG,OAAO,CAAC,GAAG,iBAAiB,CAAC;KACjC,CAAA;AACH,CAAC,CAAA"}
1
+ {"version":3,"file":"identified-loader.js","sourceRoot":"","sources":["../../../src/lib/vite-virtual/identified-loader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AASlC,MAAM,CAAC,MAAM,UAAU,GAAG,CACxB,gBAAkC,EACxB,EAAE;IACZ,OAAO,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE;QACvB,uDAAuD;QACvD,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,gBAAgB,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;YACrD,KAAK,CAAC,WAAW,EAAE,EAAE,UAAU,EAAE,gBAAgB,CAAC,UAAU,EAAE,CAAC,CAAA;YAC/D,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAA;YACrD,KAAK,CAAC,UAAU,EAAE,EAAE,UAAU,EAAE,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,CAAC,CAAA;YACtE,4CAA4C;YAC5C,IAAI,MAAM,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;gBACzC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,CAAA;YAC3C,CAAC;YACD,OAAO,MAAM,CAAA;QACf,CAAC;QACD,OAAO,SAAS,CAAA;IAClB,CAAC,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,gBAAkC,EAAiB,EAAE;IACnF,OAAO,EAAE,CAAC,EAAE;QACV,IAAI,EAAE,KAAK,gBAAgB,CAAC,UAAU,CAAC,EAAE,EAAE,CAAC;YAC1C,OAAO,gBAAgB,CAAC,UAAU,CAAC,QAAQ,CAAA;QAC7C,CAAC;QACD,OAAO,SAAS,CAAA;IAClB,CAAC,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,OAAO,GAAG,CACrB,GAAG,iBAAqC,EAIxC,EAAE;IACF,MAAM,SAAS,GAAG,cAAc,CAAC,YAAY,CAC3C,iBAAiB,CAAC,GAAG,CAAC,eAAe,CAAC,CACvC,CAAA;IAED,MAAM,IAAI,GAAG,cAAc,CAAC,YAAY,CACtC,iBAAiB,CAAC,GAAG,CAAC,UAAU,CAAC,CAClC,CAAA;IAED,OAAO;QACL,SAAS;QACT,IAAI;KACL,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,GAAG,iBAAqC,EAAe,EAAE;IAChF,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,GAAG,OAAO,CAAC,GAAG,iBAAiB,CAAC;KACjC,CAAA;AACH,CAAC,CAAA"}
package/build/sandbox.js CHANGED
@@ -1,41 +1,3 @@
1
- import { buildSchema } from 'graphql';
2
- import { parseGraphQLWithTreeSitter } from './template/components/GraphQLInteractive/lib/parser.js';
3
- const schema = buildSchema(`
4
- type Pokemon {
5
- id: ID!
6
- name: String!
7
- types: [PokemonType!]!
8
- abilities: [Ability!]!
9
- }
10
-
11
- type Ability {
12
- name: String!
13
- description: String!
14
- }
15
-
16
- enum PokemonType {
17
- FIRE
18
- WATER
19
- GRASS
20
- ELECTRIC
21
- PSYCHIC
22
- }
23
-
24
- type Query {
25
- pokemon(id: ID!): Pokemon
26
- }
27
- `);
28
- const code = `query GetPokemon($id: ID!) {
29
- pokemon(id: $id) {
30
- id
31
- name
32
- }
33
- }`;
34
- console.log('Testing GraphQL parser...');
35
- const tokens = await parseGraphQLWithTreeSitter(code, [], schema);
36
- console.log('\nTotal tokens:', tokens.length);
37
- console.log('\nInteractive tokens:');
38
- tokens.filter(t => t.polen.isInteractive()).forEach(t => {
39
- console.log(`- "${t.text}" (${t.highlighter.getCssClass()}) -> ${t.polen.getReferenceUrl()}`);
40
- });
1
+ export {};
2
+ // Temporary sandbox file for testing
41
3
  //# sourceMappingURL=sandbox.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sandbox.js","sourceRoot":"","sources":["../src/sandbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,EAAE,0BAA0B,EAAE,MAAM,wDAAwD,CAAA;AAEnG,MAAM,MAAM,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;CAwB1B,CAAC,CAAA;AAEF,MAAM,IAAI,GAAG;;;;;EAKX,CAAA;AAEF,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAA;AACxC,MAAM,MAAM,GAAG,MAAM,0BAA0B,CAAC,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAA;AACjE,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,CAAA;AAC7C,OAAO,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAA;AACpC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;IACtD,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,IAAI,MAAM,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,KAAK,CAAC,eAAe,EAAE,EAAE,CAAC,CAAA;AAC/F,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"sandbox.js","sourceRoot":"","sources":["../src/sandbox.ts"],"names":[],"mappings":";AAAA,qCAAqC"}
@@ -1,5 +1,5 @@
1
1
  import { Superjson } from '#dep/superjson/index';
2
- import { SuperjsonCodecs } from '#lib/superjson-codec/index';
2
+ import { SuperjsonCodecs } from '#lib/superjson-codec';
3
3
  const superjson = new Superjson.SuperJSON();
4
4
  SuperjsonCodecs.register(superjson, SuperjsonCodecs.GraphQLSchema);
5
5
  export { superjson };