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.
- package/README.md +1 -1
- package/build/api/api.d.ts +1 -0
- package/build/api/api.d.ts.map +1 -1
- package/build/api/api.js +1 -0
- package/build/api/api.js.map +1 -1
- package/build/api/cache/$$.d.ts +2 -0
- package/build/api/cache/$$.d.ts.map +1 -0
- package/build/api/cache/$$.js +2 -0
- package/build/api/cache/$$.js.map +1 -0
- package/build/api/cache/$.d.ts +2 -0
- package/build/api/cache/$.d.ts.map +1 -0
- package/build/api/cache/$.js +2 -0
- package/build/api/cache/$.js.map +1 -0
- package/build/api/cache/cache.d.ts +40 -0
- package/build/api/cache/cache.d.ts.map +1 -0
- package/build/api/cache/cache.js +158 -0
- package/build/api/cache/cache.js.map +1 -0
- package/build/api/content/navbar.d.ts +1 -0
- package/build/api/content/navbar.d.ts.map +1 -1
- package/build/api/content/navbar.js +1 -0
- package/build/api/content/navbar.js.map +1 -1
- package/build/api/content/page.d.ts +1 -1
- package/build/api/content/page.d.ts.map +1 -1
- package/build/api/content/scan.d.ts +1 -1
- package/build/api/content/scan.d.ts.map +1 -1
- package/build/api/content/scan.js +1 -1
- package/build/api/content/scan.js.map +1 -1
- package/build/api/content/sidebar.js +1 -1
- package/build/api/content/sidebar.js.map +1 -1
- package/build/api/hooks/helpers.d.ts +5 -0
- package/build/api/hooks/helpers.d.ts.map +1 -0
- package/build/api/hooks/helpers.js +4 -0
- package/build/api/hooks/helpers.js.map +1 -0
- package/build/api/hooks/index.d.ts +3 -0
- package/build/api/hooks/index.d.ts.map +1 -0
- package/build/api/hooks/index.js +3 -0
- package/build/api/hooks/index.js.map +1 -0
- package/build/api/hooks/types.d.ts +11 -0
- package/build/api/hooks/types.d.ts.map +1 -0
- package/build/api/hooks/types.js +2 -0
- package/build/api/hooks/types.js.map +1 -0
- package/build/api/iso/schema/$$.d.ts +0 -1
- package/build/api/iso/schema/$$.d.ts.map +1 -1
- package/build/api/iso/schema/routing.js +1 -1
- package/build/api/iso/schema/routing.js.map +1 -1
- package/build/api/iso/schema/validation.js +1 -1
- package/build/api/iso/schema/validation.js.map +1 -1
- package/build/api/schema/data-sources/introspection/introspection.d.ts +4 -3
- package/build/api/schema/data-sources/introspection/introspection.d.ts.map +1 -1
- package/build/api/schema/data-sources/introspection/introspection.js +6 -5
- package/build/api/schema/data-sources/introspection/introspection.js.map +1 -1
- package/build/api/schema/data-sources/memory/memory.d.ts +2 -2
- package/build/api/schema/data-sources/memory/memory.d.ts.map +1 -1
- package/build/api/schema/data-sources/memory/memory.js +24 -12
- package/build/api/schema/data-sources/memory/memory.js.map +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +2 -2
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts.map +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.js +24 -12
- package/build/api/schema/data-sources/schema-directory/schema-directory.js.map +1 -1
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts +3 -3
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts.map +1 -1
- package/build/api/schema/data-sources/schema-file/schema-file.js +5 -4
- package/build/api/schema/data-sources/schema-file/schema-file.js.map +1 -1
- package/build/api/schema/read.d.ts +4 -4
- package/build/api/schema/read.d.ts.map +1 -1
- package/build/api/schema/read.js +1 -1
- package/build/api/schema/read.js.map +1 -1
- package/build/api/schema/schema.d.ts +0 -10
- package/build/api/schema/schema.d.ts.map +1 -1
- package/build/api/schema/schema.js.map +1 -1
- package/build/api/schema-augmentation/augmentations/description.d.ts +1 -1
- package/build/api/schema-augmentation/augmentations/description.d.ts.map +1 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts +1 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts.map +1 -1
- package/build/api/schema-augmentation/target.d.ts +1 -1
- package/build/api/schema-augmentation/target.d.ts.map +1 -1
- package/build/api/schema-augmentation/target.js +1 -1
- package/build/api/schema-augmentation/target.js.map +1 -1
- package/build/api/schema-source/schema-source.d.ts +9 -5
- package/build/api/schema-source/schema-source.d.ts.map +1 -1
- package/build/api/schema-source/schema-source.js +37 -24
- package/build/api/schema-source/schema-source.js.map +1 -1
- package/build/api/vite/plugins/build.js +1 -1
- package/build/api/vite/plugins/build.js.map +1 -1
- package/build/api/vite/plugins/core.d.ts +2 -1
- package/build/api/vite/plugins/core.d.ts.map +1 -1
- package/build/api/vite/plugins/core.js +47 -9
- package/build/api/vite/plugins/core.js.map +1 -1
- package/build/api/vite/plugins/pages.js +1 -1
- package/build/api/vite/plugins/pages.js.map +1 -1
- package/build/api/vite/plugins/schema-assets.d.ts +1 -1
- package/build/api/vite/plugins/schema-assets.d.ts.map +1 -1
- package/build/api/vite/plugins/schema-assets.js +14 -5
- package/build/api/vite/plugins/schema-assets.js.map +1 -1
- package/build/api/vite/vi.d.ts +1 -1
- package/build/api/vite/vi.d.ts.map +1 -1
- package/build/api/vite/vi.js +1 -1
- package/build/api/vite/vi.js.map +1 -1
- package/build/cli/commands/cache/$default.d.ts +3 -0
- package/build/cli/commands/cache/$default.d.ts.map +1 -0
- package/build/cli/commands/cache/$default.js +10 -0
- package/build/cli/commands/cache/$default.js.map +1 -0
- package/build/cli/commands/cache/delete.d.ts +2 -0
- package/build/cli/commands/cache/delete.d.ts.map +1 -0
- package/build/cli/commands/cache/delete.js +22 -0
- package/build/cli/commands/cache/delete.js.map +1 -0
- package/build/cli/commands/cache/show.d.ts +2 -0
- package/build/cli/commands/cache/show.d.ts.map +1 -0
- package/build/cli/commands/cache/show.js +86 -0
- package/build/cli/commands/cache/show.js.map +1 -0
- package/build/cli/commands/cache.d.ts +3 -0
- package/build/cli/commands/cache.d.ts.map +1 -0
- package/build/cli/commands/cache.js +7 -0
- package/build/cli/commands/cache.js.map +1 -0
- package/build/cli/commands/config.js +2 -0
- package/build/cli/commands/config.js.map +1 -1
- package/build/cli/commands/open.js +2 -2
- package/build/cli/commands/open.js.map +1 -1
- package/build/cli/commands/static.js +2 -0
- package/build/cli/commands/static.js.map +1 -1
- package/build/exports/polen.d.ts +1 -0
- package/build/exports/polen.d.ts.map +1 -1
- package/build/exports/polen.js +1 -0
- package/build/exports/polen.js.map +1 -1
- package/build/exports/radix-ui/react-icons.d.ts +2 -0
- package/build/exports/radix-ui/react-icons.d.ts.map +1 -0
- package/build/exports/radix-ui/react-icons.js +4 -0
- package/build/exports/radix-ui/react-icons.js.map +1 -0
- package/build/exports/radix-ui/themes.d.ts +2 -0
- package/build/exports/radix-ui/themes.d.ts.map +1 -0
- package/build/exports/radix-ui/themes.js +4 -0
- package/build/exports/radix-ui/themes.js.map +1 -0
- package/build/lib/apple-touch-icon/{index.js → $.d.ts} +1 -1
- package/build/lib/apple-touch-icon/$.d.ts.map +1 -0
- package/build/lib/apple-touch-icon/{index.d.ts → $.js} +1 -1
- package/build/lib/apple-touch-icon/$.js.map +1 -0
- package/build/lib/errors/{errors.js → $$.d.ts} +1 -1
- package/build/lib/errors/$$.d.ts.map +1 -0
- package/build/lib/errors/{errors.d.ts → $$.js} +1 -1
- package/build/lib/errors/$$.js.map +1 -0
- package/build/lib/errors/$.d.ts +2 -0
- package/build/lib/errors/$.d.ts.map +1 -0
- package/build/lib/errors/$.js +2 -0
- package/build/lib/errors/$.js.map +1 -0
- package/build/lib/extensible-data/{index.js → $.d.ts} +1 -1
- package/build/lib/extensible-data/$.d.ts.map +1 -0
- package/build/lib/extensible-data/{index.d.ts → $.js} +1 -1
- package/build/lib/extensible-data/$.js.map +1 -0
- package/build/lib/favicon/{index.js → $.d.ts} +1 -1
- package/build/lib/favicon/$.d.ts.map +1 -0
- package/build/lib/favicon/{index.d.ts → $.js} +1 -1
- package/build/lib/favicon/$.js.map +1 -0
- package/build/lib/file-router/{file-router.js → $$.d.ts} +1 -1
- package/build/lib/file-router/$$.d.ts.map +1 -0
- package/build/lib/file-router/{file-router.d.ts → $$.js} +1 -1
- package/build/lib/file-router/$$.js.map +1 -0
- package/build/lib/file-router/$.d.ts +2 -0
- package/build/lib/file-router/$.d.ts.map +1 -0
- package/build/lib/file-router/$.js +2 -0
- package/build/lib/file-router/$.js.map +1 -0
- package/build/lib/grafaid/{grafaid.js → $$.d.ts} +1 -1
- package/build/lib/grafaid/$$.d.ts.map +1 -0
- package/build/lib/grafaid/{grafaid.d.ts → $$.js} +1 -1
- package/build/lib/grafaid/$$.js.map +1 -0
- package/build/lib/grafaid/$.d.ts +2 -0
- package/build/lib/grafaid/$.d.ts.map +1 -0
- package/build/lib/grafaid/$.js +2 -0
- package/build/lib/grafaid/$.js.map +1 -0
- package/build/lib/grafaid/schema/type.d.ts.map +1 -1
- package/build/lib/grafaid/schema/type.js.map +1 -1
- package/build/lib/grafaid-old/{index.js → $.d.ts} +1 -1
- package/build/lib/grafaid-old/$.d.ts.map +1 -0
- package/build/lib/grafaid-old/{index.d.ts → $.js} +1 -1
- package/build/lib/grafaid-old/$.js.map +1 -0
- package/build/lib/graphql-change/{graphql-change.d.ts → $$.d.ts} +2 -2
- package/build/lib/graphql-change/$$.d.ts.map +1 -0
- package/build/lib/graphql-change/{graphql-change.js → $$.js} +1 -1
- package/build/lib/graphql-change/$$.js.map +1 -0
- package/build/lib/graphql-change/$.d.ts +2 -0
- package/build/lib/graphql-change/$.d.ts.map +1 -0
- package/build/lib/graphql-change/$.js +2 -0
- package/build/lib/graphql-change/$.js.map +1 -0
- package/build/lib/graphql-change/change-groups.d.ts +5 -1
- package/build/lib/graphql-change/change-groups.d.ts.map +1 -1
- package/build/lib/graphql-change/change-groups.js.map +1 -1
- package/build/lib/graphql-changeset/$$.d.ts +4 -0
- package/build/lib/graphql-changeset/$$.d.ts.map +1 -0
- package/build/lib/graphql-changeset/$$.js +4 -0
- package/build/lib/graphql-changeset/$$.js.map +1 -0
- package/build/lib/graphql-changeset/$.d.ts +2 -0
- package/build/lib/graphql-changeset/$.d.ts.map +1 -0
- package/build/lib/graphql-changeset/$.js +2 -0
- package/build/lib/graphql-changeset/$.js.map +1 -0
- package/build/lib/graphql-changeset/changelog.d.ts +4 -0
- package/build/lib/graphql-changeset/changelog.d.ts.map +1 -0
- package/build/lib/graphql-changeset/changelog.js +2 -0
- package/build/lib/graphql-changeset/changelog.js.map +1 -0
- package/build/lib/graphql-changeset/changeset.d.ts +66 -0
- package/build/lib/graphql-changeset/changeset.d.ts.map +1 -0
- package/build/lib/graphql-changeset/changeset.js +139 -0
- package/build/lib/graphql-changeset/changeset.js.map +1 -0
- package/build/lib/graphql-changeset/versioned-schema.d.ts +31 -0
- package/build/lib/graphql-changeset/versioned-schema.d.ts.map +1 -0
- package/build/lib/graphql-changeset/versioned-schema.js +14 -0
- package/build/lib/graphql-changeset/versioned-schema.js.map +1 -0
- package/build/lib/graphql-path/$$.d.ts +42 -0
- package/build/lib/graphql-path/$$.d.ts.map +1 -0
- package/build/lib/graphql-path/$$.js +42 -0
- package/build/lib/graphql-path/$$.js.map +1 -0
- package/build/lib/graphql-path/$.d.ts +5 -0
- package/build/lib/graphql-path/$.d.ts.map +1 -0
- package/build/lib/graphql-path/$.js +5 -0
- package/build/lib/graphql-path/$.js.map +1 -0
- package/build/lib/graphql-path/constructors.d.ts +57 -0
- package/build/lib/graphql-path/constructors.d.ts.map +1 -0
- package/build/lib/graphql-path/constructors.js +73 -0
- package/build/lib/graphql-path/constructors.js.map +1 -0
- package/build/lib/graphql-path/definition.d.ts +152 -0
- package/build/lib/graphql-path/definition.d.ts.map +1 -0
- package/build/lib/graphql-path/definition.js +192 -0
- package/build/lib/graphql-path/definition.js.map +1 -0
- package/build/lib/graphql-path/query.d.ts +75 -0
- package/build/lib/graphql-path/query.d.ts.map +1 -0
- package/build/lib/graphql-path/query.js +111 -0
- package/build/lib/graphql-path/query.js.map +1 -0
- package/build/lib/graphql-path/types.d.ts +50 -0
- package/build/lib/graphql-path/types.d.ts.map +1 -0
- package/build/lib/graphql-path/types.js +5 -0
- package/build/lib/graphql-path/types.js.map +1 -0
- package/build/lib/graphql-schema-loader/{index.js → $.d.ts} +1 -1
- package/build/lib/graphql-schema-loader/$.d.ts.map +1 -0
- package/build/lib/graphql-schema-loader/{index.d.ts → $.js} +1 -1
- package/build/lib/graphql-schema-loader/$.js.map +1 -0
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts.map +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js.map +1 -1
- package/build/lib/hono-aid/{index.js → $.d.ts} +1 -1
- package/build/lib/hono-aid/$.d.ts.map +1 -0
- package/build/lib/hono-aid/{index.d.ts → $.js} +1 -1
- package/build/lib/hono-aid/$.js.map +1 -0
- package/build/lib/html-utils/$$.d.ts +3 -0
- package/build/lib/html-utils/$$.d.ts.map +1 -0
- package/build/lib/html-utils/$$.js +3 -0
- package/build/lib/html-utils/$$.js.map +1 -0
- package/build/lib/html-utils/$.d.ts +2 -0
- package/build/lib/html-utils/$.d.ts.map +1 -0
- package/build/lib/html-utils/$.js +2 -0
- package/build/lib/html-utils/$.js.map +1 -0
- package/build/lib/kit-temp.d.ts +1 -0
- package/build/lib/kit-temp.d.ts.map +1 -1
- package/build/lib/react-router-aid/{react-router-aid.d.ts → $$.d.ts} +1 -1
- package/build/lib/react-router-aid/$$.d.ts.map +1 -0
- package/build/lib/react-router-aid/{react-router-aid.js → $$.js} +1 -1
- package/build/lib/react-router-aid/$$.js.map +1 -0
- package/build/lib/react-router-aid/$.d.ts +2 -0
- package/build/lib/react-router-aid/$.d.ts.map +1 -0
- package/build/lib/react-router-aid/$.js +2 -0
- package/build/lib/react-router-aid/$.js.map +1 -0
- package/build/lib/react-router-loader/{react-router-loader.d.ts → $$.d.ts} +1 -1
- package/build/lib/react-router-loader/$$.d.ts.map +1 -0
- package/build/lib/react-router-loader/{react-router-loader.js → $$.js} +1 -1
- package/build/lib/react-router-loader/$$.js.map +1 -0
- package/build/lib/react-router-loader/$.d.ts +2 -0
- package/build/lib/react-router-loader/$.d.ts.map +1 -0
- package/build/lib/react-router-loader/$.js +2 -0
- package/build/lib/react-router-loader/$.js.map +1 -0
- package/build/lib/schema-lifecycle/$$.d.ts +6 -0
- package/build/lib/schema-lifecycle/$$.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/$$.js +6 -0
- package/build/lib/schema-lifecycle/$$.js.map +1 -0
- package/build/lib/schema-lifecycle/$.d.ts +2 -0
- package/build/lib/schema-lifecycle/$.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/$.js +2 -0
- package/build/lib/schema-lifecycle/$.js.map +1 -0
- package/build/lib/schema-lifecycle/FieldLifecycle.d.ts +17 -0
- package/build/lib/schema-lifecycle/FieldLifecycle.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/FieldLifecycle.js +2 -0
- package/build/lib/schema-lifecycle/FieldLifecycle.js.map +1 -0
- package/build/lib/schema-lifecycle/LifecycleEvent.d.ts +25 -0
- package/build/lib/schema-lifecycle/LifecycleEvent.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/LifecycleEvent.js +2 -0
- package/build/lib/schema-lifecycle/LifecycleEvent.js.map +1 -0
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts +59 -0
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.js +24 -0
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.js.map +1 -0
- package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts +25 -0
- package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/SchemaLifecycle.js +59 -0
- package/build/lib/schema-lifecycle/SchemaLifecycle.js.map +1 -0
- package/build/lib/schema-lifecycle/SchemaLink.d.ts +2 -0
- package/build/lib/schema-lifecycle/SchemaLink.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/SchemaLink.js +38 -0
- package/build/lib/schema-lifecycle/SchemaLink.js.map +1 -0
- package/build/lib/schema-lifecycle/handlers.d.ts +20 -0
- package/build/lib/schema-lifecycle/handlers.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/handlers.js +168 -0
- package/build/lib/schema-lifecycle/handlers.js.map +1 -0
- package/build/lib/schema-lifecycle/utils.d.ts +53 -0
- package/build/lib/schema-lifecycle/utils.d.ts.map +1 -0
- package/build/lib/schema-lifecycle/utils.js +160 -0
- package/build/lib/schema-lifecycle/utils.js.map +1 -0
- package/build/lib/stack-processor/{index.js → $.d.ts} +1 -1
- package/build/lib/stack-processor/$.d.ts.map +1 -0
- package/build/lib/stack-processor/{index.d.ts → $.js} +1 -1
- package/build/lib/stack-processor/$.js.map +1 -0
- package/build/lib/superjson-codec/{exports.js → $$.d.ts} +1 -1
- package/build/lib/superjson-codec/$$.d.ts.map +1 -0
- package/build/lib/superjson-codec/{exports.d.ts → $$.js} +1 -1
- package/build/lib/superjson-codec/$$.js.map +1 -0
- package/build/lib/superjson-codec/$.d.ts +2 -0
- package/build/lib/superjson-codec/$.d.ts.map +1 -0
- package/build/lib/superjson-codec/$.js +2 -0
- package/build/lib/superjson-codec/$.js.map +1 -0
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts.map +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.js +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.js.map +1 -1
- package/build/lib/theme/$$.d.ts +2 -0
- package/build/lib/theme/$$.d.ts.map +1 -0
- package/build/lib/theme/$$.js +2 -0
- package/build/lib/theme/$$.js.map +1 -0
- package/build/lib/theme/$.d.ts +1 -1
- package/build/lib/theme/$.d.ts.map +1 -1
- package/build/lib/theme/$.js +1 -1
- package/build/lib/theme/$.js.map +1 -1
- package/build/lib/vite-plugin-config/{vite-plugin-config.d.ts → $$.d.ts} +1 -1
- package/build/lib/vite-plugin-config/$$.d.ts.map +1 -0
- package/build/lib/vite-plugin-config/{vite-plugin-config.js → $$.js} +1 -1
- package/build/lib/vite-plugin-config/$$.js.map +1 -0
- package/build/lib/vite-plugin-config/$.d.ts +2 -0
- package/build/lib/vite-plugin-config/$.d.ts.map +1 -0
- package/build/lib/vite-plugin-config/$.js +2 -0
- package/build/lib/vite-plugin-config/$.js.map +1 -0
- package/build/lib/vite-plugin-json/{index.js → $.d.ts} +1 -1
- package/build/lib/vite-plugin-json/$.d.ts.map +1 -0
- package/build/lib/vite-plugin-json/{index.d.ts → $.js} +1 -1
- package/build/lib/vite-plugin-json/$.js.map +1 -0
- package/build/lib/vite-plugin-mdx/{index.js → $.d.ts} +1 -1
- package/build/lib/vite-plugin-mdx/$.d.ts.map +1 -0
- package/build/lib/vite-plugin-mdx/{index.d.ts → $.js} +1 -1
- package/build/lib/vite-plugin-mdx/$.js.map +1 -0
- package/build/lib/vite-plugin-reactive-data/{index.js → $.d.ts} +1 -1
- package/build/lib/vite-plugin-reactive-data/$.d.ts.map +1 -0
- package/build/lib/vite-plugin-reactive-data/{index.d.ts → $.js} +1 -1
- package/build/lib/vite-plugin-reactive-data/$.js.map +1 -0
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts +1 -1
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts.map +1 -1
- package/build/lib/vite-plugins/$$.d.ts +2 -0
- package/build/lib/vite-plugins/$$.d.ts.map +1 -0
- package/build/lib/vite-plugins/$$.js +2 -0
- package/build/lib/vite-plugins/$$.js.map +1 -0
- package/build/lib/vite-plugins/$.d.ts +5 -0
- package/build/lib/vite-plugins/$.d.ts.map +1 -0
- package/build/lib/vite-plugins/$.js +5 -0
- package/build/lib/vite-plugins/$.js.map +1 -0
- package/build/lib/vite-virtual/{vite-virtual.js → $$.d.ts} +1 -1
- package/build/lib/vite-virtual/$$.d.ts.map +1 -0
- package/build/lib/vite-virtual/{vite-virtual.d.ts → $$.js} +1 -1
- package/build/lib/vite-virtual/$$.js.map +1 -0
- package/build/lib/vite-virtual/$.d.ts +2 -0
- package/build/lib/vite-virtual/$.d.ts.map +1 -0
- package/build/lib/vite-virtual/$.js +2 -0
- package/build/lib/vite-virtual/$.js.map +1 -0
- package/build/lib/vite-virtual/identified-loader.js +1 -1
- package/build/lib/vite-virtual/identified-loader.js.map +1 -1
- package/build/sandbox.js +2 -40
- package/build/sandbox.js.map +1 -1
- package/build/singletons/superjson.js +1 -1
- package/build/singletons/superjson.js.map +1 -1
- package/build/template/components/ArgumentListAnnotation.js +1 -1
- package/build/template/components/ArgumentListAnnotation.js.map +1 -1
- package/build/template/components/Changelog/ChangeBase.d.ts +1 -1
- package/build/template/components/Changelog/ChangeBase.d.ts.map +1 -1
- package/build/template/components/Changelog/CriticalitySection.d.ts +1 -1
- package/build/template/components/Changelog/CriticalitySection.d.ts.map +1 -1
- package/build/template/components/Changelog/CriticalitySection.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts +1 -1
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts +1 -1
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/FieldOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts +1 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts +1 -1
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeDescription.d.ts +1 -1
- package/build/template/components/Changelog/groups/TypeDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts +1 -1
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts.map +1 -1
- package/build/template/components/Changelog.d.ts +2 -2
- package/build/template/components/Changelog.d.ts.map +1 -1
- package/build/template/components/Changelog.js +11 -8
- package/build/template/components/Changelog.js.map +1 -1
- package/build/template/components/DeprecationReason.d.ts +1 -1
- package/build/template/components/DeprecationReason.d.ts.map +1 -1
- package/build/template/components/Description.d.ts +1 -1
- package/build/template/components/Description.d.ts.map +1 -1
- package/build/template/components/Field.d.ts +2 -1
- package/build/template/components/Field.d.ts.map +1 -1
- package/build/template/components/Field.js +23 -4
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/FieldList.d.ts +2 -1
- package/build/template/components/FieldList.d.ts.map +1 -1
- package/build/template/components/FieldList.js +3 -3
- package/build/template/components/FieldList.js.map +1 -1
- package/build/template/components/FieldListSection.js +2 -2
- package/build/template/components/FieldListSection.js.map +1 -1
- package/build/template/components/HamburgerMenu.d.ts +1 -0
- package/build/template/components/HamburgerMenu.d.ts.map +1 -1
- package/build/template/components/HamburgerMenu.js +2 -2
- package/build/template/components/HamburgerMenu.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +11 -2
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/TypeIndex.js +1 -1
- package/build/template/components/TypeIndex.js.map +1 -1
- package/build/template/components/graphql/type-kind-icon.d.ts +1 -1
- package/build/template/components/graphql/type-kind-icon.d.ts.map +1 -1
- package/build/template/components/graphql/type-link.d.ts +1 -1
- package/build/template/components/graphql/type-link.d.ts.map +1 -1
- package/build/template/components/graphql/type-link.js +1 -1
- package/build/template/components/graphql/type-link.js.map +1 -1
- package/build/template/components/navbar/DefaultNavbar.d.ts +4 -0
- package/build/template/components/navbar/DefaultNavbar.d.ts.map +1 -0
- package/build/template/components/navbar/DefaultNavbar.js +10 -0
- package/build/template/components/navbar/DefaultNavbar.js.map +1 -0
- package/build/template/components/navbar/Item.d.ts +7 -0
- package/build/template/components/navbar/Item.d.ts.map +1 -0
- package/build/template/components/navbar/Item.js +6 -0
- package/build/template/components/navbar/Item.js.map +1 -0
- package/build/template/components/sidebar/Sidebar.d.ts +2 -1
- package/build/template/components/sidebar/Sidebar.d.ts.map +1 -1
- package/build/template/components/sidebar/Sidebar.js +2 -2
- package/build/template/components/sidebar/Sidebar.js.map +1 -1
- package/build/template/contexts/SchemaLifecycleContext.d.ts +14 -0
- package/build/template/contexts/SchemaLifecycleContext.d.ts.map +1 -0
- package/build/template/contexts/SchemaLifecycleContext.js +15 -0
- package/build/template/contexts/SchemaLifecycleContext.js.map +1 -0
- package/build/template/layouts/ChangelogLayout.d.ts +1 -1
- package/build/template/layouts/ChangelogLayout.d.ts.map +1 -1
- package/build/template/layouts/ChangelogLayout.js +11 -3
- package/build/template/layouts/ChangelogLayout.js.map +1 -1
- package/build/template/layouts/SidebarLayout.d.ts +1 -0
- package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
- package/build/template/layouts/SidebarLayout.js +2 -2
- package/build/template/layouts/SidebarLayout.js.map +1 -1
- package/build/template/routes/changelog.d.ts +4 -2
- package/build/template/routes/changelog.d.ts.map +1 -1
- package/build/template/routes/changelog.js.map +1 -1
- package/build/template/routes/reference.d.ts +6 -1
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +8 -4
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.js +12 -2
- package/build/template/routes/root.js.map +1 -1
- package/build/template/server/middleware/unsupported-assets.js +2 -2
- package/build/template/server/middleware/unsupported-assets.js.map +1 -1
- package/build/template/server/ssg/get-route-paths.js +1 -1
- package/build/template/server/ssg/get-route-paths.js.map +1 -1
- package/build/template/sources/schema-source.d.ts +6 -4
- package/build/template/sources/schema-source.d.ts.map +1 -1
- package/package.json +124 -4
- package/src/api/api.ts +1 -0
- package/src/api/cache/$$.ts +1 -0
- package/src/api/cache/$.ts +1 -0
- package/src/api/cache/cache.ts +210 -0
- package/src/api/content/navbar.test.ts +3 -3
- package/src/api/content/navbar.ts +2 -0
- package/src/api/content/page.ts +1 -1
- package/src/api/content/scan.ts +1 -1
- package/src/api/content/sidebar.ts +1 -1
- package/src/api/hooks/helpers.ts +5 -0
- package/src/api/hooks/index.ts +2 -0
- package/src/api/hooks/types.ts +8 -0
- package/src/api/iso/schema/$$.ts +0 -3
- package/src/api/iso/schema/routing.ts +1 -1
- package/src/api/iso/schema/validation.ts +1 -1
- package/src/api/schema/data-sources/introspection/introspection.ts +13 -10
- package/src/api/schema/data-sources/memory/memory.ts +26 -16
- package/src/api/schema/data-sources/schema-directory/schema-directory.ts +28 -18
- package/src/api/schema/data-sources/schema-file/schema-file.ts +10 -10
- package/src/api/schema/read.ts +5 -5
- package/src/api/schema/schema.ts +0 -14
- package/src/api/schema-augmentation/augmentations/description.ts +1 -1
- package/src/api/schema-augmentation/schema-augmentation.ts +1 -1
- package/src/api/schema-augmentation/target.ts +1 -1
- package/src/api/schema-source/schema-source.ts +59 -32
- package/src/api/vite/plugins/build.ts +1 -1
- package/src/api/vite/plugins/core.ts +51 -12
- package/src/api/vite/plugins/pages.ts +1 -1
- package/src/api/vite/plugins/schema-assets.ts +21 -7
- package/src/api/vite/vi.ts +1 -1
- package/src/cli/commands/cache/$default.ts +10 -0
- package/src/cli/commands/cache/delete.ts +27 -0
- package/src/cli/commands/cache/show.ts +99 -0
- package/src/cli/commands/cache.ts +9 -0
- package/src/cli/commands/config.ts +3 -0
- package/src/cli/commands/open.ts +2 -2
- package/src/cli/commands/static.ts +3 -0
- package/src/exports/polen.ts +1 -0
- package/src/exports/radix-ui/react-icons.ts +3 -0
- package/src/exports/radix-ui/themes.ts +3 -0
- package/src/lib/errors/$.ts +1 -0
- package/src/lib/file-router/$.ts +1 -0
- package/src/lib/file-router/index.test.ts +1 -1
- package/src/lib/grafaid/$.ts +1 -0
- package/src/lib/grafaid/schema/type.ts +1 -0
- package/src/lib/graphql-change/{graphql-change.ts → $$.ts} +1 -1
- package/src/lib/graphql-change/$.ts +1 -0
- package/src/lib/graphql-change/change-groups.ts +56 -26
- package/src/lib/graphql-changeset/$$.ts +3 -0
- package/src/lib/graphql-changeset/$.ts +1 -0
- package/src/lib/graphql-changeset/changelog.ts +9 -0
- package/src/lib/graphql-changeset/changeset.ts +190 -0
- package/src/lib/graphql-changeset/versioned-schema.ts +43 -0
- package/src/lib/graphql-path/$$.ts +42 -0
- package/src/lib/graphql-path/$.ts +4 -0
- package/src/lib/graphql-path/constructors.ts +81 -0
- package/src/lib/graphql-path/definition.ts +240 -0
- package/src/lib/graphql-path/query.ts +118 -0
- package/src/lib/graphql-path/types.ts +55 -0
- package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +1 -1
- package/src/lib/html-utils/$$.ts +2 -0
- package/src/lib/html-utils/$.ts +1 -0
- package/src/lib/kit-temp.ts +3 -0
- package/src/lib/path-map/$.test.ts +4 -3
- package/src/lib/react-router-aid/$.ts +1 -0
- package/src/lib/react-router-loader/$.ts +1 -0
- package/src/lib/schema-lifecycle/$$.ts +19 -0
- package/src/lib/schema-lifecycle/$.test.ts +222 -0
- package/src/lib/schema-lifecycle/$.ts +1 -0
- package/src/lib/schema-lifecycle/FieldLifecycle.ts +18 -0
- package/src/lib/schema-lifecycle/LifecycleEvent.ts +27 -0
- package/src/lib/schema-lifecycle/NamedTypeLifecycle.ts +96 -0
- package/src/lib/schema-lifecycle/SchemaLifecycle.ts +85 -0
- package/src/lib/schema-lifecycle/SchemaLink.ts +40 -0
- package/src/lib/schema-lifecycle/handlers.ts +215 -0
- package/src/lib/schema-lifecycle/utils.ts +234 -0
- package/src/lib/superjson-codec/$.ts +1 -0
- package/src/lib/superjson-codec/codecs/graphql-schema.ts +1 -1
- package/src/lib/theme/$$.ts +1 -0
- package/src/lib/theme/$.ts +1 -1
- package/src/lib/vite-plugin-config/$.ts +1 -0
- package/src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts +1 -1
- package/src/lib/vite-plugins/$.ts +4 -0
- package/src/lib/vite-virtual/$.ts +1 -0
- package/src/lib/vite-virtual/identified-loader.ts +1 -1
- package/src/sandbox.ts +1 -43
- package/src/singletons/superjson.ts +1 -1
- package/src/template/components/ArgumentListAnnotation.tsx +1 -1
- package/src/template/components/Changelog/ChangeBase.tsx +1 -1
- package/src/template/components/Changelog/CriticalitySection.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveArgument.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveArgumentDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveArgumentOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveLocationOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/DirectiveUsage.tsx +1 -1
- package/src/template/components/Changelog/groups/EnumValueDeprecationReason.tsx +1 -1
- package/src/template/components/Changelog/groups/EnumValueDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/EnumValueOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldArgument.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldArgumentDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldArgumentOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldDeprecation.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldDeprecationReason.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/FieldOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/InputFieldDefaultValue.tsx +1 -1
- package/src/template/components/Changelog/groups/InputFieldDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/InputFieldOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/ObjectTypeInterfaceOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/SchemaRootType.tsx +1 -1
- package/src/template/components/Changelog/groups/TypeDescription.tsx +1 -1
- package/src/template/components/Changelog/groups/TypeOperation.tsx +1 -1
- package/src/template/components/Changelog/groups/UnionMemberOperation.tsx +1 -1
- package/src/template/components/Changelog.tsx +12 -11
- package/src/template/components/DeprecationReason.tsx +1 -1
- package/src/template/components/Description.tsx +1 -1
- package/src/template/components/Field.tsx +48 -4
- package/src/template/components/FieldList.tsx +4 -2
- package/src/template/components/FieldListSection.tsx +2 -2
- package/src/template/components/HamburgerMenu.tsx +3 -1
- package/src/template/components/NamedType.tsx +31 -2
- package/src/template/components/TypeIndex.tsx +1 -1
- package/src/template/components/graphql/type-kind-icon.tsx +1 -1
- package/src/template/components/graphql/type-kind-tokens.ts +1 -1
- package/src/template/components/graphql/type-link.tsx +1 -1
- package/src/template/components/navbar/DefaultNavbar.tsx +22 -0
- package/src/template/components/navbar/Item.tsx +11 -0
- package/src/template/components/sidebar/Sidebar.tsx +7 -1
- package/src/template/contexts/SchemaLifecycleContext.tsx +30 -0
- package/src/template/layouts/ChangelogLayout.tsx +11 -4
- package/src/template/layouts/SidebarLayout.tsx +4 -2
- package/src/template/routes/changelog.tsx +4 -2
- package/src/template/routes/reference.tsx +26 -11
- package/src/template/routes/root.tsx +25 -18
- package/src/template/server/create-page-html-response.ts +1 -1
- package/src/template/server/middleware/unsupported-assets.ts +2 -2
- package/src/template/server/ssg/get-route-paths.ts +1 -1
- package/src/vite-env.d.ts +5 -0
- package/build/lib/apple-touch-icon/index.d.ts.map +0 -1
- package/build/lib/apple-touch-icon/index.js.map +0 -1
- package/build/lib/errors/errors.d.ts.map +0 -1
- package/build/lib/errors/errors.js.map +0 -1
- package/build/lib/errors/index.d.ts +0 -2
- package/build/lib/errors/index.d.ts.map +0 -1
- package/build/lib/errors/index.js +0 -2
- package/build/lib/errors/index.js.map +0 -1
- package/build/lib/extensible-data/index.d.ts.map +0 -1
- package/build/lib/extensible-data/index.js.map +0 -1
- package/build/lib/favicon/index.d.ts.map +0 -1
- package/build/lib/favicon/index.js.map +0 -1
- package/build/lib/file-router/file-router.d.ts.map +0 -1
- package/build/lib/file-router/file-router.js.map +0 -1
- package/build/lib/file-router/index.d.ts +0 -2
- package/build/lib/file-router/index.d.ts.map +0 -1
- package/build/lib/file-router/index.js +0 -2
- package/build/lib/file-router/index.js.map +0 -1
- package/build/lib/grafaid/grafaid.d.ts.map +0 -1
- package/build/lib/grafaid/grafaid.js.map +0 -1
- package/build/lib/grafaid/index.d.ts +0 -2
- package/build/lib/grafaid/index.d.ts.map +0 -1
- package/build/lib/grafaid/index.js +0 -2
- package/build/lib/grafaid/index.js.map +0 -1
- package/build/lib/grafaid-old/index.d.ts.map +0 -1
- package/build/lib/grafaid-old/index.js.map +0 -1
- package/build/lib/graphql-change/graphql-change.d.ts.map +0 -1
- package/build/lib/graphql-change/graphql-change.js.map +0 -1
- package/build/lib/graphql-change/index.d.ts +0 -2
- package/build/lib/graphql-change/index.d.ts.map +0 -1
- package/build/lib/graphql-change/index.js +0 -2
- package/build/lib/graphql-change/index.js.map +0 -1
- package/build/lib/graphql-changeset/graphql-changeset.d.ts +0 -9
- package/build/lib/graphql-changeset/graphql-changeset.d.ts.map +0 -1
- package/build/lib/graphql-changeset/graphql-changeset.js +0 -2
- package/build/lib/graphql-changeset/graphql-changeset.js.map +0 -1
- package/build/lib/graphql-changeset/index.d.ts +0 -2
- package/build/lib/graphql-changeset/index.d.ts.map +0 -1
- package/build/lib/graphql-changeset/index.js +0 -2
- package/build/lib/graphql-changeset/index.js.map +0 -1
- package/build/lib/graphql-schema-loader/index.d.ts.map +0 -1
- package/build/lib/graphql-schema-loader/index.js.map +0 -1
- package/build/lib/hono-aid/index.d.ts.map +0 -1
- package/build/lib/hono-aid/index.js.map +0 -1
- package/build/lib/react-router-aid/index.d.ts +0 -2
- package/build/lib/react-router-aid/index.d.ts.map +0 -1
- package/build/lib/react-router-aid/index.js +0 -2
- package/build/lib/react-router-aid/index.js.map +0 -1
- package/build/lib/react-router-aid/react-router-aid.d.ts.map +0 -1
- package/build/lib/react-router-aid/react-router-aid.js.map +0 -1
- package/build/lib/react-router-loader/react-router-loader.d.ts.map +0 -1
- package/build/lib/react-router-loader/react-router-loader.js.map +0 -1
- package/build/lib/stack-processor/index.d.ts.map +0 -1
- package/build/lib/stack-processor/index.js.map +0 -1
- package/build/lib/superjson-codec/exports.d.ts.map +0 -1
- package/build/lib/superjson-codec/exports.js.map +0 -1
- package/build/lib/superjson-codec/index.d.ts +0 -2
- package/build/lib/superjson-codec/index.d.ts.map +0 -1
- package/build/lib/superjson-codec/index.js +0 -2
- package/build/lib/superjson-codec/index.js.map +0 -1
- package/build/lib/vite-plugin-config/vite-plugin-config.d.ts.map +0 -1
- package/build/lib/vite-plugin-config/vite-plugin-config.js.map +0 -1
- package/build/lib/vite-plugin-json/index.d.ts.map +0 -1
- package/build/lib/vite-plugin-json/index.js.map +0 -1
- package/build/lib/vite-plugin-mdx/index.d.ts.map +0 -1
- package/build/lib/vite-plugin-mdx/index.js.map +0 -1
- package/build/lib/vite-plugin-reactive-data/index.d.ts.map +0 -1
- package/build/lib/vite-plugin-reactive-data/index.js.map +0 -1
- package/build/lib/vite-plugins/index.d.ts +0 -5
- package/build/lib/vite-plugins/index.d.ts.map +0 -1
- package/build/lib/vite-plugins/index.js +0 -5
- package/build/lib/vite-plugins/index.js.map +0 -1
- package/build/lib/vite-plugins/vite-plugins.d.ts +0 -2
- package/build/lib/vite-plugins/vite-plugins.d.ts.map +0 -1
- package/build/lib/vite-plugins/vite-plugins.js +0 -2
- package/build/lib/vite-plugins/vite-plugins.js.map +0 -1
- package/build/lib/vite-virtual/index.d.ts +0 -2
- package/build/lib/vite-virtual/index.d.ts.map +0 -1
- package/build/lib/vite-virtual/index.js +0 -2
- package/build/lib/vite-virtual/index.js.map +0 -1
- package/build/lib/vite-virtual/vite-virtual.d.ts.map +0 -1
- package/build/lib/vite-virtual/vite-virtual.js.map +0 -1
- package/src/lib/errors/index.ts +0 -1
- package/src/lib/file-router/index.ts +0 -1
- package/src/lib/grafaid/index.ts +0 -1
- package/src/lib/graphql-change/index.ts +0 -1
- package/src/lib/graphql-changeset/graphql-changeset.ts +0 -9
- package/src/lib/graphql-changeset/index.ts +0 -1
- package/src/lib/react-router-aid/index.ts +0 -1
- package/src/lib/superjson-codec/index.ts +0 -1
- package/src/lib/vite-plugins/index.ts +0 -4
- package/src/lib/vite-virtual/index.ts +0 -1
- /package/src/lib/apple-touch-icon/{index.ts → $.ts} +0 -0
- /package/src/lib/errors/{errors.ts → $$.ts} +0 -0
- /package/src/lib/extensible-data/{index.ts → $.ts} +0 -0
- /package/src/lib/favicon/{index.ts → $.ts} +0 -0
- /package/src/lib/file-router/{file-router.ts → $$.ts} +0 -0
- /package/src/lib/grafaid/{grafaid.ts → $$.ts} +0 -0
- /package/src/lib/grafaid-old/{index.ts → $.ts} +0 -0
- /package/src/lib/graphql-schema-loader/{index.ts → $.ts} +0 -0
- /package/src/lib/hono-aid/{index.ts → $.ts} +0 -0
- /package/src/lib/react-router-aid/{react-router-aid.ts → $$.ts} +0 -0
- /package/src/lib/react-router-loader/{react-router-loader.ts → $$.ts} +0 -0
- /package/src/lib/stack-processor/{index.ts → $.ts} +0 -0
- /package/src/lib/superjson-codec/{exports.ts → $$.ts} +0 -0
- /package/src/lib/vite-plugin-config/{vite-plugin-config.ts → $$.ts} +0 -0
- /package/src/lib/vite-plugin-json/{index.ts → $.ts} +0 -0
- /package/src/lib/vite-plugin-mdx/{index.ts → $.ts} +0 -0
- /package/src/lib/vite-plugin-reactive-data/{index.ts → $.ts} +0 -0
- /package/src/lib/vite-plugins/{vite-plugins.ts → $$.ts} +0 -0
- /package/src/lib/vite-virtual/{vite-virtual.ts → $$.ts} +0 -0
@@ -0,0 +1,42 @@
|
|
1
|
+
/**
|
2
|
+
* GraphQL Path Library
|
3
|
+
*
|
4
|
+
* This library provides type-safe path representations for GraphQL schemas.
|
5
|
+
* It distinguishes between definition paths (addresses to schema elements)
|
6
|
+
* and query paths (traversal paths through the schema graph).
|
7
|
+
*
|
8
|
+
* @example
|
9
|
+
* ```ts
|
10
|
+
* import { GraphQLPath } from '#lib/graphql-path'
|
11
|
+
*
|
12
|
+
* // Create a path to a type definition
|
13
|
+
* const userTypePath = GraphQLPath.Definition.type('User')
|
14
|
+
*
|
15
|
+
* // Create a path to a field definition
|
16
|
+
* const userNameFieldPath = GraphQLPath.Definition.field('User', 'name')
|
17
|
+
*
|
18
|
+
* // Create a path to an argument definition
|
19
|
+
* const userPostsLimitArgPath = GraphQLPath.Definition.argument('User', 'posts', 'limit')
|
20
|
+
*
|
21
|
+
* // Encode/decode definition paths
|
22
|
+
* const encoded = GraphQLPath.Definition.encode(userNameFieldPath) // "User.name"
|
23
|
+
* const decoded = GraphQLPath.Definition.decode("User.name") // field definition path
|
24
|
+
*
|
25
|
+
* // Create a query path
|
26
|
+
* const queryPath = GraphQLPath.Query.builder()
|
27
|
+
* .type('User')
|
28
|
+
* .field('posts')
|
29
|
+
* .type('Post')
|
30
|
+
* .field('author')
|
31
|
+
* .type('User')
|
32
|
+
* .field('name')
|
33
|
+
* .build()
|
34
|
+
*
|
35
|
+
* // Encode/decode query paths
|
36
|
+
* const encodedQuery = GraphQLPath.Query.encode(queryPath) // "User.posts.Post.author.User.name"
|
37
|
+
* const decodedQuery = GraphQLPath.Query.decode("User.posts.Post.author") // query path
|
38
|
+
* ```
|
39
|
+
*/
|
40
|
+
|
41
|
+
export * as Definition from './definition.js'
|
42
|
+
export * as Query from './query.js'
|
@@ -0,0 +1,81 @@
|
|
1
|
+
/**
|
2
|
+
* Constructor functions and type guards
|
3
|
+
*/
|
4
|
+
|
5
|
+
import type { ArgumentSegment, FieldSegment, QuerySegment, Segment, TypeSegment } from './types.js'
|
6
|
+
|
7
|
+
/**
|
8
|
+
* Type guard to check if a segment is a type segment
|
9
|
+
*
|
10
|
+
* @param segment - The segment to check
|
11
|
+
* @returns True if the segment is a type segment
|
12
|
+
*/
|
13
|
+
export const isTypeSegment = (segment: Segment): segment is TypeSegment => {
|
14
|
+
return segment.kind === 'type'
|
15
|
+
}
|
16
|
+
|
17
|
+
/**
|
18
|
+
* Type guard to check if a segment is a field segment
|
19
|
+
*
|
20
|
+
* @param segment - The segment to check
|
21
|
+
* @returns True if the segment is a field segment
|
22
|
+
*/
|
23
|
+
export const isFieldSegment = (segment: Segment): segment is FieldSegment => {
|
24
|
+
return segment.kind === 'field'
|
25
|
+
}
|
26
|
+
|
27
|
+
/**
|
28
|
+
* Type guard to check if a segment is an argument segment
|
29
|
+
*
|
30
|
+
* @param segment - The segment to check
|
31
|
+
* @returns True if the segment is an argument segment
|
32
|
+
*/
|
33
|
+
export const isArgumentSegment = (segment: Segment): segment is ArgumentSegment => {
|
34
|
+
return segment.kind === 'argument'
|
35
|
+
}
|
36
|
+
|
37
|
+
/**
|
38
|
+
* Type guard to check if a segment can be used in a query path
|
39
|
+
*
|
40
|
+
* @param segment - The segment to check
|
41
|
+
* @returns True if the segment can be used in a query path
|
42
|
+
*/
|
43
|
+
export const isQuerySegment = (segment: Segment): segment is QuerySegment => {
|
44
|
+
return segment.kind === 'type' || segment.kind === 'field'
|
45
|
+
}
|
46
|
+
|
47
|
+
/**
|
48
|
+
* Create a type segment
|
49
|
+
*
|
50
|
+
* @param type - The type name
|
51
|
+
* @returns A type segment
|
52
|
+
* @example createTypeSegment('User') // { kind: 'type', type: 'User' }
|
53
|
+
*/
|
54
|
+
export const createTypeSegment = (type: string): TypeSegment => ({
|
55
|
+
kind: 'type',
|
56
|
+
type,
|
57
|
+
})
|
58
|
+
|
59
|
+
/**
|
60
|
+
* Create a field segment
|
61
|
+
*
|
62
|
+
* @param field - The field name
|
63
|
+
* @returns A field segment
|
64
|
+
* @example createFieldSegment('name') // { kind: 'field', field: 'name' }
|
65
|
+
*/
|
66
|
+
export const createFieldSegment = (field: string): FieldSegment => ({
|
67
|
+
kind: 'field',
|
68
|
+
field,
|
69
|
+
})
|
70
|
+
|
71
|
+
/**
|
72
|
+
* Create an argument segment
|
73
|
+
*
|
74
|
+
* @param argument - The argument name
|
75
|
+
* @returns An argument segment
|
76
|
+
* @example createArgumentSegment('limit') // { kind: 'argument', argument: 'limit' }
|
77
|
+
*/
|
78
|
+
export const createArgumentSegment = (argument: string): ArgumentSegment => ({
|
79
|
+
kind: 'argument',
|
80
|
+
argument,
|
81
|
+
})
|
@@ -0,0 +1,240 @@
|
|
1
|
+
/**
|
2
|
+
* Definition path operations
|
3
|
+
*/
|
4
|
+
|
5
|
+
import { createArgumentSegment, createFieldSegment, createTypeSegment } from './constructors.js'
|
6
|
+
|
7
|
+
import type { ArgumentSegment, FieldSegment, TypeSegment } from '#lib/graphql-path/types'
|
8
|
+
|
9
|
+
/**
|
10
|
+
* Encode a definition path to a human-readable expression string
|
11
|
+
*
|
12
|
+
* @param path - The definition path to encode
|
13
|
+
* @returns A string expression representation
|
14
|
+
* @example
|
15
|
+
* encode(field('User', 'name')) // 'User.name'
|
16
|
+
* encode(argument('User', 'posts', 'limit')) // 'User.posts(limit)'
|
17
|
+
*/
|
18
|
+
export const encode = (path: DefinitionPath): string => {
|
19
|
+
if (isTypeDefinitionPath(path)) {
|
20
|
+
return path[0].type
|
21
|
+
} else if (isFieldDefinitionPath(path)) {
|
22
|
+
return `${path[0].type}.${path[1].field}`
|
23
|
+
} else if (isArgumentDefinitionPath(path)) {
|
24
|
+
return `${path[0].type}.${path[1].field}(${path[2].argument})`
|
25
|
+
}
|
26
|
+
return ''
|
27
|
+
}
|
28
|
+
|
29
|
+
/**
|
30
|
+
* Decode a string expression into a definition path
|
31
|
+
*
|
32
|
+
* @param expression - The string expression to decode
|
33
|
+
* @returns The decoded definition path or null if invalid
|
34
|
+
* @example
|
35
|
+
* decode('User') // type definition path
|
36
|
+
* decode('User.name') // field definition path
|
37
|
+
* decode('User.posts(limit)') // argument definition path
|
38
|
+
*/
|
39
|
+
export const decode = (expression: string): DefinitionPath | null => {
|
40
|
+
// Handle argument path: Type.field(argument)
|
41
|
+
const argMatch = expression.match(/^([^.]+)\.([^.(]+)\(([^)]+)\)$/)
|
42
|
+
if (argMatch) {
|
43
|
+
const [, typeName, fieldName, argName] = argMatch
|
44
|
+
if (!typeName || !fieldName || !argName) return null
|
45
|
+
return createArgumentDefinitionPath(typeName, fieldName, argName)
|
46
|
+
}
|
47
|
+
|
48
|
+
// Handle field path: Type.field
|
49
|
+
const fieldMatch = expression.match(/^([^.]+)\.([^.]+)$/)
|
50
|
+
if (fieldMatch) {
|
51
|
+
const [, typeName, fieldName] = fieldMatch
|
52
|
+
if (!typeName || !fieldName) return null
|
53
|
+
return createFieldDefinitionPath(typeName, fieldName)
|
54
|
+
}
|
55
|
+
|
56
|
+
// Handle type path: Type
|
57
|
+
const typeMatch = expression.match(/^[^.]+$/)
|
58
|
+
if (typeMatch) {
|
59
|
+
return createTypeDefinitionPath(expression)
|
60
|
+
}
|
61
|
+
|
62
|
+
return null
|
63
|
+
}
|
64
|
+
|
65
|
+
/**
|
66
|
+
* Extract the type name from any definition path
|
67
|
+
*
|
68
|
+
* @param path - The definition path
|
69
|
+
* @returns The type name
|
70
|
+
* @example getType([{ kind: 'type', type: 'User' }]) // 'User'
|
71
|
+
*/
|
72
|
+
export const getType = (path: DefinitionPath): string => {
|
73
|
+
return path[0].type
|
74
|
+
}
|
75
|
+
|
76
|
+
/**
|
77
|
+
* Extract the field name from a field or argument definition path
|
78
|
+
*
|
79
|
+
* @param path - The field or argument definition path
|
80
|
+
* @returns The field name
|
81
|
+
* @example getField([{ kind: 'type', type: 'User' }, { kind: 'field', field: 'name' }]) // 'name'
|
82
|
+
*/
|
83
|
+
export const getField = (path: FieldDefinitionPath | ArgumentDefinitionPath): string => {
|
84
|
+
return path[1].field
|
85
|
+
}
|
86
|
+
|
87
|
+
/**
|
88
|
+
* Extract the argument name from an argument definition path
|
89
|
+
*
|
90
|
+
* @param path - The argument definition path
|
91
|
+
* @returns The argument name
|
92
|
+
* @example getArgument([{ kind: 'type', type: 'User' }, { kind: 'field', field: 'posts' }, { kind: 'argument', argument: 'limit' }]) // 'limit'
|
93
|
+
*/
|
94
|
+
export const getArgument = (path: ArgumentDefinitionPath): string => {
|
95
|
+
return path[2].argument
|
96
|
+
}
|
97
|
+
|
98
|
+
/**
|
99
|
+
* Parse field path like "User.email" into type and field names
|
100
|
+
*/
|
101
|
+
export const parseFieldPath = (path?: string): { typeName: string | null; fieldName: string | null } => {
|
102
|
+
if (!path) return { typeName: null, fieldName: null }
|
103
|
+
|
104
|
+
const parts = path.split('.')
|
105
|
+
if (parts.length >= 2) {
|
106
|
+
return {
|
107
|
+
typeName: parts[0] || null,
|
108
|
+
fieldName: parts[1] || null,
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
return { typeName: null, fieldName: null }
|
113
|
+
}
|
114
|
+
|
115
|
+
/**
|
116
|
+
* Definition paths - direct paths to schema definition elements
|
117
|
+
* These represent the "address" of a specific schema element
|
118
|
+
*/
|
119
|
+
export type DefinitionPath =
|
120
|
+
| TypeDefinitionPath
|
121
|
+
| FieldDefinitionPath
|
122
|
+
| ArgumentDefinitionPath
|
123
|
+
|
124
|
+
/**
|
125
|
+
* Path to a type definition
|
126
|
+
* @example [{ kind: 'type', type: 'User' }]
|
127
|
+
*/
|
128
|
+
export type TypeDefinitionPath = [TypeSegment]
|
129
|
+
|
130
|
+
/**
|
131
|
+
* Path to a field definition (type + field)
|
132
|
+
* @example [{ kind: 'type', type: 'User' }, { kind: 'field', field: 'name' }]
|
133
|
+
*/
|
134
|
+
export type FieldDefinitionPath = [TypeSegment, FieldSegment]
|
135
|
+
|
136
|
+
/**
|
137
|
+
* Path to an argument definition (type + field + argument)
|
138
|
+
* @example [{ kind: 'type', type: 'User' }, { kind: 'field', field: 'posts' }, { kind: 'argument', argument: 'limit' }]
|
139
|
+
*/
|
140
|
+
export type ArgumentDefinitionPath = [TypeSegment, FieldSegment, ArgumentSegment]
|
141
|
+
|
142
|
+
/**
|
143
|
+
* Type guard to check if a path is a type definition path
|
144
|
+
*
|
145
|
+
* @param path - The path to check
|
146
|
+
* @returns True if the path is a type definition path
|
147
|
+
*/
|
148
|
+
export const isTypeDefinitionPath = (path: DefinitionPath): path is TypeDefinitionPath => {
|
149
|
+
return path.length === 1 && path[0].kind === 'type'
|
150
|
+
}
|
151
|
+
|
152
|
+
/**
|
153
|
+
* Type guard to check if a path is a field definition path
|
154
|
+
*
|
155
|
+
* @param path - The path to check
|
156
|
+
* @returns True if the path is a field definition path
|
157
|
+
*/
|
158
|
+
export const isFieldDefinitionPath = (path: DefinitionPath): path is FieldDefinitionPath => {
|
159
|
+
return path.length === 2 && path[0].kind === 'type' && path[1].kind === 'field'
|
160
|
+
}
|
161
|
+
|
162
|
+
/**
|
163
|
+
* Type guard to check if a path is an argument definition path
|
164
|
+
*
|
165
|
+
* @param path - The path to check
|
166
|
+
* @returns True if the path is an argument definition path
|
167
|
+
*/
|
168
|
+
export const isArgumentDefinitionPath = (path: DefinitionPath): path is ArgumentDefinitionPath => {
|
169
|
+
return path.length === 3 && path[0].kind === 'type' && path[1].kind === 'field' && path[2].kind === 'argument'
|
170
|
+
}
|
171
|
+
|
172
|
+
/**
|
173
|
+
* Create a path to a type definition
|
174
|
+
*
|
175
|
+
* @param type - The type name
|
176
|
+
* @returns A type definition path
|
177
|
+
* @example createTypeDefinitionPath('User') // [{ kind: 'type', type: 'User' }]
|
178
|
+
*/
|
179
|
+
export const createTypeDefinitionPath = (type: string): TypeDefinitionPath => {
|
180
|
+
return [createTypeSegment(type)]
|
181
|
+
}
|
182
|
+
|
183
|
+
/**
|
184
|
+
* Create a path to a field definition
|
185
|
+
*
|
186
|
+
* @param type - The type name
|
187
|
+
* @param field - The field name
|
188
|
+
* @returns A field definition path
|
189
|
+
* @example createFieldDefinitionPath('User', 'name') // [{ kind: 'type', type: 'User' }, { kind: 'field', field: 'name' }]
|
190
|
+
*/
|
191
|
+
export const createFieldDefinitionPath = (type: string, field: string): FieldDefinitionPath => {
|
192
|
+
return [createTypeSegment(type), createFieldSegment(field)]
|
193
|
+
}
|
194
|
+
|
195
|
+
/**
|
196
|
+
* Create a path to an argument definition
|
197
|
+
*
|
198
|
+
* @param type - The type name
|
199
|
+
* @param field - The field name
|
200
|
+
* @param argument - The argument name
|
201
|
+
* @returns An argument definition path
|
202
|
+
* @example createArgumentDefinitionPath('User', 'posts', 'limit') // [{ kind: 'type', type: 'User' }, { kind: 'field', field: 'posts' }, { kind: 'argument', argument: 'limit' }]
|
203
|
+
*/
|
204
|
+
export const createArgumentDefinitionPath = (
|
205
|
+
type: string,
|
206
|
+
field: string,
|
207
|
+
argument: string,
|
208
|
+
): ArgumentDefinitionPath => {
|
209
|
+
return [createTypeSegment(type), createFieldSegment(field), createArgumentSegment(argument)]
|
210
|
+
}
|
211
|
+
|
212
|
+
/**
|
213
|
+
* Create a type definition path
|
214
|
+
*
|
215
|
+
* @param type - The type name
|
216
|
+
* @returns A type definition path
|
217
|
+
* @example type('User') // [{ kind: 'type', type: 'User' }]
|
218
|
+
*/
|
219
|
+
export const type = createTypeDefinitionPath
|
220
|
+
|
221
|
+
/**
|
222
|
+
* Create a field definition path
|
223
|
+
*
|
224
|
+
* @param type - The type name
|
225
|
+
* @param field - The field name
|
226
|
+
* @returns A field definition path
|
227
|
+
* @example field('User', 'name') // [{ kind: 'type', type: 'User' }, { kind: 'field', field: 'name' }]
|
228
|
+
*/
|
229
|
+
export const field = createFieldDefinitionPath
|
230
|
+
|
231
|
+
/**
|
232
|
+
* Create an argument definition path
|
233
|
+
*
|
234
|
+
* @param type - The type name
|
235
|
+
* @param field - The field name
|
236
|
+
* @param argument - The argument name
|
237
|
+
* @returns An argument definition path
|
238
|
+
* @example argument('User', 'posts', 'limit') // [{ kind: 'type', type: 'User' }, { kind: 'field', field: 'posts' }, { kind: 'argument', argument: 'limit' }]
|
239
|
+
*/
|
240
|
+
export const argument = createArgumentDefinitionPath
|
@@ -0,0 +1,118 @@
|
|
1
|
+
/**
|
2
|
+
* Query path operations
|
3
|
+
*/
|
4
|
+
|
5
|
+
import { createFieldSegment, createTypeSegment } from './constructors.js'
|
6
|
+
import type { QueryPath, QuerySegment } from './types.js'
|
7
|
+
|
8
|
+
/**
|
9
|
+
* Builder class for creating query paths with a fluent interface
|
10
|
+
*
|
11
|
+
* @example
|
12
|
+
* ```ts
|
13
|
+
* const path = builder()
|
14
|
+
* .type('User')
|
15
|
+
* .field('posts')
|
16
|
+
* .type('Post')
|
17
|
+
* .field('author')
|
18
|
+
* .build()
|
19
|
+
* ```
|
20
|
+
*/
|
21
|
+
export class QueryPathBuilder {
|
22
|
+
private segments: QuerySegment[] = []
|
23
|
+
|
24
|
+
/**
|
25
|
+
* Add a type segment to the path
|
26
|
+
*
|
27
|
+
* @param typeName - The type name
|
28
|
+
* @returns The builder for chaining
|
29
|
+
*/
|
30
|
+
type(typeName: string): this {
|
31
|
+
this.segments.push(createTypeSegment(typeName))
|
32
|
+
return this
|
33
|
+
}
|
34
|
+
|
35
|
+
/**
|
36
|
+
* Add a field segment to the path
|
37
|
+
*
|
38
|
+
* @param fieldName - The field name
|
39
|
+
* @returns The builder for chaining
|
40
|
+
*/
|
41
|
+
field(fieldName: string): this {
|
42
|
+
this.segments.push(createFieldSegment(fieldName))
|
43
|
+
return this
|
44
|
+
}
|
45
|
+
|
46
|
+
/**
|
47
|
+
* Build the final query path
|
48
|
+
*
|
49
|
+
* @returns The constructed query path
|
50
|
+
*/
|
51
|
+
build(): QueryPath {
|
52
|
+
return this.segments
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
/**
|
57
|
+
* Create a new query path builder
|
58
|
+
*
|
59
|
+
* @returns A new query path builder instance
|
60
|
+
* @example
|
61
|
+
* ```ts
|
62
|
+
* const path = builder()
|
63
|
+
* .type('User')
|
64
|
+
* .field('posts')
|
65
|
+
* .type('Post')
|
66
|
+
* .field('author')
|
67
|
+
* .build()
|
68
|
+
* ```
|
69
|
+
*/
|
70
|
+
export const builder = (): QueryPathBuilder => new QueryPathBuilder()
|
71
|
+
|
72
|
+
/**
|
73
|
+
* Encode a query path to a human-readable expression string
|
74
|
+
*
|
75
|
+
* @param path - The query path to encode
|
76
|
+
* @returns A string expression representation
|
77
|
+
* @example
|
78
|
+
* encode(builder().type('User').field('posts').type('Post').field('title').build()) // 'User.posts.Post.title'
|
79
|
+
*/
|
80
|
+
export const encode = (path: QueryPath): string => {
|
81
|
+
return path.map(segment => {
|
82
|
+
if (segment.kind === 'type') return segment.type
|
83
|
+
if (segment.kind === 'field') return segment.field
|
84
|
+
return ''
|
85
|
+
}).filter(Boolean).join('.')
|
86
|
+
}
|
87
|
+
|
88
|
+
/**
|
89
|
+
* Decode a string expression into a query path
|
90
|
+
* Note: This assumes alternating type.field.type.field pattern
|
91
|
+
*
|
92
|
+
* @param expression - The string expression to decode
|
93
|
+
* @returns The decoded query path or null if invalid
|
94
|
+
* @example
|
95
|
+
* decode('User.posts.Post.title') // Query path traversing User->posts->Post->title
|
96
|
+
*/
|
97
|
+
export const decode = (expression: string): QueryPath | null => {
|
98
|
+
if (!expression) return null
|
99
|
+
|
100
|
+
const parts = expression.split('.')
|
101
|
+
const segments: QuerySegment[] = []
|
102
|
+
|
103
|
+
// Assume alternating pattern: type.field.type.field...
|
104
|
+
for (let i = 0; i < parts.length; i++) {
|
105
|
+
const part = parts[i]
|
106
|
+
if (!part) continue
|
107
|
+
|
108
|
+
if (i % 2 === 0) {
|
109
|
+
// Even indices are types
|
110
|
+
segments.push(createTypeSegment(part))
|
111
|
+
} else {
|
112
|
+
// Odd indices are fields
|
113
|
+
segments.push(createFieldSegment(part))
|
114
|
+
}
|
115
|
+
}
|
116
|
+
|
117
|
+
return segments
|
118
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
/**
|
2
|
+
* GraphQL Path type definitions
|
3
|
+
*/
|
4
|
+
|
5
|
+
/**
|
6
|
+
* Base segment representing a GraphQL type in a path
|
7
|
+
*/
|
8
|
+
export interface TypeSegment {
|
9
|
+
kind: 'type'
|
10
|
+
type: string
|
11
|
+
}
|
12
|
+
|
13
|
+
/**
|
14
|
+
* Base segment representing a field in a path
|
15
|
+
*/
|
16
|
+
export interface FieldSegment {
|
17
|
+
kind: 'field'
|
18
|
+
field: string
|
19
|
+
}
|
20
|
+
|
21
|
+
/**
|
22
|
+
* Base segment representing an argument in a path
|
23
|
+
*/
|
24
|
+
export interface ArgumentSegment {
|
25
|
+
kind: 'argument'
|
26
|
+
argument: string
|
27
|
+
}
|
28
|
+
|
29
|
+
/**
|
30
|
+
* Union of all possible segments
|
31
|
+
*/
|
32
|
+
export type Segment = TypeSegment | FieldSegment | ArgumentSegment
|
33
|
+
|
34
|
+
/**
|
35
|
+
* Query segments - only types and fields can be traversed in queries
|
36
|
+
* Arguments cannot be part of query paths as they are not traversable
|
37
|
+
*/
|
38
|
+
export type QuerySegment = TypeSegment | FieldSegment
|
39
|
+
|
40
|
+
/**
|
41
|
+
* Query/Data paths - potentially deep paths that span multiple types through fields
|
42
|
+
* These represent traversal paths through the schema graph
|
43
|
+
*
|
44
|
+
* @example
|
45
|
+
* User.posts.author.name would be:
|
46
|
+
* [
|
47
|
+
* { kind: 'type', type: 'User' },
|
48
|
+
* { kind: 'field', field: 'posts' },
|
49
|
+
* { kind: 'type', type: 'Post' },
|
50
|
+
* { kind: 'field', field: 'author' },
|
51
|
+
* { kind: 'type', type: 'User' },
|
52
|
+
* { kind: 'field', field: 'name' }
|
53
|
+
* ]
|
54
|
+
*/
|
55
|
+
export type QueryPath = QuerySegment[]
|
@@ -0,0 +1 @@
|
|
1
|
+
export * as HtmlUtils from './$$.js'
|
package/src/lib/kit-temp.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import { Path } from '@wollybeard/kit'
|
1
2
|
import * as fc from 'fast-check'
|
2
3
|
import { describe, expect, it } from 'vitest'
|
3
4
|
import { PathMap } from './$.js'
|
@@ -208,9 +209,9 @@ describe('PathMap', () => {
|
|
208
209
|
// Helper to build absolute paths with proper handling of root base
|
209
210
|
const buildAbsolutePath = (normalizedBase: string, segments: string[]): string => {
|
210
211
|
if (segments.length === 0) return normalizedBase
|
211
|
-
|
212
|
-
|
213
|
-
|
212
|
+
|
213
|
+
// Use the same Path.join logic as the actual implementation
|
214
|
+
return Path.join(normalizedBase, ...segments)
|
214
215
|
}
|
215
216
|
|
216
217
|
// Arbitrary for valid path segments
|
@@ -0,0 +1 @@
|
|
1
|
+
export * as ReactRouterAid from './$$.js'
|
@@ -0,0 +1 @@
|
|
1
|
+
export * as ReactRouterLoader from './$$.js'
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export * from './FieldLifecycle.js'
|
2
|
+
export * from './LifecycleEvent.js'
|
3
|
+
export * from './NamedTypeLifecycle.js'
|
4
|
+
export * from './SchemaLifecycle.js'
|
5
|
+
|
6
|
+
export {
|
7
|
+
getFieldAddedDate,
|
8
|
+
getFieldLifecycle,
|
9
|
+
getFieldLifecycleDescription,
|
10
|
+
getFieldRemovedDate,
|
11
|
+
getTypeAddedDate,
|
12
|
+
getTypeLifecycle,
|
13
|
+
getTypeLifecycleDescription,
|
14
|
+
getTypeRemovedDate,
|
15
|
+
getTypesAddedOnDate,
|
16
|
+
getTypesRemovedOnDate,
|
17
|
+
isFieldCurrentlyAvailable,
|
18
|
+
isTypeCurrentlyAvailable,
|
19
|
+
} from './utils.js'
|