polen 0.8.0-next.9 → 0.8.1-next.1
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 +25 -0
- package/build/api/api.d.ts +3 -3
- package/build/api/api.js +3 -3
- package/build/api/builder/builder.d.ts +1 -1
- package/build/api/builder/builder.d.ts.map +1 -1
- package/build/api/builder/builder.js +12 -4
- package/build/api/builder/builder.js.map +1 -1
- package/build/api/builder/index.d.ts +1 -1
- package/build/api/builder/index.js +1 -1
- package/build/api/config/config.d.ts +4 -4
- package/build/api/config/config.js +4 -4
- package/build/api/config/configurator.d.ts +21 -4
- package/build/api/config/configurator.d.ts.map +1 -1
- package/build/api/config/configurator.js +6 -2
- package/build/api/config/configurator.js.map +1 -1
- package/build/api/config/define.d.ts +1 -1
- package/build/api/config/index.d.ts +1 -1
- package/build/api/config/index.js +1 -1
- package/build/api/config/load.d.ts +1 -1
- package/build/api/config/load.d.ts.map +1 -1
- package/build/api/config/load.js +71 -19
- package/build/api/config/load.js.map +1 -1
- package/build/api/config/merge.d.ts +1 -1
- package/build/api/config/merge.js +1 -1
- package/build/api/config/merge.js.map +1 -1
- package/build/api/config-resolver/config-resolver.d.ts +2 -2
- package/build/api/config-resolver/config-resolver.js +2 -2
- package/build/api/config-resolver/index.d.ts +1 -1
- package/build/api/config-resolver/index.js +1 -1
- package/build/api/config-resolver/resolve.d.ts +3 -3
- package/build/api/config-resolver/resolve.d.ts.map +1 -1
- package/build/api/config-resolver/resolve.js +8 -5
- package/build/api/config-resolver/resolve.js.map +1 -1
- package/build/api/config-resolver/vite.d.ts +2 -2
- package/build/api/config-resolver/vite.d.ts.map +1 -1
- package/build/api/config-resolver/vite.js +2 -2
- package/build/api/config-resolver/vite.js.map +1 -1
- package/build/api/index.d.ts +1 -1
- package/build/api/index.js +1 -1
- package/build/api/schema/data-sources/data-sources.d.ts +3 -3
- package/build/api/schema/data-sources/data-sources.js +3 -3
- package/build/api/schema/data-sources/index.d.ts +1 -1
- package/build/api/schema/data-sources/index.js +1 -1
- package/build/api/schema/data-sources/memory/memory.d.ts +1 -1
- package/build/api/schema/data-sources/memory/memory.js +2 -2
- package/build/api/schema/data-sources/memory/memory.js.map +1 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts +1 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +1 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.js +5 -5
- 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 +1 -1
- package/build/api/schema/data-sources/schema-file/schema-file.js +2 -2
- package/build/api/schema/data-sources/schema-file/schema-file.js.map +1 -1
- package/build/api/schema/index.d.ts +1 -1
- package/build/api/schema/index.js +1 -1
- package/build/api/schema/read.d.ts +2 -2
- package/build/api/schema/read.js +1 -1
- package/build/api/schema/schema.d.ts +3 -3
- package/build/api/schema/schema.d.ts.map +1 -1
- package/build/api/schema/schema.js +2 -2
- package/build/api/schema-augmentation/augmentations/description.d.ts +2 -2
- package/build/api/schema-augmentation/augmentations/description.d.ts.map +1 -1
- package/build/api/schema-augmentation/augmentations/description.js +1 -1
- package/build/api/schema-augmentation/index.d.ts +1 -1
- package/build/api/schema-augmentation/index.js +1 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts +2 -2
- package/build/api/schema-augmentation/schema-augmentation.d.ts.map +1 -1
- package/build/api/schema-augmentation/schema-augmentation.js +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/singletons/markdown/index.d.ts +1 -1
- package/build/api/singletons/markdown/index.js +1 -1
- package/build/api/vite/log-filters.d.ts +1 -1
- package/build/api/vite/log-filters.d.ts.map +1 -1
- package/build/api/vite/log-filters.js +1 -1
- package/build/api/vite/log-filters.js.map +1 -1
- package/build/api/vite/logger.d.ts +1 -1
- package/build/api/vite/logger.d.ts.map +1 -1
- package/build/api/vite/logger.js +21 -7
- package/build/api/vite/logger.js.map +1 -1
- package/build/api/vite/plugins/build.d.ts +2 -2
- package/build/api/vite/plugins/build.d.ts.map +1 -1
- package/build/api/vite/plugins/build.js +14 -6
- package/build/api/vite/plugins/build.js.map +1 -1
- package/build/api/vite/plugins/core.d.ts +3 -3
- package/build/api/vite/plugins/core.d.ts.map +1 -1
- package/build/api/vite/plugins/core.js +159 -208
- package/build/api/vite/plugins/core.js.map +1 -1
- package/build/api/vite/plugins/main.d.ts +2 -2
- package/build/api/vite/plugins/main.d.ts.map +1 -1
- package/build/api/vite/plugins/main.js +3 -3
- package/build/api/vite/plugins/pages-tree.d.ts +16 -0
- package/build/api/vite/plugins/pages-tree.d.ts.map +1 -0
- package/build/api/vite/plugins/pages-tree.js +152 -0
- package/build/api/vite/plugins/pages-tree.js.map +1 -0
- package/build/api/vite/plugins/serve.d.ts +2 -2
- package/build/api/vite/plugins/serve.d.ts.map +1 -1
- package/build/api/vite/plugins/serve.js +41 -26
- package/build/api/vite/plugins/serve.js.map +1 -1
- package/build/api/vite/vi.d.ts +2 -2
- package/build/api/vite/vi.d.ts.map +1 -1
- package/build/api/vite/vi.js +2 -2
- package/build/api/vite/vi.js.map +1 -1
- package/build/cli/_/self-contained-mode.d.ts +16 -0
- package/build/cli/_/self-contained-mode.d.ts.map +1 -0
- package/build/cli/_/self-contained-mode.js +58 -0
- package/build/cli/_/self-contained-mode.js.map +1 -0
- package/build/cli/commands/build.js +2 -2
- package/build/cli/commands/build.js.map +1 -1
- package/build/cli/commands/dev.js +3 -4
- package/build/cli/commands/dev.js.map +1 -1
- package/build/cli/commands/open.js +4 -4
- package/build/cli/commands/open.js.map +1 -1
- package/build/dep/graphql-inspector/index.d.ts +1 -1
- package/build/dep/graphql-inspector/index.js +1 -1
- package/build/dep/hono/hono.d.ts +1 -1
- package/build/dep/hono/hono.js +1 -1
- package/build/dep/hono/index.d.ts +1 -1
- package/build/dep/hono/index.js +1 -1
- package/build/dep/superjson/index.d.ts +1 -1
- package/build/dep/superjson/index.js +1 -1
- package/build/dep/tiny-globby/index.d.ts +1 -1
- package/build/dep/tiny-globby/index.js +1 -1
- package/build/dep/vite/index.d.ts +1 -1
- package/build/dep/vite/index.js +1 -1
- package/build/exports/index.d.ts +1 -1
- package/build/exports/index.js +1 -1
- package/build/exports/polen.d.ts +3 -3
- package/build/exports/polen.d.ts.map +1 -1
- package/build/exports/polen.js +3 -3
- package/build/exports/polen.js.map +1 -1
- package/build/lib/apple-touch-icon/index.d.ts +1 -1
- package/build/lib/apple-touch-icon/index.js +1 -1
- package/build/lib/debug/debug.d.ts +3 -3
- package/build/lib/debug/debug.d.ts.map +1 -1
- package/build/lib/debug/debug.js +39 -10
- package/build/lib/debug/debug.js.map +1 -1
- package/build/lib/debug/environment-variable.d.ts +2 -1
- package/build/lib/debug/environment-variable.d.ts.map +1 -1
- package/build/lib/debug/environment-variable.js +27 -7
- package/build/lib/debug/environment-variable.js.map +1 -1
- package/build/lib/debug/index.d.ts +1 -1
- package/build/lib/debug/index.js +1 -1
- package/build/lib/errors/ContextualAggregateError.d.ts +1 -1
- package/build/lib/errors/ContextualAggregateError.js +1 -1
- package/build/lib/errors/ContextualError.d.ts +1 -1
- package/build/lib/errors/ErrorInternal.d.ts +2 -2
- package/build/lib/errors/ErrorInternal.js +1 -1
- package/build/lib/errors/errors.d.ts +4 -4
- package/build/lib/errors/errors.js +4 -4
- package/build/lib/errors/index.d.ts +1 -1
- package/build/lib/errors/index.js +1 -1
- package/build/lib/errors/types.d.ts +1 -1
- package/build/lib/favicon/index.d.ts +1 -1
- package/build/lib/favicon/index.js +1 -1
- package/build/lib/file-router/diagnostic-reporter.d.ts +3 -0
- package/build/lib/file-router/diagnostic-reporter.d.ts.map +1 -0
- package/build/lib/file-router/diagnostic-reporter.js +18 -0
- package/build/lib/file-router/diagnostic-reporter.js.map +1 -0
- package/build/lib/file-router/file-router.d.ts +5 -3
- package/build/lib/file-router/file-router.d.ts.map +1 -1
- package/build/lib/file-router/file-router.js +5 -3
- package/build/lib/file-router/file-router.js.map +1 -1
- package/build/lib/file-router/index.d.ts +1 -1
- package/build/lib/file-router/index.js +1 -1
- package/build/lib/file-router/linter.d.ts +25 -2
- package/build/lib/file-router/linter.d.ts.map +1 -1
- package/build/lib/file-router/linter.js +44 -3
- package/build/lib/file-router/linter.js.map +1 -1
- package/build/lib/file-router/route.d.ts +1 -0
- package/build/lib/file-router/route.d.ts.map +1 -1
- package/build/lib/file-router/route.js +1 -1
- package/build/lib/file-router/route.js.map +1 -1
- package/build/lib/file-router/scan-tree.d.ts +20 -0
- package/build/lib/file-router/scan-tree.d.ts.map +1 -0
- package/build/lib/file-router/scan-tree.js +158 -0
- package/build/lib/file-router/scan-tree.js.map +1 -0
- package/build/lib/file-router/scan.d.ts +2 -2
- package/build/lib/file-router/scan.d.ts.map +1 -1
- package/build/lib/file-router/scan.js +26 -10
- package/build/lib/file-router/scan.js.map +1 -1
- package/build/lib/file-router/sidebar/index.d.ts +3 -0
- package/build/lib/file-router/sidebar/index.d.ts.map +1 -0
- package/build/lib/file-router/sidebar/index.js +4 -0
- package/build/lib/file-router/sidebar/index.js.map +1 -0
- package/build/lib/file-router/sidebar/sidebar-tree.d.ts +9 -0
- package/build/lib/file-router/sidebar/sidebar-tree.d.ts.map +1 -0
- package/build/lib/file-router/sidebar/sidebar-tree.js +85 -0
- package/build/lib/file-router/sidebar/sidebar-tree.js.map +1 -0
- package/build/lib/file-router/sidebar/types.d.ts +17 -0
- package/build/lib/file-router/sidebar/types.d.ts.map +1 -0
- package/build/lib/file-router/sidebar/types.js +2 -0
- package/build/lib/file-router/sidebar/types.js.map +1 -0
- package/build/lib/grafaid/_Nodes.d.ts +1 -1
- package/build/lib/grafaid/_Nodes.js +1 -1
- package/build/lib/grafaid/document/OperationTypeNode.d.ts +1 -1
- package/build/lib/grafaid/document/OperationTypeNode.js +1 -1
- package/build/lib/grafaid/document/kind.d.ts +1 -1
- package/build/lib/grafaid/document/kind.js +1 -1
- package/build/lib/grafaid/document.d.ts +4 -4
- package/build/lib/grafaid/document.js +6 -6
- package/build/lib/grafaid/grafaid.d.ts +4 -4
- package/build/lib/grafaid/grafaid.js +4 -4
- package/build/lib/grafaid/graphql.d.ts +2 -2
- package/build/lib/grafaid/graphql.js +2 -2
- package/build/lib/grafaid/http/__.d.ts +1 -1
- package/build/lib/grafaid/http/__.js +1 -1
- package/build/lib/grafaid/http/http.js +1 -1
- package/build/lib/grafaid/index.d.ts +1 -1
- package/build/lib/grafaid/index.js +1 -1
- package/build/lib/grafaid/schema/KindMap/_.d.ts +3 -3
- package/build/lib/grafaid/schema/KindMap/_.js +4 -4
- package/build/lib/grafaid/schema/KindMap/__.d.ts +2 -2
- package/build/lib/grafaid/schema/KindMap/__.js +1 -1
- package/build/lib/grafaid/schema/OperationType/__.d.ts +2 -2
- package/build/lib/grafaid/schema/OperationType/__.js +1 -1
- package/build/lib/grafaid/schema/RootDetails.d.ts +3 -3
- package/build/lib/grafaid/schema/RootDetails.js +2 -2
- package/build/lib/grafaid/schema/RootTypeMap.d.ts +2 -2
- package/build/lib/grafaid/schema/RootTypeMap.js +2 -2
- package/build/lib/grafaid/schema/nodes-like.d.ts +1 -1
- package/build/lib/grafaid/schema/nodes-like.js +1 -1
- package/build/lib/grafaid/schema/schema.d.ts +14 -14
- package/build/lib/grafaid/schema/schema.js +15 -15
- package/build/lib/grafaid/schema/type-kind-name.d.ts +1 -1
- package/build/lib/grafaid/schema/type-kind-name.js +1 -1
- package/build/lib/grafaid/schema/type.d.ts +1 -1
- package/build/lib/grafaid/schema/typeGuards.js +1 -1
- package/build/lib/grafaid-old/grafaid.d.ts +1 -1
- package/build/lib/grafaid-old/grafaid.js +1 -1
- package/build/lib/grafaid-old/index.d.ts +1 -1
- package/build/lib/grafaid-old/index.js +1 -1
- package/build/lib/graphql-change/graphql-change.d.ts +2 -2
- package/build/lib/graphql-change/graphql-change.d.ts.map +1 -1
- package/build/lib/graphql-change/graphql-change.js +1 -1
- package/build/lib/graphql-change/graphql-change.js.map +1 -1
- package/build/lib/graphql-change/index.d.ts +1 -1
- package/build/lib/graphql-change/index.js +1 -1
- package/build/lib/graphql-changeset/graphql-changeset.d.ts +2 -2
- package/build/lib/graphql-changeset/graphql-changeset.d.ts.map +1 -1
- package/build/lib/graphql-changeset/index.d.ts +1 -1
- package/build/lib/graphql-changeset/index.js +1 -1
- 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/graphql-schema-loader/index.d.ts +1 -1
- package/build/lib/graphql-schema-loader/index.js +1 -1
- package/build/lib/hono-aid/hono-aid.d.ts +1 -1
- package/build/lib/hono-aid/hono-aid.d.ts.map +1 -1
- package/build/lib/hono-aid/index.d.ts +1 -1
- package/build/lib/hono-aid/index.js +1 -1
- package/build/lib/kit-temp.d.ts +6 -0
- package/build/lib/kit-temp.d.ts.map +1 -1
- package/build/lib/kit-temp.js +3 -0
- package/build/lib/kit-temp.js.map +1 -1
- package/build/lib/react-router-aid/get-paths-patterns.d.ts +1 -1
- package/build/lib/react-router-aid/get-paths-patterns.d.ts.map +1 -1
- package/build/lib/react-router-aid/index.d.ts +1 -1
- package/build/lib/react-router-aid/index.js +1 -1
- package/build/lib/react-router-aid/react-router-aid.d.ts +2 -2
- package/build/lib/react-router-aid/react-router-aid.d.ts.map +1 -1
- package/build/lib/react-router-aid/react-router-aid.js +1 -1
- package/build/lib/react-router-loader/react-router-loader.js +1 -1
- package/build/lib/stack-processor/index.d.ts +1 -1
- package/build/lib/stack-processor/index.js +1 -1
- package/build/lib/superjson-codec/codec.d.ts +1 -1
- package/build/lib/superjson-codec/codec.d.ts.map +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +2 -2
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts.map +1 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.js +2 -2
- package/build/lib/superjson-codec/codecs/graphql-schema.js.map +1 -1
- package/build/lib/superjson-codec/exports.d.ts +2 -2
- package/build/lib/superjson-codec/exports.js +2 -2
- package/build/lib/superjson-codec/index.d.ts +1 -1
- package/build/lib/superjson-codec/index.js +1 -1
- package/build/lib/tree/index.d.ts +3 -0
- package/build/lib/tree/index.d.ts.map +1 -0
- package/build/lib/tree/index.js +2 -0
- package/build/lib/tree/index.js.map +1 -0
- package/build/lib/tree/tree.d.ts +62 -0
- package/build/lib/tree/tree.d.ts.map +1 -0
- package/build/lib/tree/tree.js +134 -0
- package/build/lib/tree/tree.js.map +1 -0
- package/build/lib/vite-plugin-config/vite-plugin-config.d.ts +1 -1
- package/build/lib/vite-plugin-config/vite-plugin-config.d.ts.map +1 -1
- package/build/lib/vite-plugin-mdx/index.d.ts +1 -1
- package/build/lib/vite-plugin-mdx/index.d.ts.map +1 -1
- package/build/lib/vite-plugin-mdx/index.js +1 -3
- package/build/lib/vite-plugin-mdx/index.js.map +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.d.ts +22 -0
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.d.ts.map +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js +55 -71
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js.map +1 -1
- package/build/lib/vite-plugins/index.d.ts +1 -1
- package/build/lib/vite-plugins/index.js +1 -1
- package/build/lib/vite-plugins/vite-plugins.d.ts +1 -1
- package/build/lib/vite-plugins/vite-plugins.js +1 -1
- package/build/lib/vite-virtual/debug.d.ts +3 -0
- package/build/lib/vite-virtual/debug.d.ts.map +1 -0
- package/build/lib/vite-virtual/debug.js +3 -0
- package/build/lib/vite-virtual/debug.js.map +1 -0
- package/build/lib/vite-virtual/hooks.d.ts +1 -1
- package/build/lib/vite-virtual/hooks.d.ts.map +1 -1
- package/build/lib/vite-virtual/identified-loader.d.ts +3 -3
- package/build/lib/vite-virtual/identified-loader.d.ts.map +1 -1
- package/build/lib/vite-virtual/identified-loader.js +2 -2
- package/build/lib/vite-virtual/identified-loader.js.map +1 -1
- package/build/lib/vite-virtual/identifier.js +1 -1
- package/build/lib/vite-virtual/index.d.ts +1 -1
- package/build/lib/vite-virtual/index.js +1 -1
- package/build/lib/vite-virtual/vite-virtual.d.ts +3 -3
- package/build/lib/vite-virtual/vite-virtual.js +3 -3
- package/build/package-paths.d.ts +7 -0
- package/build/package-paths.d.ts.map +1 -1
- package/build/package-paths.js +12 -1
- package/build/package-paths.js.map +1 -1
- package/build/project-data.d.ts +4 -20
- package/build/project-data.d.ts.map +1 -1
- package/build/singletons/debug.d.ts +3 -0
- package/build/singletons/debug.d.ts.map +1 -0
- package/build/singletons/debug.js +3 -0
- package/build/singletons/debug.js.map +1 -0
- package/build/singletons/superjson.d.ts +1 -1
- package/build/singletons/superjson.d.ts.map +1 -1
- package/build/singletons/superjson.js +2 -2
- package/build/singletons/superjson.js.map +1 -1
- package/build/template/components/ArgumentListAnnotation.jsx +1 -1
- package/build/template/components/ArgumentListAnnotation.jsx.map +1 -1
- package/build/template/components/Changelog.d.ts +1 -1
- package/build/template/components/Changelog.jsx +2 -2
- package/build/template/components/Changelog.jsx.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 +1 -1
- package/build/template/components/Field.d.ts.map +1 -1
- package/build/template/components/Field.jsx +1 -1
- package/build/template/components/Field.jsx.map +1 -1
- package/build/template/components/FieldList.d.ts +1 -1
- package/build/template/components/FieldList.d.ts.map +1 -1
- package/build/template/components/FieldList.jsx +1 -1
- package/build/template/components/FieldList.jsx.map +1 -1
- package/build/template/components/FieldListSection.jsx +1 -1
- package/build/template/components/FieldListSection.jsx.map +1 -1
- package/build/template/components/Markdown.jsx +1 -1
- package/build/template/components/Markdown.jsx.map +1 -1
- package/build/template/components/Sidebar.d.ts +2 -2
- package/build/template/components/Sidebar.d.ts.map +1 -1
- package/build/template/components/Sidebar.jsx +11 -7
- package/build/template/components/Sidebar.jsx.map +1 -1
- package/build/template/components/TypeIndex.jsx +1 -1
- package/build/template/components/TypeIndex.jsx.map +1 -1
- package/build/template/components/graphql/type-kind-icon.d.ts +2 -2
- package/build/template/components/graphql/type-kind-icon.d.ts.map +1 -1
- package/build/template/components/graphql/type-kind-icon.jsx +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.jsx +2 -2
- package/build/template/components/graphql/type-link.jsx.map +1 -1
- package/build/template/entry.client.jsx +1 -1
- package/build/template/entry.client.jsx.map +1 -1
- package/build/template/routes/changelog.d.ts +1 -1
- package/build/template/routes/changelog.jsx +2 -2
- package/build/template/routes/changelog.jsx.map +1 -1
- package/build/template/routes/index.d.ts +1 -1
- package/build/template/routes/index.d.ts.map +1 -1
- package/build/template/routes/index.jsx +1 -1
- package/build/template/routes/index.jsx.map +1 -1
- package/build/template/routes/reference.$type.$field.jsx +3 -3
- package/build/template/routes/reference.$type.$field.jsx.map +1 -1
- package/build/template/routes/reference.$type.jsx +2 -2
- package/build/template/routes/reference.$type.jsx.map +1 -1
- package/build/template/routes/reference.jsx +2 -2
- package/build/template/routes/reference.jsx.map +1 -1
- package/build/template/routes/root.d.ts +1 -1
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.jsx +3 -3
- package/build/template/routes/root.jsx.map +1 -1
- package/build/template/server/app.d.ts +1 -1
- package/build/template/server/app.d.ts.map +1 -1
- package/build/template/server/app.js +5 -4
- package/build/template/server/app.js.map +1 -1
- package/build/template/server/main.js +3 -3
- package/build/template/server/manifest.d.ts +1 -1
- package/build/template/server/manifest.d.ts.map +1 -1
- package/build/template/server/render-page.d.ts +1 -1
- package/build/template/server/render-page.d.ts.map +1 -1
- package/build/template/server/render-page.jsx +2 -2
- package/build/template/server/ssg/generate.d.ts +1 -1
- package/build/template/server/ssg/generate.d.ts.map +1 -1
- package/build/template/server/ssg/generate.js +3 -3
- package/build/template/server/ssg/generate.js.map +1 -1
- package/build/template/server/ssg/get-route-paths.js +2 -2
- package/build/template/server/ssg/get-route-paths.js.map +1 -1
- package/package.json +70 -54
- package/src/api/api.ts +3 -3
- package/src/api/builder/builder.ts +3 -3
- package/src/api/builder/index.ts +1 -1
- package/src/api/config/config.ts +4 -4
- package/src/api/config/configurator.ts +27 -5
- package/src/api/config/define.ts +1 -1
- package/src/api/config/index.ts +1 -1
- package/src/api/config/load.ts +74 -23
- package/src/api/config/merge.ts +2 -2
- package/src/api/config-resolver/config-resolver.ts +2 -2
- package/src/api/config-resolver/index.ts +1 -1
- package/src/api/config-resolver/resolve.ts +8 -5
- package/src/api/config-resolver/vite.ts +3 -3
- package/src/api/index.ts +1 -1
- package/src/api/schema/data-sources/data-sources.ts +3 -3
- package/src/api/schema/data-sources/index.ts +1 -1
- package/src/api/schema/data-sources/memory/memory.ts +4 -4
- package/src/api/schema/data-sources/schema-directory/file-name-expression/index.ts +1 -1
- package/src/api/schema/data-sources/schema-directory/schema-directory.ts +7 -7
- package/src/api/schema/data-sources/schema-file/schema-file.ts +4 -4
- package/src/api/schema/index.ts +1 -1
- package/src/api/schema/read.ts +2 -2
- package/src/api/schema/schema.ts +3 -3
- package/src/api/schema-augmentation/augmentations/description.ts +3 -3
- package/src/api/schema-augmentation/index.ts +1 -1
- package/src/api/schema-augmentation/schema-augmentation.ts +2 -2
- package/src/api/schema-augmentation/target.ts +1 -1
- package/src/api/singletons/markdown/index.ts +1 -1
- package/src/api/vite/log-filters.ts +1 -1
- package/src/api/vite/logger.ts +23 -7
- package/src/api/vite/plugins/build.ts +6 -6
- package/src/api/vite/plugins/core.ts +177 -245
- package/src/api/vite/plugins/main.ts +5 -5
- package/src/api/vite/plugins/pages-tree.ts +186 -0
- package/src/api/vite/plugins/serve.ts +52 -29
- package/src/api/vite/vi.ts +2 -2
- package/src/cli/_/self-contained-mode.ts +85 -0
- package/src/cli/commands/build.ts +2 -2
- package/src/cli/commands/dev.ts +3 -4
- package/src/cli/commands/open.ts +4 -4
- package/src/dep/graphql-inspector/index.ts +1 -1
- package/src/dep/hono/hono.ts +1 -1
- package/src/dep/hono/index.ts +1 -1
- package/src/dep/superjson/index.ts +1 -1
- package/src/dep/tiny-globby/index.ts +1 -1
- package/src/dep/vite/index.ts +1 -1
- package/src/exports/index.ts +1 -1
- package/src/exports/polen.ts +3 -3
- package/src/lib/apple-touch-icon/index.ts +1 -1
- package/src/lib/debug/debug.ts +45 -18
- package/src/lib/debug/environment-variable.ts +28 -7
- package/src/lib/debug/index.ts +1 -1
- package/src/lib/errors/ContextualAggregateError.ts +1 -1
- package/src/lib/errors/ContextualError.ts +1 -1
- package/src/lib/errors/ErrorInternal.ts +2 -2
- package/src/lib/errors/errors.ts +4 -4
- package/src/lib/errors/index.ts +1 -1
- package/src/lib/errors/types.ts +1 -1
- package/src/lib/favicon/index.ts +1 -1
- package/src/lib/file-router/diagnostic-reporter.ts +22 -0
- package/src/lib/file-router/file-router.ts +5 -3
- package/src/lib/file-router/index.test.ts +2 -2
- package/src/lib/file-router/index.ts +1 -1
- package/src/lib/file-router/linter.test.ts +115 -0
- package/src/lib/file-router/linter.ts +78 -4
- package/src/lib/file-router/route.ts +2 -1
- package/src/lib/file-router/scan-tree.test.ts +189 -0
- package/src/lib/file-router/scan-tree.ts +205 -0
- package/src/lib/file-router/scan.ts +27 -12
- package/src/lib/file-router/sidebar/index.ts +3 -0
- package/src/lib/file-router/sidebar/sidebar-tree.test.ts +123 -0
- package/src/lib/file-router/sidebar/sidebar-tree.ts +110 -0
- package/src/lib/file-router/sidebar/types.ts +19 -0
- package/src/lib/grafaid/_Nodes.ts +1 -1
- package/src/lib/grafaid/document/OperationTypeNode.ts +1 -1
- package/src/lib/grafaid/document/kind.ts +1 -1
- package/src/lib/grafaid/document.ts +6 -6
- package/src/lib/grafaid/grafaid.ts +4 -4
- package/src/lib/grafaid/graphql.ts +3 -3
- package/src/lib/grafaid/http/__.ts +1 -1
- package/src/lib/grafaid/http/http.ts +1 -1
- package/src/lib/grafaid/index.ts +1 -1
- package/src/lib/grafaid/schema/KindMap/_.ts +6 -6
- package/src/lib/grafaid/schema/KindMap/__.ts +2 -2
- package/src/lib/grafaid/schema/OperationType/__.ts +2 -2
- package/src/lib/grafaid/schema/RootDetails.ts +3 -3
- package/src/lib/grafaid/schema/RootTypeMap.ts +2 -2
- package/src/lib/grafaid/schema/nodes-like.ts +2 -2
- package/src/lib/grafaid/schema/schema.ts +15 -15
- package/src/lib/grafaid/schema/type-kind-name.ts +1 -1
- package/src/lib/grafaid/schema/type.ts +1 -1
- package/src/lib/grafaid/schema/typeGuards.ts +1 -1
- package/src/lib/grafaid-old/grafaid.ts +1 -1
- package/src/lib/grafaid-old/index.ts +1 -1
- package/src/lib/graphql-change/graphql-change.ts +2 -2
- package/src/lib/graphql-change/index.ts +1 -1
- package/src/lib/graphql-changeset/graphql-changeset.ts +2 -2
- package/src/lib/graphql-changeset/index.ts +1 -1
- package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +1 -1
- package/src/lib/graphql-schema-loader/index.ts +1 -1
- package/src/lib/hono-aid/hono-aid.ts +1 -1
- package/src/lib/hono-aid/index.ts +1 -1
- package/src/lib/kit-temp.ts +10 -0
- package/src/lib/react-router-aid/get-paths-patterns.ts +1 -1
- package/src/lib/react-router-aid/index.ts +1 -1
- package/src/lib/react-router-aid/react-router-aid.ts +2 -2
- package/src/lib/react-router-loader/react-router-loader.ts +1 -1
- package/src/lib/stack-processor/index.ts +1 -1
- package/src/lib/superjson-codec/codec.ts +1 -1
- package/src/lib/superjson-codec/codecs/graphql-schema.ts +2 -2
- package/src/lib/superjson-codec/exports.ts +2 -2
- package/src/lib/superjson-codec/index.ts +1 -1
- package/src/lib/tree/index.ts +2 -0
- package/src/lib/tree/tree.test.ts +117 -0
- package/src/lib/tree/tree.ts +183 -0
- package/src/lib/vite-plugin-config/vite-plugin-config.ts +1 -1
- package/src/lib/vite-plugin-mdx/index.ts +1 -2
- package/src/lib/vite-plugin-mdx/vite-plugin-mdx.ts +80 -70
- package/src/lib/vite-plugins/index.ts +1 -1
- package/src/lib/vite-plugins/vite-plugins.ts +1 -1
- package/src/lib/vite-virtual/debug.ts +3 -0
- package/src/lib/vite-virtual/hooks.ts +1 -1
- package/src/lib/vite-virtual/identified-loader.ts +5 -5
- package/src/lib/vite-virtual/identifier.ts +1 -1
- package/src/lib/vite-virtual/index.ts +1 -1
- package/src/lib/vite-virtual/vite-virtual.ts +3 -3
- package/src/package-paths.ts +22 -1
- package/src/project-data.ts +4 -24
- package/src/singletons/debug.ts +3 -0
- package/src/singletons/superjson.ts +2 -2
- package/src/template/components/ArgumentListAnnotation.tsx +1 -1
- package/src/template/components/Changelog.tsx +6 -6
- package/src/template/components/DeprecationReason.tsx +1 -1
- package/src/template/components/Description.tsx +1 -1
- package/src/template/components/Field.tsx +1 -1
- package/src/template/components/FieldList.tsx +1 -1
- package/src/template/components/FieldListSection.tsx +1 -1
- package/src/template/components/Markdown.tsx +1 -1
- package/src/template/components/Sidebar.tsx +16 -11
- package/src/template/components/TypeIndex.tsx +1 -1
- package/src/template/components/graphql/type-kind-icon.tsx +3 -3
- package/src/template/components/graphql/type-kind-tokens.ts +1 -1
- package/src/template/components/graphql/type-link.tsx +2 -2
- package/src/template/entry.client.tsx +1 -1
- package/src/template/routes/changelog.tsx +2 -2
- package/src/template/routes/index.tsx +1 -1
- package/src/template/routes/reference.$type.$field.tsx +3 -3
- package/src/template/routes/reference.$type.tsx +2 -2
- package/src/template/routes/reference.tsx +2 -2
- package/src/template/routes/root.tsx +4 -5
- package/src/template/server/app.ts +6 -4
- package/src/template/server/main.ts +3 -3
- package/src/template/server/manifest.ts +1 -1
- package/src/template/server/render-page.tsx +4 -4
- package/src/template/server/ssg/generate.ts +4 -4
- package/src/template/server/ssg/get-route-paths.ts +2 -2
- package/build/lib/file-router/sidebar.d.ts +0 -2
- package/build/lib/file-router/sidebar.d.ts.map +0 -1
- package/build/lib/file-router/sidebar.js +0 -2
- package/build/lib/file-router/sidebar.js.map +0 -1
- package/src/lib/file-router/sidebar.ts +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { OperationTypeMutation, OperationTypeQuery, OperationTypeSubscription } from './_.
|
2
|
-
export * as OperationType from './_.
|
1
|
+
import type { OperationTypeMutation, OperationTypeQuery, OperationTypeSubscription } from './_.ts';
|
2
|
+
export * as OperationType from './_.ts';
|
3
3
|
export type OperationType = OperationTypeQuery | OperationTypeMutation | OperationTypeSubscription;
|
4
4
|
//# sourceMappingURL=__.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as OperationType from
|
1
|
+
export * as OperationType from "./_.js";
|
2
2
|
//# sourceMappingURL=__.js.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { GraphQLObjectType } from 'graphql';
|
2
|
-
import { type OperationType } from '../document.
|
3
|
-
import type { RootTypeMap } from './RootTypeMap.
|
4
|
-
import { type StandardRootTypeName } from './StandardRootTypeName.
|
2
|
+
import { type OperationType } from '../document.ts';
|
3
|
+
import type { RootTypeMap } from './RootTypeMap.ts';
|
4
|
+
import { type StandardRootTypeName } from './StandardRootTypeName.ts';
|
5
5
|
/**
|
6
6
|
* Details about if and how the root type name has been customized in this schema.
|
7
7
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { RootTypeToOperationType } from
|
2
|
-
import {} from
|
1
|
+
import { RootTypeToOperationType } from "../document.js";
|
2
|
+
import {} from "./StandardRootTypeName.js";
|
3
3
|
export const createFromObjectType = (objectType, standardName) => {
|
4
4
|
return {
|
5
5
|
name: {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { GraphQLObjectType, GraphQLSchema } from 'graphql';
|
2
|
-
import { type RootDetails } from './RootDetails.
|
3
|
-
import { type StandardRootTypeName } from './StandardRootTypeName.
|
2
|
+
import { type RootDetails } from './RootDetails.ts';
|
3
|
+
import { type StandardRootTypeName } from './StandardRootTypeName.ts';
|
4
4
|
export interface RootTypeMap {
|
5
5
|
list: RootDetails[];
|
6
6
|
types: {
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { createFromObjectType } from
|
2
|
-
import { StandardRootTypeNameEnum } from
|
1
|
+
import { createFromObjectType } from "./RootDetails.js";
|
2
|
+
import { StandardRootTypeNameEnum } from "./StandardRootTypeName.js";
|
3
3
|
export const getRootTypeMap = (schema) => {
|
4
4
|
const objectTypeQuery = schema.getQueryType() ?? null;
|
5
5
|
const objectTypeMutation = schema.getMutationType() ?? null;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { GraphQLArgument, GraphQLEnumValue, GraphQLField, GraphQLInputField, GraphQLNamedType } from 'graphql';
|
2
|
-
import type { Fielded } from './types-like.
|
2
|
+
import type { Fielded } from './types-like.ts';
|
3
3
|
export type Field = GraphQLField<any, any> | GraphQLInputField;
|
4
4
|
export declare const isField: (value: object) => value is GraphQLField<any, any> | InputField;
|
5
5
|
export declare const getFields: (type: Fielded) => Field[];
|
@@ -1,18 +1,18 @@
|
|
1
1
|
import { type GraphQLSchema } from 'graphql';
|
2
2
|
export { buildASTSchema as fromAST, buildClientSchema as fromIntrospectionQuery, GraphQLSchema as Schema, printSchema as print, } from 'graphql';
|
3
|
-
export * as AST from './ast.
|
4
|
-
export * as Type from './type.
|
5
|
-
export * from './type-class-name.
|
6
|
-
export * from './type-kind-name.
|
7
|
-
export * from './RootDetails.
|
8
|
-
export * from './RootTypeMap.
|
9
|
-
export * from './StandardRootTypeName.
|
10
|
-
export * from './KindMap/__.
|
11
|
-
export * from './typeGuards.
|
12
|
-
export * from './scalars.
|
13
|
-
export * as Args from './args.
|
14
|
-
export * as TypesLike from './types-like.
|
15
|
-
export * as NodesLike from './nodes-like.
|
16
|
-
export * from './read.
|
3
|
+
export * as AST from './ast.ts';
|
4
|
+
export * as Type from './type.ts';
|
5
|
+
export * from './type-class-name.ts';
|
6
|
+
export * from './type-kind-name.ts';
|
7
|
+
export * from './RootDetails.ts';
|
8
|
+
export * from './RootTypeMap.ts';
|
9
|
+
export * from './StandardRootTypeName.ts';
|
10
|
+
export * from './KindMap/__.ts';
|
11
|
+
export * from './typeGuards.ts';
|
12
|
+
export * from './scalars.ts';
|
13
|
+
export * as Args from './args.ts';
|
14
|
+
export * as TypesLike from './types-like.ts';
|
15
|
+
export * as NodesLike from './nodes-like.ts';
|
16
|
+
export * from './read.ts';
|
17
17
|
export declare const empty: GraphQLSchema;
|
18
18
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -1,19 +1,19 @@
|
|
1
1
|
import { buildASTSchema } from 'graphql';
|
2
2
|
export { buildASTSchema as fromAST, buildClientSchema as fromIntrospectionQuery, GraphQLSchema as Schema, printSchema as print, } from 'graphql';
|
3
|
-
export * as AST from
|
4
|
-
export * as Type from
|
5
|
-
export * from
|
6
|
-
export * from
|
7
|
-
export * from
|
8
|
-
export * from
|
9
|
-
export * from
|
10
|
-
export * from
|
11
|
-
export * from
|
12
|
-
export * from
|
13
|
-
export * as Args from
|
14
|
-
export * as TypesLike from
|
15
|
-
export * as NodesLike from
|
16
|
-
export * from
|
17
|
-
import * as AST from
|
3
|
+
export * as AST from "./ast.js";
|
4
|
+
export * as Type from "./type.js";
|
5
|
+
export * from "./type-class-name.js";
|
6
|
+
export * from "./type-kind-name.js";
|
7
|
+
export * from "./RootDetails.js";
|
8
|
+
export * from "./RootTypeMap.js";
|
9
|
+
export * from "./StandardRootTypeName.js";
|
10
|
+
export * from "./KindMap/__.js";
|
11
|
+
export * from "./typeGuards.js";
|
12
|
+
export * from "./scalars.js";
|
13
|
+
export * as Args from "./args.js";
|
14
|
+
export * as TypesLike from "./types-like.js";
|
15
|
+
export * as NodesLike from "./nodes-like.js";
|
16
|
+
export * from "./read.js";
|
17
|
+
import * as AST from "./ast.js";
|
18
18
|
export const empty = buildASTSchema(AST.empty);
|
19
19
|
//# sourceMappingURL=schema.js.map
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { GraphQLNamedType } from 'graphql';
|
2
|
-
import { type TypeClassToName } from './type-class-name.
|
2
|
+
import { type TypeClassToName } from './type-class-name.ts';
|
3
3
|
export declare const TypeKindNameEnum: {
|
4
4
|
readonly Scalar: "Scalar";
|
5
5
|
readonly Object: "Object";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { type GraphQLEnumType, type GraphQLInputObjectType, type GraphQLInterfaceType, type GraphQLList, type GraphQLNonNull, type GraphQLObjectType, type GraphQLScalarType, type GraphQLUnionType } from 'graphql';
|
2
|
-
import type { RootTypeMap } from './RootTypeMap.
|
2
|
+
import type { RootTypeMap } from './RootTypeMap.ts';
|
3
3
|
export { GraphQLEnumType as Enum, isEnumType as isEnum, GraphQLInputObjectType as InputObject, isInputObjectType as isInputObject, GraphQLInterfaceType as Interface, isInterfaceType as isInterface, GraphQLList as List, isListType as isList, GraphQLNonNull as NonNull, isNonNullType as isNonNull, GraphQLObjectType as Object, isObjectType as isObject, GraphQLScalarType as Scalar, isScalarType as isScalar, GraphQLUnionType as Union, isUnionType as isUnion, } from 'graphql';
|
4
4
|
export type Type = GraphQLEnumType | GraphQLInputObjectType | GraphQLInterfaceType | GraphQLObjectType | GraphQLScalarType | GraphQLUnionType | GraphQLList<any> | GraphQLNonNull<any>;
|
5
5
|
export declare const isRoot: (map: RootTypeMap, type: Type) => boolean;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { isNonNullType, isScalarType } from 'graphql';
|
2
|
-
import { standardScalarTypeNames } from
|
2
|
+
import { standardScalarTypeNames } from "./scalars.js";
|
3
3
|
export const isScalarTypeCustom = (node) => {
|
4
4
|
return !(node.name in standardScalarTypeNames);
|
5
5
|
};
|
@@ -3,7 +3,7 @@
|
|
3
3
|
* This module provides type-safe helper functions for working with GraphQL types.
|
4
4
|
*/
|
5
5
|
import type { GraphQLEnumType, GraphQLField as GraphQLField_graphql, GraphQLInputField, GraphQLInputObjectType, GraphQLInterfaceType, GraphQLNamedType, GraphQLObjectType, GraphQLOutputType, GraphQLScalarType, GraphQLSchema, GraphQLUnionType } from 'graphql';
|
6
|
-
export * as Schema from './schema.
|
6
|
+
export * as Schema from './schema.ts';
|
7
7
|
export declare namespace Groups {
|
8
8
|
type Describable = GraphQLNamedType | GraphQLField;
|
9
9
|
type Named = GraphQLNamedType;
|
@@ -4,7 +4,7 @@
|
|
4
4
|
*/
|
5
5
|
import { Arr } from '@wollybeard/kit';
|
6
6
|
import { getNamedType, isEnumType, isInputObjectType, isInterfaceType, isNonNullType, isObjectType, isScalarType, isUnionType, } from 'graphql';
|
7
|
-
export * as Schema from
|
7
|
+
export * as Schema from "./schema.js";
|
8
8
|
export const isOutputField = (field) => {
|
9
9
|
return `args` in field;
|
10
10
|
};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GrafaidOld from './grafaid.
|
1
|
+
export * as GrafaidOld from './grafaid.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GrafaidOld from
|
1
|
+
export * as GrafaidOld from "./grafaid.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { GraphqlInspector } from '#dep/graphql-inspector/index
|
2
|
-
import type { GrafaidOld } from '#lib/grafaid-old/index
|
1
|
+
import { GraphqlInspector } from '#dep/graphql-inspector/index';
|
2
|
+
import type { GrafaidOld } from '#lib/grafaid-old/index';
|
3
3
|
export type Change = GraphqlInspector.Core.SerializableChange & {
|
4
4
|
message: string;
|
5
5
|
path?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"graphql-change.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-change/graphql-change.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"graphql-change.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-change/graphql-change.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAA;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAExD,MAAM,MAAM,MAAM,GAAG,gBAAgB,CAAC,IAAI,CAAC,kBAAkB,GAAG;IAC9D,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAA;CAC/C,CAAA;AAED,eAAO,MAAM,aAAa,GAAU,YAAY;IAC9C,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAA;IAC/B,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAA;CACjC,KAAG,OAAO,CAAC,MAAM,EAAE,CAGnB,CAAA"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GraphqlInspector } from '#dep/graphql-inspector/index
|
1
|
+
import { GraphqlInspector } from '#dep/graphql-inspector/index';
|
2
2
|
export const calcChangeset = async (parameters) => {
|
3
3
|
const changes = await GraphqlInspector.Core.diff(parameters.before, parameters.after);
|
4
4
|
return changes;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"graphql-change.js","sourceRoot":"","sources":["../../../src/lib/graphql-change/graphql-change.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"graphql-change.js","sourceRoot":"","sources":["../../../src/lib/graphql-change/graphql-change.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAA;AAS/D,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAAE,UAGnC,EAAqB,EAAE;IACtB,MAAM,OAAO,GAAG,MAAM,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,KAAK,CAAC,CAAA;IACrF,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GraphqlChange from './graphql-change.
|
1
|
+
export * as GraphqlChange from './graphql-change.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GraphqlChange from
|
1
|
+
export * as GraphqlChange from "./graphql-change.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { GrafaidOld } from '#lib/grafaid-old/index
|
2
|
-
import type { GraphqlChange } from '#lib/graphql-change/index
|
1
|
+
import type { GrafaidOld } from '#lib/grafaid-old/index';
|
2
|
+
import type { GraphqlChange } from '#lib/graphql-change/index';
|
3
3
|
export interface ChangeSet {
|
4
4
|
after: GrafaidOld.Schema.Schema;
|
5
5
|
before: GrafaidOld.Schema.Schema;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"graphql-changeset.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/graphql-changeset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"graphql-changeset.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/graphql-changeset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAE9D,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAA;IAC/B,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAA;IAChC,OAAO,EAAE,aAAa,CAAC,MAAM,EAAE,CAAA;IAC/B,IAAI,EAAE,IAAI,CAAA;CACX"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GraphqlChangeset from './graphql-changeset.
|
1
|
+
export * as GraphqlChangeset from './graphql-changeset.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GraphqlChangeset from
|
1
|
+
export * as GraphqlChangeset from "./graphql-changeset.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"graphql-schema-loader.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-schema-loader/graphql-schema-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"graphql-schema-loader.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-schema-loader/graphql-schema-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAM5C,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,YAAY,CAAA;IAClB,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CACjC,GAAG;IACF,IAAI,EAAE,KAAK,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;CAClB,GAAG;IACF,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,IAAI,GAAU,QAAQ,aAAa,KAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CA+D/E,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"graphql-schema-loader.js","sourceRoot":"","sources":["../../../src/lib/graphql-schema-loader/graphql-schema-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"graphql-schema-loader.js","sourceRoot":"","sources":["../../../src/lib/graphql-schema-loader/graphql-schema-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAC5C,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAA;AAchE,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,EAAE,MAAqB,EAAkC,EAAE;IAClF,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,KAAK,YAAY,CAAC,CAAC,CAAC;YAClB,MAAM,OAAO,GAAG,OAAO;iBACpB,MAAM,EAAE;iBACR,GAAG,CAAC,aAAa,EAAE,CAAC;iBACpB,SAAS,CAAC;gBACT,GAAG,EAAE,MAAM,CAAC,GAAG;gBACf,OAAO,EAAE,MAAM,CAAC,OAAO;aACxB,CAAC,CAAA;YAEJ,MAAM,mBAAmB,GAAG,MAAM,OAAO,CAAC,UAAU,EAAE,CAAA;YACtD,IAAI,CAAC,mBAAmB;gBAAE,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAA;YAEzE,OAAO,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAA;QACnE,CAAC;QACD,KAAK,KAAK,CAAC,CAAC,CAAC;YACX,IAAI,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC;gBACnC,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA;gBAE9C,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC;oBACjB,MAAM,IAAI,KAAK,CAAC,+BAA+B,MAAM,CAAC,SAAS,aAAa,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAA;gBACxG,CAAC;gBAED,MAAM,UAAU,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;gBAExC,IAAI,CAAC;oBACH,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,UAAU,CAAC,CAAA;oBAChD,OAAO,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAA;gBACpC,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACf,MAAM,IAAI,KAAK,CACb,4BAA4B,MAAM,CAAC,SAAS,KAAK,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAC1G,CAAA;gBACH,CAAC;YACH,CAAC;iBAAM,CAAC;gBACN,MAAM,UAAU,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA;gBAClD,IAAI,CAAC,UAAU;oBAAE,MAAM,IAAI,KAAK,CAAC,2BAA2B,MAAM,CAAC,SAAS,GAAG,CAAC,CAAA;gBAEhF,IAAI,CAAC;oBACH,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,UAAU,CAAC,CAAA;oBAChD,OAAO,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAA;gBACpC,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACf,MAAM,IAAI,KAAK,CACb,4BAA4B,MAAM,CAAC,SAAS,KAAK,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAC1G,CAAA;gBACH,CAAC;YACH,CAAC;QACH,CAAC;QACD,KAAK,MAAM,CAAC,CAAC,CAAC;YACZ,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;gBACpB,KAAK,QAAQ,CAAC,CAAC,CAAC;oBACd,OAAO,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,wDAAwD,EAAE,CAAC,CAAA;gBACnG,CAAC;gBACD,KAAK,MAAM,CAAC,CAAC,CAAC;oBACZ,OAAO,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,EAAE,sCAAsC,EAAE,CAAC,CAAA;gBAClF,CAAC;gBACD;oBACE,OAAO,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;YACjC,CAAC;QACH,CAAC;QACD;YACE,OAAO,SAAS,CAAC,MAAM,CAAC,CAAA;IAC5B,CAAC;AACH,CAAC,CAAA"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GraphqlSchemaLoader from './graphql-schema-loader.
|
1
|
+
export * as GraphqlSchemaLoader from './graphql-schema-loader.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as GraphqlSchemaLoader from
|
1
|
+
export * as GraphqlSchemaLoader from "./graphql-schema-loader.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { Hono } from '#dep/hono/index
|
1
|
+
import type { Hono } from '#dep/hono/index';
|
2
2
|
import { type Http } from '@wollybeard/kit';
|
3
3
|
/** @see https://github.com/honojs/hono/issues/4051 */
|
4
4
|
export declare const delegate: (app1: Hono.Hono, method: Http.Method | `all`, path: string, app2: Hono.Hono) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"hono-aid.d.ts","sourceRoot":"","sources":["../../../src/lib/hono-aid/hono-aid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"hono-aid.d.ts","sourceRoot":"","sources":["../../../src/lib/hono-aid/hono-aid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAO,KAAK,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEhD,sDAAsD;AACtD,eAAO,MAAM,QAAQ,GACnB,MAAM,IAAI,CAAC,IAAI,EACf,QAAQ,IAAI,CAAC,MAAM,GAAG,KAAK,EAC3B,MAAM,MAAM,EACZ,MAAM,IAAI,CAAC,IAAI,SAWhB,CAAA"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as HonoAid from './hono-aid.
|
1
|
+
export * as HonoAid from './hono-aid.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as HonoAid from
|
1
|
+
export * as HonoAid from "./hono-aid.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/build/lib/kit-temp.d.ts
CHANGED
@@ -1,7 +1,13 @@
|
|
1
|
+
import type { ResolveHookContext } from 'node:module';
|
1
2
|
export declare const arrayEquals: (a: any[], b: any[]) => boolean;
|
2
3
|
export declare const ensureOptionalAbsoluteWithCwd: (pathExp: string | undefined) => string;
|
3
4
|
export declare const ensureOptionalAbsolute: (pathExp: string | undefined, basePathExp: string) => string;
|
4
5
|
export declare const assertPathAbsolute: (pathExpression: string) => void;
|
5
6
|
export declare const assertOptionalPathAbsolute: (pathExpression: string | undefined, message?: string) => void;
|
6
7
|
export declare const pickFirstPathExisting: (paths: string[]) => Promise<string | undefined>;
|
8
|
+
export declare const isSpecifierFromPackage: (specifier: string, packageName: string) => boolean;
|
9
|
+
export interface ImportEvent {
|
10
|
+
specifier: string;
|
11
|
+
context: ResolveHookContext;
|
12
|
+
}
|
7
13
|
//# sourceMappingURL=kit-temp.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"kit-temp.d.ts","sourceRoot":"","sources":["../../src/lib/kit-temp.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"kit-temp.d.ts","sourceRoot":"","sources":["../../src/lib/kit-temp.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAErD,eAAO,MAAM,WAAW,GAAI,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,YAM7C,CAAA;AAED,eAAO,MAAM,6BAA6B,GAAI,SAAS,MAAM,GAAG,SAAS,KAAG,MAG3E,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,SAAS,MAAM,GAAG,SAAS,EAAE,aAAa,MAAM,KAAG,MAIzF,CAAA;AAED,eAAO,MAAM,kBAAkB,GAAI,gBAAgB,MAAM,KAAG,IAG3D,CAAA;AAED,eAAO,MAAM,0BAA0B,GAAI,gBAAgB,MAAM,GAAG,SAAS,EAAE,UAAU,MAAM,KAAG,IAKjG,CAAA;AAED,eAAO,MAAM,qBAAqB,GAAU,OAAO,MAAM,EAAE,KAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAGvF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,WAAW,MAAM,EAAE,aAAa,MAAM,KAAG,OAE/E,CAAA;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,kBAAkB,CAAA;CAC5B"}
|
package/build/lib/kit-temp.js
CHANGED
@@ -49,4 +49,7 @@ export const pickFirstPathExisting = async (paths) => {
|
|
49
49
|
const checks = await Promise.all(paths.map(path => Fs.exists(path).then(exists => exists ? path : undefined)));
|
50
50
|
return checks.find(maybePath => maybePath !== undefined);
|
51
51
|
};
|
52
|
+
export const isSpecifierFromPackage = (specifier, packageName) => {
|
53
|
+
return specifier === packageName || specifier.startsWith(packageName + `/`);
|
54
|
+
};
|
52
55
|
//# sourceMappingURL=kit-temp.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"kit-temp.js","sourceRoot":"","sources":["../../src/lib/kit-temp.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,EAAE;AACF,EAAE;AACF,EAAE;AACF,EAAE;AACF,2DAA2D;AAC3D,EAAE;AACF,mFAAmF;AACnF,EAAE;AACF,mEAAmE;AACnE,EAAE;AACF,EAAE;AACF,EAAE;AAEF,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;
|
1
|
+
{"version":3,"file":"kit-temp.js","sourceRoot":"","sources":["../../src/lib/kit-temp.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,EAAE;AACF,EAAE;AACF,EAAE;AACF,EAAE;AACF,2DAA2D;AAC3D,EAAE;AACF,mFAAmF;AACnF,EAAE;AACF,mEAAmE;AACnE,EAAE;AACF,EAAE;AACF,EAAE;AAEF,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAGrD,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAQ,EAAE,CAAQ,EAAE,EAAE;IAChD,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,MAAM;QAAE,OAAO,KAAK,CAAA;IACvC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAClC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;YAAE,OAAO,KAAK,CAAA;IACjC,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,OAA2B,EAAU,EAAE;IACnF,IAAI,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC;QAAE,OAAO,OAAO,CAAC,GAAG,EAAE,CAAA;IAC/C,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,EAAE,CAAC,CAAA;AACpD,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,OAA2B,EAAE,WAAmB,EAAU,EAAE;IACjG,kBAAkB,CAAC,WAAW,CAAC,CAAA;IAC/B,IAAI,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC;QAAE,OAAO,WAAW,CAAA;IAC7C,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;AAClD,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,cAAsB,EAAQ,EAAE;IACjE,IAAI,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC;QAAE,OAAM;IAC3C,MAAM,IAAI,KAAK,CAAC,0BAA0B,cAAc,EAAE,CAAC,CAAA;AAC7D,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,cAAkC,EAAE,OAAgB,EAAQ,EAAE;IACvG,IAAI,SAAS,CAAC,EAAE,CAAC,cAAc,CAAC;QAAE,OAAM;IACxC,IAAI,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC;QAAE,OAAM;IAC3C,MAAM,QAAQ,GAAG,OAAO,IAAI,0BAA0B,cAAc,EAAE,CAAA;IACtE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,CAAA;AAC3B,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,qBAAqB,GAAG,KAAK,EAAE,KAAe,EAA+B,EAAE;IAC1F,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAA;IAC9G,OAAO,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,SAAS,KAAK,SAAS,CAAC,CAAA;AAC1D,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,SAAiB,EAAE,WAAmB,EAAW,EAAE;IACxF,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,CAAC,UAAU,CAAC,WAAW,GAAG,GAAG,CAAC,CAAA;AAC7E,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"get-paths-patterns.d.ts","sourceRoot":"","sources":["../../../src/lib/react-router-aid/get-paths-patterns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"get-paths-patterns.d.ts","sourceRoot":"","sources":["../../../src/lib/react-router-aid/get-paths-patterns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAY1D;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,GAC9B,QAAQ,WAAW,CAAC,WAAW,EAAE,KAChC,MAAM,EAIR,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAC3B,QAAQ,WAAW,CAAC,WAAW,EAAE,EACjC,YAAY,MAAM,EAClB,gBAAgB,GAAG,CAAC,MAAM,CAAC,KAC1B,IAgCF,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC,mBAAmB,GAAG;IAAE,IAAI,CAAC,EAAE,SAAS,CAAA;CAAE,CAAA;AAEpF,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC,mBAAmB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA;AAE3F,eAAO,MAAM,YAAY,GAAI,OAAO,WAAW,CAAC,WAAW,KAAG,KAAK,IAAI,WAAW,CAAC,gBAElF,CAAA;AAED,eAAO,MAAM,iBAAiB,GAAI,OAAO,WAAW,CAAC,WAAW,KAAG,KAAK,IAAI,eAE3E,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,OAAO,WAAW,CAAC,WAAW,KAAG,KAAK,IAAI,0BAE9E,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,MAAM,MAAM,WAezC,CAAA;AAED,eAAO,MAAM,mBAAmB,GAAI,MAAM,MAAM,KAAG,OAElD,CAAA"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as ReactRouterAid from './react-router-aid.
|
1
|
+
export * as ReactRouterAid from './react-router-aid.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as ReactRouterAid from
|
1
|
+
export * as ReactRouterAid from "./react-router-aid.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type { ReactRouter } from '#dep/react-router/index
|
1
|
+
import type { ReactRouter } from '#dep/react-router/index';
|
2
2
|
import type { Http } from '@wollybeard/kit';
|
3
|
-
export * from './get-paths-patterns.
|
3
|
+
export * from './get-paths-patterns.ts';
|
4
4
|
export type RouteObject = RouteObjectIndex | RouteObjectNonIndex;
|
5
5
|
export interface RouteObjectIndex extends ReactRouter.IndexRouteObject {
|
6
6
|
handle?: RouteHandle;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"react-router-aid.d.ts","sourceRoot":"","sources":["../../../src/lib/react-router-aid/react-router-aid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"react-router-aid.d.ts","sourceRoot":"","sources":["../../../src/lib/react-router-aid/react-router-aid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAC1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAE3C,cAAc,yBAAyB,CAAA;AAEvC,MAAM,MAAM,WAAW,GAAG,gBAAgB,GAAG,mBAAmB,CAAA;AAEhE,MAAM,WAAW,gBAAiB,SAAQ,WAAW,CAAC,gBAAgB;IACpE,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB;AAED,MAAM,WAAW,mBAAoB,SAAQ,WAAW,CAAC,mBAAmB;IAC1E,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB;AAGD,MAAM,WAAW,WAAW;IAC1B,UAAU,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAA;CAClC;AAED,eAAO,MAAM,WAAW,GAAI,WAAW,SAAS,WAAW,EACzD,aAAa,WAAW,KACvB,WAKF,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,UAAU,CAAC,CAAA;AAEhF,eAAO,MAAM,gBAAgB,GAC3B,uBAAuB,qBAAqB,KAC3C,gBAMF,CAAA"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { useLoaderData as useLoaderDataRR, useRouteLoaderData as useRouteLoaderDataRR } from 'react-router';
|
2
|
-
import { superjson } from
|
2
|
+
import { superjson } from "../../singletons/superjson.js";
|
3
3
|
export const createLoader = (loader) => {
|
4
4
|
// @ts-expect-error
|
5
5
|
return async (...args) => {
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as StackProcessor from './stack-processor.
|
1
|
+
export * as StackProcessor from './stack-processor.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as StackProcessor from
|
1
|
+
export * as StackProcessor from "./stack-processor.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"codec.d.ts","sourceRoot":"","sources":["../../../src/lib/superjson-codec/codec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"codec.d.ts","sourceRoot":"","sources":["../../../src/lib/superjson-codec/codec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAE3C,MAAM,WAAW,KAAK,CAAC,CAAC,EAAE,CAAC,SAAS,IAAI,CAAC,KAAK;IAC5C,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;CAC/C;AAED,eAAO,MAAM,MAAM,GAAI,CAAC,EAAE,CAAC,SAAS,IAAI,CAAC,KAAK,EAAE,OAAO,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,KAAG,KAAK,CAAC,CAAC,EAAE,CAAC,CAE9E,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAE,CAAC,SAAS,IAAI,CAAC,KAAK,EAC9C,WAAW,SAAS,CAAC,SAAS,EAC9B,OAAO,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,KACjB,IAEF,CAAA"}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import { Grafaid } from '#lib/grafaid/index
|
2
|
-
export declare const GraphQLSchema: import("../codec.
|
1
|
+
import { Grafaid } from '#lib/grafaid/index';
|
2
|
+
export declare const GraphQLSchema: import("../codec.ts").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,
|
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 +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,
|
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,3 +1,3 @@
|
|
1
|
-
export * from './codec.
|
2
|
-
export * from './codecs/graphql-schema.
|
1
|
+
export * from './codec.ts';
|
2
|
+
export * from './codecs/graphql-schema.ts';
|
3
3
|
//# sourceMappingURL=exports.d.ts.map
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
1
|
+
export * from "./codec.js";
|
2
|
+
export * from "./codecs/graphql-schema.js";
|
3
3
|
//# sourceMappingURL=exports.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as SuperjsonCodecs from './exports.
|
1
|
+
export * as SuperjsonCodecs from './exports.ts';
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * as SuperjsonCodecs from
|
1
|
+
export * as SuperjsonCodecs from "./exports.js";
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/tree/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AACjC,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/tree/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA"}
|