polen 0.11.0-next.14 → 0.11.0-next.15
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/build/api/api.d.ts +3 -3
- package/build/api/api.d.ts.map +1 -1
- package/build/api/api.js +3 -6
- package/build/api/api.js.map +1 -1
- package/build/api/builder/builder.d.ts +5 -3
- package/build/api/builder/builder.d.ts.map +1 -1
- package/build/api/builder/builder.js +25 -12
- package/build/api/builder/builder.js.map +1 -1
- package/build/api/builder/ssg/generate.d.ts +5 -0
- package/build/api/builder/ssg/generate.d.ts.map +1 -0
- package/build/api/builder/ssg/generate.js +149 -0
- package/build/api/builder/ssg/generate.js.map +1 -0
- package/build/api/builder/ssg/page-generator.worker.d.ts +2 -0
- package/build/api/builder/ssg/page-generator.worker.d.ts.map +1 -0
- package/build/api/builder/ssg/page-generator.worker.js +80 -0
- package/build/api/builder/ssg/page-generator.worker.js.map +1 -0
- package/build/api/builder/ssg/server-runner.worker.d.ts +2 -0
- package/build/api/builder/ssg/server-runner.worker.d.ts.map +1 -0
- package/build/api/builder/ssg/server-runner.worker.js +127 -0
- package/build/api/builder/ssg/server-runner.worker.js.map +1 -0
- package/build/api/builder/ssg/worker-messages.d.ts +43 -0
- package/build/api/builder/ssg/worker-messages.d.ts.map +1 -0
- package/build/api/builder/ssg/worker-messages.js +49 -0
- package/build/api/builder/ssg/worker-messages.js.map +1 -0
- package/build/api/builder/ssg/worker-spawners.d.ts +11 -0
- package/build/api/builder/ssg/worker-spawners.d.ts.map +1 -0
- package/build/api/builder/ssg/worker-spawners.js +64 -0
- package/build/api/builder/ssg/worker-spawners.js.map +1 -0
- package/build/api/cache/cache.d.ts +9 -8
- package/build/api/cache/cache.d.ts.map +1 -1
- package/build/api/cache/cache.js +109 -110
- package/build/api/cache/cache.js.map +1 -1
- package/build/api/config/$$.d.ts +4 -0
- package/build/api/config/$$.d.ts.map +1 -0
- package/build/api/config/$$.js +4 -0
- package/build/api/config/$$.js.map +1 -0
- package/build/api/config/$.d.ts +2 -0
- package/build/api/config/$.d.ts.map +1 -0
- package/build/api/config/$.js +2 -0
- package/build/api/config/$.js.map +1 -0
- package/build/api/config/input.d.ts +646 -0
- package/build/api/config/input.d.ts.map +1 -0
- package/build/api/config/input.js +285 -0
- package/build/api/config/input.js.map +1 -0
- package/build/api/config/load.d.ts +4 -2
- package/build/api/config/load.d.ts.map +1 -1
- package/build/api/config/load.js +33 -22
- package/build/api/config/load.js.map +1 -1
- package/build/api/config/normalized.d.ts +1414 -0
- package/build/api/config/normalized.d.ts.map +1 -0
- package/build/api/config/normalized.js +364 -0
- package/build/api/config/normalized.js.map +1 -0
- package/build/api/config-resolver/config-resolver.d.ts +0 -1
- package/build/api/config-resolver/config-resolver.d.ts.map +1 -1
- package/build/api/config-resolver/config-resolver.js +0 -1
- package/build/api/config-resolver/config-resolver.js.map +1 -1
- package/build/api/config-resolver/resolve.d.ts +7 -5
- package/build/api/config-resolver/resolve.d.ts.map +1 -1
- package/build/api/config-resolver/resolve.js +10 -11
- package/build/api/config-resolver/resolve.js.map +1 -1
- package/build/api/content/metadata.d.ts +7 -11
- package/build/api/content/metadata.d.ts.map +1 -1
- package/build/api/content/metadata.js +4 -4
- package/build/api/content/metadata.js.map +1 -1
- package/build/api/content/scan.d.ts +3 -1
- package/build/api/content/scan.d.ts.map +1 -1
- package/build/api/content/scan.js +15 -11
- package/build/api/content/scan.js.map +1 -1
- package/build/api/content/sidebar.d.ts +1 -1
- package/build/api/content/sidebar.js +1 -1
- package/build/api/iso/schema/constants.d.ts +1 -0
- package/build/api/iso/schema/constants.d.ts.map +1 -1
- package/build/api/iso/schema/constants.js +1 -0
- package/build/api/iso/schema/constants.js.map +1 -1
- package/build/api/iso/schema/routing.d.ts +14 -4
- package/build/api/iso/schema/routing.d.ts.map +1 -1
- package/build/api/iso/schema/routing.js +22 -5
- package/build/api/iso/schema/routing.js.map +1 -1
- package/build/api/routes/$$.d.ts +2 -0
- package/build/api/routes/$$.d.ts.map +1 -0
- package/build/api/routes/$$.js +2 -0
- package/build/api/routes/$$.js.map +1 -0
- package/build/api/routes/$.d.ts +2 -0
- package/build/api/routes/$.d.ts.map +1 -0
- package/build/api/routes/$.js +2 -0
- package/build/api/routes/$.js.map +1 -0
- package/build/api/routes/manifest/$$.d.ts +2 -0
- package/build/api/routes/manifest/$$.d.ts.map +1 -0
- package/build/api/routes/manifest/$$.js +2 -0
- package/build/api/routes/manifest/$$.js.map +1 -0
- package/build/api/routes/manifest/$.d.ts +2 -0
- package/build/api/routes/manifest/$.d.ts.map +1 -0
- package/build/api/routes/manifest/$.js +2 -0
- package/build/api/routes/manifest/$.js.map +1 -0
- package/build/api/routes/manifest/manifest.d.ts +29 -0
- package/build/api/routes/manifest/manifest.d.ts.map +1 -0
- package/build/api/routes/manifest/manifest.js +43 -0
- package/build/api/routes/manifest/manifest.js.map +1 -0
- package/build/api/schema/$$.d.ts +8 -0
- package/build/api/schema/$$.d.ts.map +1 -0
- package/build/api/schema/$$.js +8 -0
- package/build/api/schema/$$.js.map +1 -0
- package/build/api/schema/$.d.ts +2 -0
- package/build/api/schema/$.d.ts.map +1 -0
- package/build/api/schema/$.js +2 -0
- package/build/api/schema/$.js.map +1 -0
- package/build/api/schema/augmentations/$.d.ts +2 -0
- package/build/api/schema/augmentations/$.d.ts.map +1 -0
- package/build/api/schema/augmentations/$.js +2 -0
- package/build/api/schema/augmentations/$.js.map +1 -0
- package/build/api/schema/augmentations/augmentations/description.d.ts +26 -0
- package/build/api/schema/augmentations/augmentations/description.d.ts.map +1 -0
- package/build/api/schema/augmentations/augmentations/description.js +55 -0
- package/build/api/schema/augmentations/augmentations/description.js.map +1 -0
- package/build/api/schema/augmentations/schema-augmentation.d.ts +20 -0
- package/build/api/schema/augmentations/schema-augmentation.d.ts.map +1 -0
- package/build/api/schema/augmentations/schema-augmentation.js +22 -0
- package/build/api/schema/augmentations/schema-augmentation.js.map +1 -0
- package/build/api/schema/augmentations/target.d.ts +25 -0
- package/build/api/schema/augmentations/target.d.ts.map +1 -0
- package/build/api/schema/augmentations/target.js +39 -0
- package/build/api/schema/augmentations/target.js.map +1 -0
- package/build/api/schema/config-schema.d.ts +555 -0
- package/build/api/schema/config-schema.d.ts.map +1 -0
- package/build/api/schema/config-schema.js +388 -0
- package/build/api/schema/config-schema.js.map +1 -0
- package/build/api/schema/config.d.ts +5 -0
- package/build/api/schema/config.d.ts.map +1 -0
- package/build/api/schema/config.js +2 -0
- package/build/api/schema/config.js.map +1 -0
- package/build/api/schema/input-source/$$.d.ts +3 -0
- package/build/api/schema/input-source/$$.d.ts.map +1 -0
- package/build/api/schema/input-source/$$.js +3 -0
- package/build/api/schema/input-source/$$.js.map +1 -0
- package/build/api/schema/input-source/$.d.ts +2 -0
- package/build/api/schema/input-source/$.d.ts.map +1 -0
- package/build/api/schema/input-source/$.js +2 -0
- package/build/api/schema/input-source/$.js.map +1 -0
- package/build/api/schema/input-source/input-source.d.ts +39 -0
- package/build/api/schema/input-source/input-source.d.ts.map +1 -0
- package/build/api/schema/input-source/input-source.js +35 -0
- package/build/api/schema/input-source/input-source.js.map +1 -0
- package/build/api/schema/input-source/load.d.ts +23 -0
- package/build/api/schema/input-source/load.d.ts.map +1 -0
- package/build/api/schema/input-source/load.js +39 -0
- package/build/api/schema/input-source/load.js.map +1 -0
- package/build/api/schema/input-sources/$$.d.ts +7 -0
- package/build/api/schema/input-sources/$$.d.ts.map +1 -0
- package/build/api/schema/input-sources/$$.js +7 -0
- package/build/api/schema/input-sources/$$.js.map +1 -0
- package/build/api/schema/input-sources/$.d.ts +2 -0
- package/build/api/schema/input-sources/$.d.ts.map +1 -0
- package/build/api/schema/input-sources/$.js +2 -0
- package/build/api/schema/input-sources/$.js.map +1 -0
- package/build/api/schema/input-sources/directory.d.ts +646 -0
- package/build/api/schema/input-sources/directory.d.ts.map +1 -0
- package/build/api/schema/input-sources/directory.js +148 -0
- package/build/api/schema/input-sources/directory.js.map +1 -0
- package/build/api/schema/input-sources/file.d.ts +627 -0
- package/build/api/schema/input-sources/file.d.ts.map +1 -0
- package/build/api/schema/input-sources/file.js +62 -0
- package/build/api/schema/input-sources/file.js.map +1 -0
- package/build/api/schema/input-sources/introspection-file.d.ts +645 -0
- package/build/api/schema/input-sources/introspection-file.d.ts.map +1 -0
- package/build/api/schema/input-sources/introspection-file.js +90 -0
- package/build/api/schema/input-sources/introspection-file.js.map +1 -0
- package/build/api/schema/input-sources/introspection.d.ts +651 -0
- package/build/api/schema/input-sources/introspection.d.ts.map +1 -0
- package/build/api/schema/input-sources/introspection.js +123 -0
- package/build/api/schema/input-sources/introspection.js.map +1 -0
- package/build/api/schema/input-sources/memory.d.ts +671 -0
- package/build/api/schema/input-sources/memory.d.ts.map +1 -0
- package/build/api/schema/input-sources/memory.js +133 -0
- package/build/api/schema/input-sources/memory.js.map +1 -0
- package/build/api/schema/input-sources/versioned-directory.d.ts +1257 -0
- package/build/api/schema/input-sources/versioned-directory.d.ts.map +1 -0
- package/build/api/schema/input-sources/versioned-directory.js +352 -0
- package/build/api/schema/input-sources/versioned-directory.js.map +1 -0
- package/build/api/schema/load.d.ts +29 -0
- package/build/api/schema/load.d.ts.map +1 -0
- package/build/api/schema/load.js +132 -0
- package/build/api/schema/load.js.map +1 -0
- package/build/api/server/report-error.js +4 -1
- package/build/api/server/report-error.js.map +1 -1
- package/build/api/singletons/markdown/markdown.d.ts +2 -1
- package/build/api/singletons/markdown/markdown.d.ts.map +1 -1
- package/build/api/singletons/markdown/markdown.js +4 -3
- package/build/api/singletons/markdown/markdown.js.map +1 -1
- package/build/api/static/manifest.d.ts +30 -15
- package/build/api/static/manifest.d.ts.map +1 -1
- package/build/api/static/manifest.js +35 -10
- package/build/api/static/manifest.js.map +1 -1
- package/build/api/static/rebase.d.ts.map +1 -1
- package/build/api/static/rebase.js +89 -58
- package/build/api/static/rebase.js.map +1 -1
- package/build/cli/_/parameters.d.ts +1 -0
- package/build/cli/_/parameters.d.ts.map +1 -1
- package/build/cli/_/parameters.js +4 -0
- package/build/cli/_/parameters.js.map +1 -1
- package/build/cli/commands/build.d.ts +11 -1
- package/build/cli/commands/build.d.ts.map +1 -1
- package/build/cli/commands/build.js +14 -4
- package/build/cli/commands/build.js.map +1 -1
- package/build/cli/commands/cache/delete.js +2 -1
- package/build/cli/commands/cache/delete.js.map +1 -1
- package/build/cli/commands/cache/show.js +2 -0
- package/build/cli/commands/cache/show.js.map +1 -1
- package/build/cli/commands/config/create.js +2 -1
- package/build/cli/commands/config/create.js.map +1 -1
- package/build/cli/commands/dev.js +8 -3
- package/build/cli/commands/dev.js.map +1 -1
- package/build/cli/commands/open.js +6 -2
- package/build/cli/commands/open.js.map +1 -1
- package/build/cli/commands/static/rebase.js +6 -1
- package/build/cli/commands/static/rebase.js.map +1 -1
- package/build/cli/index.js +26 -0
- package/build/cli/index.js.map +1 -1
- package/build/cli-effect/_/parameters.d.ts +7 -0
- package/build/cli-effect/_/parameters.d.ts.map +1 -0
- package/build/cli-effect/_/parameters.js +7 -0
- package/build/cli-effect/_/parameters.js.map +1 -0
- package/build/cli-effect/commands/build.d.ts +11 -0
- package/build/cli-effect/commands/build.d.ts.map +1 -0
- package/build/cli-effect/commands/build.js +40 -0
- package/build/cli-effect/commands/build.js.map +1 -0
- package/build/cli-effect/commands/cache/delete.d.ts +7 -0
- package/build/cli-effect/commands/cache/delete.d.ts.map +1 -0
- package/build/cli-effect/commands/cache/delete.js +15 -0
- package/build/cli-effect/commands/cache/delete.js.map +1 -0
- package/build/cli-effect/commands/cache/show.d.ts +6 -0
- package/build/cli-effect/commands/cache/show.d.ts.map +1 -0
- package/build/cli-effect/commands/cache/show.js +80 -0
- package/build/cli-effect/commands/cache/show.js.map +1 -0
- package/build/cli-effect/commands/cache.d.ts +11 -0
- package/build/cli-effect/commands/cache.d.ts.map +1 -0
- package/build/cli-effect/commands/cache.js +18 -0
- package/build/cli-effect/commands/cache.js.map +1 -0
- package/build/cli-effect/commands/config/create.d.ts +7 -0
- package/build/cli-effect/commands/config/create.d.ts.map +1 -0
- package/build/cli-effect/commands/config/create.js +36 -0
- package/build/cli-effect/commands/config/create.js.map +1 -0
- package/build/cli-effect/commands/config.d.ts +8 -0
- package/build/cli-effect/commands/config.d.ts.map +1 -0
- package/build/cli-effect/commands/config.js +16 -0
- package/build/cli-effect/commands/config.js.map +1 -0
- package/build/cli-effect/commands/create.d.ts +10 -0
- package/build/cli-effect/commands/create.d.ts.map +1 -0
- package/build/cli-effect/commands/create.js +112 -0
- package/build/cli-effect/commands/create.js.map +1 -0
- package/build/cli-effect/commands/dev.d.ts +10 -0
- package/build/cli-effect/commands/dev.d.ts.map +1 -0
- package/build/cli-effect/commands/dev.js +48 -0
- package/build/cli-effect/commands/dev.js.map +1 -0
- package/build/cli-effect/commands/open.d.ts +11 -0
- package/build/cli-effect/commands/open.d.ts.map +1 -0
- package/build/cli-effect/commands/open.js +131 -0
- package/build/cli-effect/commands/open.js.map +1 -0
- package/build/cli-effect/commands/static/rebase.d.ts +9 -0
- package/build/cli-effect/commands/static/rebase.d.ts.map +1 -0
- package/build/cli-effect/commands/static/rebase.js +44 -0
- package/build/cli-effect/commands/static/rebase.js.map +1 -0
- package/build/cli-effect/commands/static.d.ts +10 -0
- package/build/cli-effect/commands/static.d.ts.map +1 -0
- package/build/cli-effect/commands/static.js +29 -0
- package/build/cli-effect/commands/static.js.map +1 -0
- package/build/cli-effect/index.d.ts +3 -0
- package/build/cli-effect/index.d.ts.map +1 -0
- package/build/cli-effect/index.js +61 -0
- package/build/cli-effect/index.js.map +1 -0
- package/build/dep/tiny-globby/index.d.ts +1 -0
- package/build/dep/tiny-globby/index.d.ts.map +1 -1
- package/build/dep/tiny-globby/index.js +1 -0
- package/build/dep/tiny-globby/index.js.map +1 -1
- package/build/dep/tiny-globby/tiny-globby.d.ts +12 -0
- package/build/dep/tiny-globby/tiny-globby.d.ts.map +1 -1
- package/build/dep/tiny-globby/tiny-globby.js +18 -0
- package/build/dep/tiny-globby/tiny-globby.js.map +1 -1
- package/build/exports/polen.d.ts +2 -3
- package/build/exports/polen.d.ts.map +1 -1
- package/build/exports/polen.js +2 -3
- package/build/exports/polen.js.map +1 -1
- package/build/lib/catalog/$.d.ts +2 -0
- package/build/lib/catalog/$.d.ts.map +1 -0
- package/build/lib/catalog/$.js +2 -0
- package/build/lib/catalog/$.js.map +1 -0
- package/build/lib/catalog/catalog.d.ts +12455 -0
- package/build/lib/catalog/catalog.d.ts.map +1 -0
- package/build/lib/catalog/catalog.js +50 -0
- package/build/lib/catalog/catalog.js.map +1 -0
- package/build/lib/catalog/unversioned.d.ts +5331 -0
- package/build/lib/catalog/unversioned.d.ts.map +1 -0
- package/build/lib/catalog/unversioned.js +31 -0
- package/build/lib/catalog/unversioned.js.map +1 -0
- package/build/lib/catalog/versioned.d.ts +10720 -0
- package/build/lib/catalog/versioned.d.ts.map +1 -0
- package/build/lib/catalog/versioned.js +31 -0
- package/build/lib/catalog/versioned.js.map +1 -0
- package/build/lib/change/$$.d.ts +4 -0
- package/build/lib/change/$$.d.ts.map +1 -0
- package/build/lib/change/$$.js +4 -0
- package/build/lib/change/$$.js.map +1 -0
- package/build/lib/change/$.d.ts +2 -0
- package/build/lib/change/$.d.ts.map +1 -0
- package/build/lib/change/$.js +2 -0
- package/build/lib/change/$.js.map +1 -0
- package/build/lib/change/calc-changeset.d.ts +11 -0
- package/build/lib/change/calc-changeset.d.ts.map +1 -0
- package/build/lib/change/calc-changeset.js +584 -0
- package/build/lib/change/calc-changeset.js.map +1 -0
- package/build/lib/change/change.d.ts +4709 -0
- package/build/lib/change/change.d.ts.map +1 -0
- package/build/lib/change/change.js +545 -0
- package/build/lib/change/change.js.map +1 -0
- package/build/lib/change/criticality.d.ts +41 -0
- package/build/lib/change/criticality.d.ts.map +1 -0
- package/build/lib/change/criticality.js +37 -0
- package/build/lib/change/criticality.js.map +1 -0
- package/build/lib/change/level.d.ts +3 -0
- package/build/lib/change/level.d.ts.map +1 -0
- package/build/lib/change/level.js +3 -0
- package/build/lib/change/level.js.map +1 -0
- package/build/lib/date-only/$.d.ts +2 -0
- package/build/lib/date-only/$.d.ts.map +1 -0
- package/build/lib/date-only/$.js +2 -0
- package/build/lib/date-only/$.js.map +1 -0
- package/build/lib/date-only/date-only.d.ts +49 -0
- package/build/lib/date-only/date-only.d.ts.map +1 -0
- package/build/lib/date-only/date-only.js +76 -0
- package/build/lib/date-only/date-only.js.map +1 -0
- package/build/lib/file-path/$$.d.ts +2 -0
- package/build/lib/file-path/$$.d.ts.map +1 -0
- package/build/lib/file-path/$$.js +5 -0
- package/build/lib/file-path/$$.js.map +1 -0
- package/build/lib/file-path/$.d.ts +2 -0
- package/build/lib/file-path/$.d.ts.map +1 -0
- package/build/lib/file-path/$.js +5 -0
- package/build/lib/file-path/$.js.map +1 -0
- package/build/lib/file-path/file-path.d.ts +45 -0
- package/build/lib/file-path/file-path.d.ts.map +1 -0
- package/build/lib/file-path/file-path.js +96 -0
- package/build/lib/file-path/file-path.js.map +1 -0
- package/build/lib/file-router/route.d.ts +1 -1
- package/build/lib/file-router/route.d.ts.map +1 -1
- package/build/lib/file-router/scan.d.ts +2 -1
- package/build/lib/file-router/scan.d.ts.map +1 -1
- package/build/lib/file-router/scan.js +10 -6
- package/build/lib/file-router/scan.js.map +1 -1
- package/build/lib/grafaid/schema/ast.d.ts +2 -1
- package/build/lib/grafaid/schema/ast.d.ts.map +1 -1
- package/build/lib/grafaid/schema/ast.js +7 -2
- package/build/lib/grafaid/schema/ast.js.map +1 -1
- package/build/lib/grafaid/schema/read.d.ts +3 -1
- package/build/lib/grafaid/schema/read.d.ts.map +1 -1
- package/build/lib/grafaid/schema/read.js +17 -7
- package/build/lib/grafaid/schema/read.js.map +1 -1
- package/build/lib/grafaid/schema/schema.d.ts +4 -1
- package/build/lib/grafaid/schema/schema.d.ts.map +1 -1
- package/build/lib/grafaid/schema/schema.js +7 -1
- package/build/lib/grafaid/schema/schema.js.map +1 -1
- package/build/lib/grafaid/schema/type-class-name.d.ts +1 -1
- package/build/lib/grafaid/schema/type-class-name.d.ts.map +1 -1
- package/build/lib/grafaid-old/grafaid.d.ts +2 -2
- package/build/lib/grafaid-old/grafaid.d.ts.map +1 -1
- package/build/lib/graph/$$.d.ts +2 -0
- package/build/lib/graph/$$.d.ts.map +1 -0
- package/build/lib/graph/$$.js +2 -0
- package/build/lib/graph/$$.js.map +1 -0
- package/build/lib/graph/$.d.ts +2 -0
- package/build/lib/graph/$.d.ts.map +1 -0
- package/build/lib/graph/$.js +2 -0
- package/build/lib/graph/$.js.map +1 -0
- package/build/lib/graph/graph.d.ts +127 -0
- package/build/lib/graph/graph.d.ts.map +1 -0
- package/build/lib/graph/graph.js +152 -0
- package/build/lib/graph/graph.js.map +1 -0
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts +4 -2
- package/build/lib/graphql-schema-loader/graphql-schema-loader.d.ts.map +1 -1
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js +29 -28
- package/build/lib/graphql-schema-loader/graphql-schema-loader.js.map +1 -1
- package/build/lib/helpers.d.ts +30 -1
- package/build/lib/helpers.d.ts.map +1 -1
- package/build/lib/helpers.js +53 -9
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/kit-temp/$$.d.ts +7 -0
- package/build/lib/kit-temp/$$.d.ts.map +1 -0
- package/build/lib/kit-temp/$$.js +7 -0
- package/build/lib/kit-temp/$$.js.map +1 -0
- package/build/lib/kit-temp/$.d.ts +2 -0
- package/build/lib/kit-temp/$.d.ts.map +1 -0
- package/build/lib/kit-temp/$.js +3 -0
- package/build/lib/kit-temp/$.js.map +1 -0
- package/build/lib/kit-temp/array.d.ts +2 -0
- package/build/lib/kit-temp/array.d.ts.map +1 -0
- package/build/lib/kit-temp/array.js +23 -0
- package/build/lib/kit-temp/array.js.map +1 -0
- package/build/lib/kit-temp/effect.d.ts +271 -0
- package/build/lib/kit-temp/effect.d.ts.map +1 -0
- package/build/lib/kit-temp/effect.js +383 -0
- package/build/lib/kit-temp/effect.js.map +1 -0
- package/build/lib/kit-temp/global-local-check.d.ts +51 -0
- package/build/lib/kit-temp/global-local-check.d.ts.map +1 -0
- package/build/lib/kit-temp/global-local-check.js +115 -0
- package/build/lib/kit-temp/global-local-check.js.map +1 -0
- package/build/lib/kit-temp/ob.d.ts +13 -0
- package/build/lib/kit-temp/ob.d.ts.map +1 -0
- package/build/lib/kit-temp/ob.js +2 -0
- package/build/lib/kit-temp/ob.js.map +1 -0
- package/build/lib/kit-temp/other.d.ts +341 -0
- package/build/lib/kit-temp/other.d.ts.map +1 -0
- package/build/lib/kit-temp/other.js +584 -0
- package/build/lib/kit-temp/other.js.map +1 -0
- package/build/lib/kit-temp/other.test-d.d.ts +2 -0
- package/build/lib/kit-temp/other.test-d.d.ts.map +1 -0
- package/build/lib/kit-temp/other.test-d.js +75 -0
- package/build/lib/kit-temp/other.test-d.js.map +1 -0
- package/build/lib/kit-temp/resource.d.ts +139 -0
- package/build/lib/kit-temp/resource.d.ts.map +1 -0
- package/build/lib/kit-temp/resource.js +155 -0
- package/build/lib/kit-temp/resource.js.map +1 -0
- package/build/lib/lifecycles/$$.d.ts +2 -0
- package/build/lib/lifecycles/$$.d.ts.map +1 -0
- package/build/lib/lifecycles/$$.js +2 -0
- package/build/lib/lifecycles/$$.js.map +1 -0
- package/build/lib/lifecycles/$.d.ts +2 -0
- package/build/lib/lifecycles/$.d.ts.map +1 -0
- package/build/lib/lifecycles/$.js +2 -0
- package/build/lib/lifecycles/$.js.map +1 -0
- package/build/lib/lifecycles/lifecycles.d.ts +91 -0
- package/build/lib/lifecycles/lifecycles.d.ts.map +1 -0
- package/build/lib/lifecycles/lifecycles.js +393 -0
- package/build/lib/lifecycles/lifecycles.js.map +1 -0
- package/build/lib/mask/apply.d.ts +3 -3
- package/build/lib/mask/apply.d.ts.map +1 -1
- package/build/lib/memory-filesystem/$$.d.ts +2 -0
- package/build/lib/memory-filesystem/$$.d.ts.map +1 -0
- package/build/lib/memory-filesystem/$$.js +2 -0
- package/build/lib/memory-filesystem/$$.js.map +1 -0
- package/build/lib/memory-filesystem/$.d.ts +2 -0
- package/build/lib/memory-filesystem/$.d.ts.map +1 -0
- package/build/lib/memory-filesystem/$.js +2 -0
- package/build/lib/memory-filesystem/$.js.map +1 -0
- package/build/lib/memory-filesystem/memory-filesystem.d.ts +26 -0
- package/build/lib/memory-filesystem/memory-filesystem.d.ts.map +1 -0
- package/build/lib/memory-filesystem/memory-filesystem.js +122 -0
- package/build/lib/memory-filesystem/memory-filesystem.js.map +1 -0
- package/build/lib/path-map/path-map.d.ts +11 -11
- package/build/lib/path-map/path-map.d.ts.map +1 -1
- package/build/lib/path-map/path-map.js.map +1 -1
- package/build/lib/react-router-effect/$$.d.ts +5 -0
- package/build/lib/react-router-effect/$$.d.ts.map +1 -0
- package/build/lib/react-router-effect/$$.js +6 -0
- package/build/lib/react-router-effect/$$.js.map +1 -0
- package/build/lib/react-router-effect/$.d.ts +2 -0
- package/build/lib/react-router-effect/$.d.ts.map +1 -0
- package/build/lib/react-router-effect/$.js +2 -0
- package/build/lib/react-router-effect/$.js.map +1 -0
- package/build/lib/react-router-effect/create-loader.d.ts +2 -0
- package/build/lib/react-router-effect/create-loader.d.ts.map +1 -0
- package/build/lib/react-router-effect/create-loader.js +57 -0
- package/build/lib/react-router-effect/create-loader.js.map +1 -0
- package/build/lib/react-router-effect/route-helpers.d.ts +11 -0
- package/build/lib/react-router-effect/route-helpers.d.ts.map +1 -0
- package/build/lib/react-router-effect/route-helpers.js +17 -0
- package/build/lib/react-router-effect/route-helpers.js.map +1 -0
- package/build/lib/react-router-effect/route.d.ts +30 -0
- package/build/lib/react-router-effect/route.d.ts.map +1 -0
- package/build/lib/react-router-effect/route.js +66 -0
- package/build/lib/react-router-effect/route.js.map +1 -0
- package/build/lib/react-router-effect/types.d.ts +72 -0
- package/build/lib/react-router-effect/types.d.ts.map +1 -0
- package/build/lib/react-router-effect/types.js +2 -0
- package/build/lib/react-router-effect/types.js.map +1 -0
- package/build/lib/react-router-effect/use-loader-data.d.ts +59 -0
- package/build/lib/react-router-effect/use-loader-data.d.ts.map +1 -0
- package/build/lib/react-router-effect/use-loader-data.js +107 -0
- package/build/lib/react-router-effect/use-loader-data.js.map +1 -0
- package/build/lib/revision/$.d.ts +2 -0
- package/build/lib/revision/$.d.ts.map +1 -0
- package/build/lib/revision/$.js +2 -0
- package/build/lib/revision/$.js.map +1 -0
- package/build/lib/revision/revision.d.ts +18268 -0
- package/build/lib/revision/revision.d.ts.map +1 -0
- package/build/lib/revision/revision.js +45 -0
- package/build/lib/revision/revision.js.map +1 -0
- package/build/lib/schema/$.d.ts +2 -0
- package/build/lib/schema/$.d.ts.map +1 -0
- package/build/lib/schema/$.js +2 -0
- package/build/lib/schema/$.js.map +1 -0
- package/build/lib/schema/schema.d.ts +12410 -0
- package/build/lib/schema/schema.d.ts.map +1 -0
- package/build/lib/schema/schema.js +34 -0
- package/build/lib/schema/schema.js.map +1 -0
- package/build/lib/schema/unversioned.d.ts +17204 -0
- package/build/lib/schema/unversioned.d.ts.map +1 -0
- package/build/lib/schema/unversioned.js +45 -0
- package/build/lib/schema/unversioned.js.map +1 -0
- package/build/lib/schema/versioned.d.ts +10734 -0
- package/build/lib/schema/versioned.d.ts.map +1 -0
- package/build/lib/schema/versioned.js +40 -0
- package/build/lib/schema/versioned.js.map +1 -0
- package/build/lib/schema-definition/$.d.ts +2 -0
- package/build/lib/schema-definition/$.d.ts.map +1 -0
- package/build/lib/schema-definition/$.js +2 -0
- package/build/lib/schema-definition/$.js.map +1 -0
- package/build/lib/schema-definition/graphql-ast.d.ts +4 -0
- package/build/lib/schema-definition/graphql-ast.d.ts.map +1 -0
- package/build/lib/schema-definition/graphql-ast.js +12 -0
- package/build/lib/schema-definition/graphql-ast.js.map +1 -0
- package/build/lib/schema-definition/schema-definition.d.ts +16 -0
- package/build/lib/schema-definition/schema-definition.d.ts.map +1 -0
- package/build/lib/schema-definition/schema-definition.js +85 -0
- package/build/lib/schema-definition/schema-definition.js.map +1 -0
- package/build/lib/semver/$$.d.ts +2 -0
- package/build/lib/semver/$$.d.ts.map +1 -0
- package/build/lib/semver/$$.js +2 -0
- package/build/lib/semver/$$.js.map +1 -0
- package/build/lib/semver/$.d.ts +2 -0
- package/build/lib/semver/$.d.ts.map +1 -0
- package/build/lib/semver/$.js +2 -0
- package/build/lib/semver/$.js.map +1 -0
- package/build/lib/semver/official-release.d.ts +89 -0
- package/build/lib/semver/official-release.d.ts.map +1 -0
- package/build/lib/semver/official-release.js +35 -0
- package/build/lib/semver/official-release.js.map +1 -0
- package/build/lib/semver/pre-release.d.ts +100 -0
- package/build/lib/semver/pre-release.d.ts.map +1 -0
- package/build/lib/semver/pre-release.js +36 -0
- package/build/lib/semver/pre-release.js.map +1 -0
- package/build/lib/semver/semver.d.ts +463 -0
- package/build/lib/semver/semver.d.ts.map +1 -0
- package/build/lib/semver/semver.js +142 -0
- package/build/lib/semver/semver.js.map +1 -0
- package/build/lib/services-crud/$$.d.ts +5 -0
- package/build/lib/services-crud/$$.d.ts.map +1 -0
- package/build/lib/services-crud/$$.js +5 -0
- package/build/lib/services-crud/$$.js.map +1 -0
- package/build/lib/services-crud/$.d.ts +2 -0
- package/build/lib/services-crud/$.d.ts.map +1 -0
- package/build/lib/services-crud/$.js +2 -0
- package/build/lib/services-crud/$.js.map +1 -0
- package/build/lib/services-crud/browser-ro.d.ts +51 -0
- package/build/lib/services-crud/browser-ro.d.ts.map +1 -0
- package/build/lib/services-crud/browser-ro.js +69 -0
- package/build/lib/services-crud/browser-ro.js.map +1 -0
- package/build/lib/services-crud/filesystem.d.ts +17 -0
- package/build/lib/services-crud/filesystem.d.ts.map +1 -0
- package/build/lib/services-crud/filesystem.js +36 -0
- package/build/lib/services-crud/filesystem.js.map +1 -0
- package/build/lib/services-crud/memory.d.ts +31 -0
- package/build/lib/services-crud/memory.d.ts.map +1 -0
- package/build/lib/services-crud/memory.js +61 -0
- package/build/lib/services-crud/memory.js.map +1 -0
- package/build/lib/services-crud/service.d.ts +45 -0
- package/build/lib/services-crud/service.d.ts.map +1 -0
- package/build/lib/services-crud/service.js +6 -0
- package/build/lib/services-crud/service.js.map +1 -0
- package/build/lib/stack-processor/stack-processor.d.ts +17 -0
- package/build/lib/stack-processor/stack-processor.d.ts.map +1 -1
- package/build/lib/stack-processor/stack-processor.js +24 -0
- package/build/lib/stack-processor/stack-processor.js.map +1 -1
- package/build/lib/task/report.d.ts +2 -2
- package/build/lib/task/report.d.ts.map +1 -1
- package/build/lib/task/task.d.ts +13 -12
- package/build/lib/task/task.d.ts.map +1 -1
- package/build/lib/task/task.js +22 -14
- package/build/lib/task/task.js.map +1 -1
- package/build/lib/version/$$.d.ts +2 -0
- package/build/lib/version/$$.d.ts.map +1 -0
- package/build/lib/version/$$.js +2 -0
- package/build/lib/version/$$.js.map +1 -0
- package/build/lib/version/$.d.ts +2 -0
- package/build/lib/version/$.d.ts.map +1 -0
- package/build/lib/version/$.js +2 -0
- package/build/lib/version/$.js.map +1 -0
- package/build/lib/version/custom.d.ts +44 -0
- package/build/lib/version/custom.d.ts.map +1 -0
- package/build/lib/version/custom.js +31 -0
- package/build/lib/version/custom.js.map +1 -0
- package/build/lib/version/date.d.ts +44 -0
- package/build/lib/version/date.d.ts.map +1 -0
- package/build/lib/version/date.js +32 -0
- package/build/lib/version/date.js.map +1 -0
- package/build/lib/version/integer.d.ts +44 -0
- package/build/lib/version/integer.d.ts.map +1 -0
- package/build/lib/version/integer.js +31 -0
- package/build/lib/version/integer.js.map +1 -0
- package/build/lib/version/semver.d.ts +44 -0
- package/build/lib/version/semver.d.ts.map +1 -0
- package/build/lib/version/semver.js +31 -0
- package/build/lib/version/semver.js.map +1 -0
- package/build/lib/version/version.d.ts +386 -0
- package/build/lib/version/version.d.ts.map +1 -0
- package/build/lib/version/version.js +181 -0
- package/build/lib/version/version.js.map +1 -0
- package/build/lib/vite-plugin-json/vite-plugin-json.d.ts +1 -1
- package/build/lib/vite-plugin-json/vite-plugin-json.d.ts.map +1 -1
- package/build/lib/vite-plugin-json/vite-plugin-json.js +1 -2
- package/build/lib/vite-plugin-json/vite-plugin-json.js.map +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.d.ts.map +1 -1
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js +2 -0
- package/build/lib/vite-plugin-mdx/vite-plugin-mdx.js.map +1 -1
- package/build/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.d.ts +1 -1
- package/build/project-data.d.ts +1 -1
- package/build/project-data.d.ts.map +1 -1
- package/build/sandbox.js +15 -1
- package/build/sandbox.js.map +1 -1
- package/build/template/catalog-bridge.d.ts +1837 -0
- package/build/template/catalog-bridge.d.ts.map +1 -0
- package/build/template/catalog-bridge.js +87 -0
- package/build/template/catalog-bridge.js.map +1 -0
- 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/ChangeBase.js +1 -0
- package/build/template/components/Changelog/ChangeBase.js.map +1 -1
- package/build/template/components/Changelog/Changelog.d.ts +8 -0
- package/build/template/components/Changelog/Changelog.d.ts.map +1 -0
- package/build/template/components/Changelog/Changelog.js +105 -0
- package/build/template/components/Changelog/Changelog.js.map +1 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.d.ts +8 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.d.ts.map +1 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.js +16 -0
- package/build/template/components/Changelog/ChangelogVersionPicker.js.map +1 -0
- package/build/template/components/Changelog/CriticalitySection.d.ts +2 -2
- package/build/template/components/Changelog/CriticalitySection.d.ts.map +1 -1
- package/build/template/components/Changelog/CriticalitySection.js +15 -1
- package/build/template/components/Changelog/CriticalitySection.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgument.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveArgument.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js +2 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveArgumentOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.js +2 -1
- package/build/template/components/Changelog/groups/DirectiveDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveLocationOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/DirectiveOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/DirectiveOperation.js +4 -3
- package/build/template/components/Changelog/groups/DirectiveOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts +1 -2
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js +5 -4
- package/build/template/components/Changelog/groups/EnumValueDeprecationReason.js.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/EnumValueDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.js +2 -1
- package/build/template/components/Changelog/groups/EnumValueDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/EnumValueOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/EnumValueOperation.js +4 -3
- package/build/template/components/Changelog/groups/EnumValueOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldArgument.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgument.js +4 -3
- package/build/template/components/Changelog/groups/FieldArgument.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldArgumentDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.js +2 -1
- package/build/template/components/Changelog/groups/FieldArgumentDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldArgumentOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldArgumentOperation.js +4 -3
- package/build/template/components/Changelog/groups/FieldArgumentOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldDeprecation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecation.js +4 -3
- package/build/template/components/Changelog/groups/FieldDeprecation.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldDeprecationReason.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDeprecationReason.js +5 -4
- package/build/template/components/Changelog/groups/FieldDeprecationReason.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldDescription.js +5 -4
- package/build/template/components/Changelog/groups/FieldDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/FieldOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/FieldOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/FieldOperation.js +5 -4
- package/build/template/components/Changelog/groups/FieldOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts +1 -2
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.js +2 -1
- package/build/template/components/Changelog/groups/InputFieldDefaultValue.js.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/InputFieldDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldDescription.js +5 -4
- package/build/template/components/Changelog/groups/InputFieldDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/InputFieldOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/InputFieldOperation.js +5 -4
- package/build/template/components/Changelog/groups/InputFieldOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js +4 -3
- package/build/template/components/Changelog/groups/ObjectTypeInterfaceOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts +1 -2
- package/build/template/components/Changelog/groups/SchemaRootType.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/SchemaRootType.js +5 -4
- package/build/template/components/Changelog/groups/SchemaRootType.js.map +1 -1
- package/build/template/components/Changelog/groups/TypeDescription.d.ts +1 -2
- package/build/template/components/Changelog/groups/TypeDescription.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeDescription.js +5 -4
- package/build/template/components/Changelog/groups/TypeDescription.js.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/TypeOperation.js +5 -4
- package/build/template/components/Changelog/groups/TypeOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts +1 -2
- package/build/template/components/Changelog/groups/UnionMemberOperation.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/UnionMemberOperation.js +4 -3
- package/build/template/components/Changelog/groups/UnionMemberOperation.js.map +1 -1
- package/build/template/components/Changelog/groups/index.d.ts +0 -1
- package/build/template/components/Changelog/groups/index.d.ts.map +1 -1
- package/build/template/components/Changelog/groups/index.js +1 -1
- package/build/template/components/Changelog/groups/index.js.map +1 -1
- package/build/template/components/CodeBlock.d.ts.map +1 -1
- package/build/template/components/CodeBlock.js +6 -2
- package/build/template/components/CodeBlock.js.map +1 -1
- package/build/template/components/Field.d.ts.map +1 -1
- package/build/template/components/Field.js +19 -19
- package/build/template/components/Field.js.map +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +1 -1
- package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts +1 -1
- package/build/template/components/GraphQLInteractive/lib/parser.d.ts.map +1 -1
- package/build/template/components/HamburgerMenu.d.ts.map +1 -1
- package/build/template/components/HamburgerMenu.js +1 -1
- package/build/template/components/HamburgerMenu.js.map +1 -1
- package/build/template/components/Link.js +1 -1
- package/build/template/components/Link.js.map +1 -1
- package/build/template/components/NamedType.d.ts.map +1 -1
- package/build/template/components/NamedType.js +15 -9
- package/build/template/components/NamedType.js.map +1 -1
- package/build/template/components/VersionPicker.d.ts +3 -2
- package/build/template/components/VersionPicker.d.ts.map +1 -1
- package/build/template/components/VersionPicker.js +34 -15
- package/build/template/components/VersionPicker.js.map +1 -1
- package/build/template/components/sidebar/Sidebar.js +1 -1
- package/build/template/components/sidebar/Sidebar.js.map +1 -1
- package/build/template/contexts/GraphqlLifecycleContext.d.ts +31 -0
- package/build/template/contexts/GraphqlLifecycleContext.d.ts.map +1 -0
- package/build/template/contexts/GraphqlLifecycleContext.js +27 -0
- package/build/template/contexts/GraphqlLifecycleContext.js.map +1 -0
- package/build/template/contexts/ThemeContext.js.map +1 -1
- package/build/template/data/catalog.d.ts +3 -0
- package/build/template/data/catalog.d.ts.map +1 -0
- package/build/template/data/catalog.js +7 -0
- package/build/template/data/catalog.js.map +1 -0
- package/build/template/entry.client.js +7 -3
- package/build/template/entry.client.js.map +1 -1
- package/build/template/hooks/useVersionPath.d.ts.map +1 -1
- package/build/template/hooks/useVersionPath.js +6 -1
- package/build/template/hooks/useVersionPath.js.map +1 -1
- package/build/template/layouts/ChangelogLayout.d.ts +3 -3
- package/build/template/layouts/ChangelogLayout.d.ts.map +1 -1
- package/build/template/layouts/ChangelogLayout.js +64 -46
- package/build/template/layouts/ChangelogLayout.js.map +1 -1
- package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
- package/build/template/layouts/SidebarLayout.js +1 -1
- package/build/template/layouts/SidebarLayout.js.map +1 -1
- package/build/template/lib/polen-url.js +1 -1
- package/build/template/lib/polen-url.js.map +1 -1
- package/build/template/routes/changelog.d.ts +1648 -9
- package/build/template/routes/changelog.d.ts.map +1 -1
- package/build/template/routes/changelog.js +26 -22
- package/build/template/routes/changelog.js.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.js +1 -1
- package/build/template/routes/index.js.map +1 -1
- package/build/template/routes/pages.d.ts +1 -9
- package/build/template/routes/pages.d.ts.map +1 -1
- package/build/template/routes/pages.js +4 -17
- package/build/template/routes/pages.js.map +1 -1
- package/build/template/routes/reference.d.ts +1 -56
- package/build/template/routes/reference.d.ts.map +1 -1
- package/build/template/routes/reference.js +83 -43
- package/build/template/routes/reference.js.map +1 -1
- package/build/template/routes/root.d.ts +2 -7
- package/build/template/routes/root.d.ts.map +1 -1
- package/build/template/routes/root.js +13 -10
- package/build/template/routes/root.js.map +1 -1
- package/build/template/server/create-page-html-response.js.map +1 -1
- package/build/template/server/main.js +4 -7
- package/build/template/server/main.js.map +1 -1
- package/build/template/server/view.d.ts.map +1 -1
- package/build/template/server/view.js +4 -2
- package/build/template/server/view.js.map +1 -1
- package/build/template/stores/$$.d.ts +2 -0
- package/build/template/stores/$$.d.ts.map +1 -1
- package/build/template/stores/$$.js +2 -0
- package/build/template/stores/$$.js.map +1 -1
- package/build/template/stores/changelog.d.ts +1714 -0
- package/build/template/stores/changelog.d.ts.map +1 -0
- package/build/template/stores/changelog.js +73 -0
- package/build/template/stores/changelog.js.map +1 -0
- package/build/template/stores/schema.d.ts +9 -14
- package/build/template/stores/schema.d.ts.map +1 -1
- package/build/template/stores/schema.js +19 -2
- package/build/template/stores/schema.js.map +1 -1
- package/build/template/stores/toast.d.ts +76 -29
- package/build/template/stores/toast.d.ts.map +1 -1
- package/build/template/stores/toast.js +53 -16
- package/build/template/stores/toast.js.map +1 -1
- package/build/vite/config.d.ts +10 -0
- package/build/vite/config.d.ts.map +1 -0
- package/build/vite/config.js +17 -0
- package/build/vite/config.js.map +1 -0
- package/build/vite/index.d.ts +6 -0
- package/build/vite/index.d.ts.map +1 -0
- package/build/vite/index.js +6 -0
- package/build/vite/index.js.map +1 -0
- package/build/vite/log-filters.d.ts.map +1 -0
- package/build/vite/log-filters.js.map +1 -0
- package/build/vite/logger.d.ts +27 -0
- package/build/vite/logger.d.ts.map +1 -0
- package/build/vite/logger.js +67 -0
- package/build/vite/logger.js.map +1 -0
- package/build/vite/plugins/branding.d.ts.map +1 -0
- package/build/vite/plugins/branding.js +80 -0
- package/build/vite/plugins/branding.js.map +1 -0
- package/build/vite/plugins/build.d.ts +4 -0
- package/build/vite/plugins/build.d.ts.map +1 -0
- package/build/vite/plugins/build.js +144 -0
- package/build/vite/plugins/build.js.map +1 -0
- package/build/vite/plugins/core.d.ts +12 -0
- package/build/vite/plugins/core.d.ts.map +1 -0
- package/build/vite/plugins/core.js +226 -0
- package/build/vite/plugins/core.js.map +1 -0
- package/build/vite/plugins/index.d.ts +8 -0
- package/build/vite/plugins/index.d.ts.map +1 -0
- package/build/vite/plugins/index.js +8 -0
- package/build/vite/plugins/index.js.map +1 -0
- package/build/vite/plugins/main.d.ts +4 -0
- package/build/vite/plugins/main.d.ts.map +1 -0
- package/build/vite/plugins/main.js +26 -0
- package/build/vite/plugins/main.js.map +1 -0
- package/build/vite/plugins/manifest.d.ts +4 -0
- package/build/vite/plugins/manifest.d.ts.map +1 -0
- package/build/vite/plugins/manifest.js +27 -0
- package/build/vite/plugins/manifest.js.map +1 -0
- package/build/vite/plugins/pages.d.ts +17 -0
- package/build/vite/plugins/pages.d.ts.map +1 -0
- package/build/vite/plugins/pages.js +210 -0
- package/build/vite/plugins/pages.js.map +1 -0
- package/build/vite/plugins/routes-manifest.d.ts +9 -0
- package/build/vite/plugins/routes-manifest.d.ts.map +1 -0
- package/build/vite/plugins/routes-manifest.js +99 -0
- package/build/vite/plugins/routes-manifest.js.map +1 -0
- package/build/vite/plugins/schema-assets.d.ts +20 -0
- package/build/vite/plugins/schema-assets.d.ts.map +1 -0
- package/build/vite/plugins/schema-assets.js +225 -0
- package/build/vite/plugins/schema-assets.js.map +1 -0
- package/build/vite/plugins/serve.d.ts +4 -0
- package/build/vite/plugins/serve.d.ts.map +1 -0
- package/build/vite/plugins/serve.js +160 -0
- package/build/vite/plugins/serve.js.map +1 -0
- package/build/vite/vi.d.ts.map +1 -0
- package/build/vite/vi.js.map +1 -0
- package/package.json +84 -49
- package/src/api/api.ts +3 -8
- package/src/api/builder/builder.ts +44 -26
- package/src/api/builder/ssg/generate.ts +224 -0
- package/src/api/builder/ssg/page-generator.worker.ts +110 -0
- package/src/api/builder/ssg/server-runner.worker.ts +158 -0
- package/src/api/builder/ssg/worker-messages.ts +69 -0
- package/src/api/builder/ssg/worker-spawners.ts +69 -0
- package/src/api/cache/cache.ts +180 -134
- package/src/api/config/$$.ts +3 -0
- package/src/api/config/$.ts +1 -0
- package/src/api/config/input.ts +340 -0
- package/src/api/config/load.ts +94 -70
- package/src/api/config/normalized.ts +433 -0
- package/src/api/config-resolver/config-resolver.ts +0 -1
- package/src/api/config-resolver/resolve.ts +18 -16
- package/src/api/content/$.test.ts +28 -32
- package/src/api/content/metadata.ts +5 -5
- package/src/api/content/scan.ts +91 -83
- package/src/api/content/sidebar.ts +1 -1
- package/src/api/iso/schema/constants.ts +1 -0
- package/src/api/iso/schema/routing.ts +28 -9
- package/src/api/routes/$$.ts +1 -0
- package/src/api/routes/$.ts +1 -0
- package/src/api/routes/manifest/$$.ts +1 -0
- package/src/api/routes/manifest/$.ts +1 -0
- package/src/api/routes/manifest/manifest.ts +61 -0
- package/src/api/schema/$$.ts +7 -0
- package/src/api/schema/$.test.ts +504 -0
- package/src/api/schema/$.ts +1 -0
- package/src/api/schema/augmentations/$.ts +1 -0
- package/src/api/schema/augmentations/augmentations/description.ts +69 -0
- package/src/api/schema/augmentations/schema-augmentation.ts +32 -0
- package/src/api/schema/augmentations/target.ts +61 -0
- package/src/api/schema/config-schema.ts +415 -0
- package/src/api/schema/config.ts +7 -0
- package/src/api/schema/input-source/$$.ts +2 -0
- package/src/api/schema/input-source/$.ts +1 -0
- package/src/api/schema/input-source/input-source.ts +134 -0
- package/src/api/schema/input-source/load.ts +75 -0
- package/src/api/schema/input-sources/$$.ts +6 -0
- package/src/api/schema/input-sources/$.ts +1 -0
- package/src/api/schema/input-sources/directory.ts +259 -0
- package/src/api/schema/input-sources/file.ts +113 -0
- package/src/api/schema/input-sources/introspection-file.ts +179 -0
- package/src/api/schema/input-sources/introspection.ts +222 -0
- package/src/api/schema/input-sources/memory.ts +241 -0
- package/src/api/schema/input-sources/versioned-directory.ts +535 -0
- package/src/api/schema/load.ts +186 -0
- package/src/api/server/report-error.ts +4 -1
- package/src/api/singletons/markdown/markdown.test.ts +7 -6
- package/src/api/singletons/markdown/markdown.ts +6 -4
- package/src/api/static/manifest.test.ts +11 -8
- package/src/api/static/manifest.ts +46 -11
- package/src/api/static/rebase.ts +171 -82
- package/src/cli/_/parameters.ts +7 -0
- package/src/cli/commands/build.ts +32 -16
- package/src/cli/commands/cache/delete.ts +2 -1
- package/src/cli/commands/cache/show.ts +2 -0
- package/src/cli/commands/config/create.ts +2 -1
- package/src/cli/commands/dev.ts +24 -14
- package/src/cli/commands/open.ts +6 -2
- package/src/cli/commands/static/rebase.ts +9 -1
- package/src/cli/index.ts +28 -0
- package/src/cli-effect/_/parameters.ts +17 -0
- package/src/cli-effect/commands/build.ts +66 -0
- package/src/cli-effect/commands/cache/delete.ts +21 -0
- package/src/cli-effect/commands/cache/show.ts +99 -0
- package/src/cli-effect/commands/cache.ts +27 -0
- package/src/cli-effect/commands/config/create.ts +49 -0
- package/src/cli-effect/commands/config.ts +25 -0
- package/src/cli-effect/commands/create.ts +167 -0
- package/src/cli-effect/commands/dev.ts +72 -0
- package/src/cli-effect/commands/open.ts +183 -0
- package/src/cli-effect/commands/static/rebase.ts +66 -0
- package/src/cli-effect/commands/static.ts +39 -0
- package/src/cli-effect/index.ts +79 -0
- package/src/dep/tiny-globby/index.ts +1 -0
- package/src/dep/tiny-globby/tiny-globby.ts +27 -0
- package/src/exports/polen.ts +2 -3
- package/src/lib/catalog/$.ts +1 -0
- package/src/lib/catalog/catalog.ts +73 -0
- package/src/lib/catalog/unversioned.ts +42 -0
- package/src/lib/catalog/versioned.ts +42 -0
- package/src/lib/change/$$.ts +3 -0
- package/src/lib/change/$.ts +1 -0
- package/src/lib/change/calc-changeset.ts +650 -0
- package/src/lib/change/change.ts +718 -0
- package/src/lib/change/criticality.ts +53 -0
- package/src/lib/change/level.ts +3 -0
- package/src/lib/date-only/$.ts +1 -0
- package/src/lib/date-only/date-only.ts +112 -0
- package/src/lib/file-path/$$.ts +5 -0
- package/src/lib/file-path/$.ts +5 -0
- package/src/lib/file-path/file-path.test.ts +80 -0
- package/src/lib/file-path/file-path.ts +134 -0
- package/src/lib/file-router/index.test.ts +3 -2
- package/src/lib/file-router/linter.test.ts +95 -79
- package/src/lib/file-router/route.ts +1 -1
- package/src/lib/file-router/scan.ts +22 -17
- package/src/lib/grafaid/schema/ast.ts +8 -2
- package/src/lib/grafaid/schema/read.ts +28 -12
- package/src/lib/grafaid/schema/schema.ts +8 -1
- package/src/lib/grafaid/schema/type-class-name.ts +9 -9
- package/src/lib/grafaid-old/grafaid.ts +6 -6
- package/src/lib/graph/$$.ts +1 -0
- package/src/lib/graph/$.ts +1 -0
- package/src/lib/graph/graph.ts +197 -0
- package/src/lib/graphql-schema-loader/graphql-schema-loader.ts +66 -51
- package/src/lib/helpers.ts +78 -14
- package/src/lib/html-utils/inject-global-data.test.ts +63 -66
- package/src/lib/kit-temp/$$.ts +6 -0
- package/src/lib/kit-temp/$.ts +2 -0
- package/src/lib/kit-temp/array.ts +30 -0
- package/src/lib/kit-temp/effect.test.ts +124 -0
- package/src/lib/kit-temp/effect.ts +656 -0
- package/src/lib/kit-temp/effect.union-adt.test.ts +81 -0
- package/src/lib/kit-temp/global-local-check.ts +179 -0
- package/src/lib/kit-temp/ob.ts +19 -0
- package/src/lib/kit-temp/other.test-d.ts +120 -0
- package/src/lib/kit-temp/other.test.ts +256 -0
- package/src/lib/kit-temp/other.ts +835 -0
- package/src/lib/kit-temp/resource.test.ts +365 -0
- package/src/lib/kit-temp/resource.ts +255 -0
- package/src/lib/lifecycles/$$.ts +1 -0
- package/src/lib/lifecycles/$.ts +1 -0
- package/src/lib/lifecycles/lifecycles.ts +521 -0
- package/src/lib/mask/$.test.ts +60 -82
- package/src/lib/mask/apply.ts +9 -9
- package/src/lib/mask/mask.test-d.ts +1 -1
- package/src/lib/memory-filesystem/$$.ts +1 -0
- package/src/lib/memory-filesystem/$.ts +1 -0
- package/src/lib/memory-filesystem/memory-filesystem.ts +162 -0
- package/src/lib/path-map/path-map.ts +15 -15
- package/src/lib/react-router-effect/$$.ts +5 -0
- package/src/lib/react-router-effect/$.ts +1 -0
- package/src/lib/react-router-effect/README.md +178 -0
- package/src/lib/react-router-effect/create-loader.ts +57 -0
- package/src/lib/react-router-effect/route-helpers.ts +25 -0
- package/src/lib/react-router-effect/route.ts +78 -0
- package/src/lib/react-router-effect/types.ts +82 -0
- package/src/lib/react-router-effect/use-loader-data.ts +133 -0
- package/src/lib/revision/$.ts +1 -0
- package/src/lib/revision/revision.ts +64 -0
- package/src/lib/schema/$.test.ts +54 -0
- package/src/lib/schema/schema.ts +50 -0
- package/src/lib/schema/unversioned.ts +59 -0
- package/src/lib/schema/versioned.ts +83 -0
- package/src/lib/schema-definition/$.test.ts +58 -0
- package/src/lib/schema-definition/$.ts +1 -0
- package/src/lib/schema-definition/graphql-ast.ts +14 -0
- package/src/lib/schema-definition/schema-definition.ts +115 -0
- package/src/lib/semver/$$.ts +1 -0
- package/src/lib/semver/$.test.ts +179 -0
- package/src/lib/semver/$.ts +1 -0
- package/src/lib/semver/official-release.ts +50 -0
- package/src/lib/semver/pre-release.ts +51 -0
- package/src/lib/semver/semver.ts +200 -0
- package/src/lib/services-crud/$$.ts +4 -0
- package/src/lib/services-crud/$.ts +1 -0
- package/src/lib/services-crud/browser-ro.ts +98 -0
- package/src/lib/services-crud/filesystem.ts +63 -0
- package/src/lib/services-crud/memory.ts +86 -0
- package/src/lib/services-crud/service.ts +49 -0
- package/src/lib/stack-processor/stack-processor.ts +32 -0
- package/src/lib/task/$.test.ts +37 -36
- package/src/lib/task/report.ts +2 -2
- package/src/lib/task/task.ts +72 -55
- package/src/lib/theme/theme.test.ts +40 -74
- package/src/lib/version/$$.ts +1 -0
- package/src/lib/version/$.test.ts +101 -0
- package/src/lib/version/$.ts +1 -0
- package/src/lib/version/custom.ts +46 -0
- package/src/lib/version/date.ts +47 -0
- package/src/lib/version/integer.ts +46 -0
- package/src/lib/version/semver.ts +46 -0
- package/src/lib/version/version.ts +222 -0
- package/src/lib/vite-plugin-json/vite-plugin-json.ts +2 -3
- package/src/lib/vite-plugin-mdx/vite-plugin-mdx.ts +3 -1
- package/src/lib/vite-plugin-reactive-data/vite-plugin-reactive-data.ts +1 -1
- package/src/project-data.ts +1 -1
- package/src/sandbox.ts +15 -1
- package/src/template/catalog-bridge.ts +102 -0
- package/src/template/components/Changelog/ChangeBase.tsx +1 -1
- package/src/template/components/Changelog/Changelog.tsx +148 -0
- package/src/template/components/Changelog/ChangelogVersionPicker.tsx +36 -0
- package/src/template/components/Changelog/CriticalitySection.tsx +18 -2
- package/src/template/components/Changelog/groups/DirectiveArgument.tsx +7 -8
- package/src/template/components/Changelog/groups/DirectiveArgumentDescription.tsx +3 -4
- package/src/template/components/Changelog/groups/DirectiveArgumentOperation.tsx +5 -7
- package/src/template/components/Changelog/groups/DirectiveDescription.tsx +3 -3
- package/src/template/components/Changelog/groups/DirectiveLocationOperation.tsx +5 -7
- package/src/template/components/Changelog/groups/DirectiveOperation.tsx +5 -5
- package/src/template/components/Changelog/groups/EnumValueDeprecationReason.tsx +7 -9
- package/src/template/components/Changelog/groups/EnumValueDescription.tsx +3 -3
- package/src/template/components/Changelog/groups/EnumValueOperation.tsx +5 -5
- package/src/template/components/Changelog/groups/FieldArgument.tsx +8 -10
- package/src/template/components/Changelog/groups/FieldArgumentDescription.tsx +5 -4
- package/src/template/components/Changelog/groups/FieldArgumentOperation.tsx +7 -8
- package/src/template/components/Changelog/groups/FieldDeprecation.tsx +5 -5
- package/src/template/components/Changelog/groups/FieldDeprecationReason.tsx +9 -10
- package/src/template/components/Changelog/groups/FieldDescription.tsx +6 -6
- package/src/template/components/Changelog/groups/FieldOperation.tsx +7 -7
- package/src/template/components/Changelog/groups/InputFieldDefaultValue.tsx +4 -5
- package/src/template/components/Changelog/groups/InputFieldDescription.tsx +6 -9
- package/src/template/components/Changelog/groups/InputFieldOperation.tsx +7 -8
- package/src/template/components/Changelog/groups/ObjectTypeInterfaceOperation.tsx +5 -7
- package/src/template/components/Changelog/groups/SchemaRootType.tsx +8 -10
- package/src/template/components/Changelog/groups/TypeDescription.tsx +6 -6
- package/src/template/components/Changelog/groups/TypeOperation.tsx +6 -6
- package/src/template/components/Changelog/groups/UnionMemberOperation.tsx +5 -5
- package/src/template/components/Changelog/groups/index.ts +1 -1
- package/src/template/components/CodeBlock.tsx +6 -2
- package/src/template/components/Field.tsx +38 -28
- package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +1 -1
- package/src/template/components/GraphQLInteractive/components/GraphQLTokenPopover.tsx +8 -8
- package/src/template/components/GraphQLInteractive/lib/parser.ts +1 -1
- package/src/template/components/GraphQLInteractive/tests/parser-error-hint.test.ts +3 -3
- package/src/template/components/GraphQLInteractive/tests/parser.test.ts +76 -65
- package/src/template/components/HamburgerMenu.tsx +5 -1
- package/src/template/components/Link.tsx +1 -1
- package/src/template/components/NamedType.tsx +34 -17
- package/src/template/components/VersionPicker.tsx +48 -23
- package/src/template/components/sidebar/Sidebar.tsx +1 -1
- package/src/template/contexts/GraphqlLifecycleContext.tsx +43 -0
- package/src/template/contexts/ThemeContext.tsx +2 -2
- package/src/template/data/catalog.ts +7 -0
- package/src/template/entry.client.tsx +7 -3
- package/src/template/env.d.ts +3 -0
- package/src/template/hooks/useVersionPath.ts +6 -1
- package/src/template/layouts/ChangelogLayout.tsx +85 -64
- package/src/template/layouts/SidebarLayout.tsx +7 -3
- package/src/template/lib/polen-url.ts +1 -1
- package/src/template/routes/changelog.tsx +27 -27
- package/src/template/routes/index.tsx +1 -1
- package/src/template/routes/pages.tsx +4 -19
- package/src/template/routes/reference.tsx +102 -55
- package/src/template/routes/root.tsx +14 -10
- package/src/template/server/create-page-html-response.ts +2 -2
- package/src/template/server/main.ts +7 -7
- package/src/template/server/view.ts +4 -2
- package/src/template/stores/$$.ts +3 -0
- package/src/template/stores/changelog.ts +87 -0
- package/src/template/stores/schema.ts +21 -10
- package/src/template/stores/toast.ts +56 -37
- package/src/types/global-constants.d.ts +36 -0
- package/src/types/global.d.ts +17 -0
- package/src/types/virtual-modules.d.ts +41 -0
- package/src/vite/config.ts +27 -0
- package/src/vite/index.ts +5 -0
- package/src/vite/logger.ts +90 -0
- package/src/vite/plugins/branding.ts +108 -0
- package/src/vite/plugins/build.ts +147 -0
- package/src/vite/plugins/core.ts +279 -0
- package/src/vite/plugins/index.ts +7 -0
- package/src/vite/plugins/main.ts +42 -0
- package/src/vite/plugins/manifest.ts +36 -0
- package/src/vite/plugins/pages.ts +266 -0
- package/src/vite/plugins/routes-manifest.ts +145 -0
- package/src/vite/plugins/schema-assets.ts +265 -0
- package/src/vite/plugins/serve.ts +201 -0
- package/build/api/config/config.d.ts +0 -5
- package/build/api/config/config.d.ts.map +0 -1
- package/build/api/config/config.js +0 -5
- package/build/api/config/config.js.map +0 -1
- package/build/api/config/configurator.d.ts +0 -380
- package/build/api/config/configurator.d.ts.map +0 -1
- package/build/api/config/configurator.js +0 -177
- package/build/api/config/configurator.js.map +0 -1
- package/build/api/config/define.d.ts +0 -7
- package/build/api/config/define.d.ts.map +0 -1
- package/build/api/config/define.js +0 -7
- package/build/api/config/define.js.map +0 -1
- package/build/api/config/index.d.ts +0 -2
- package/build/api/config/index.d.ts.map +0 -1
- package/build/api/config/index.js +0 -2
- package/build/api/config/index.js.map +0 -1
- package/build/api/config/merge.d.ts +0 -7
- package/build/api/config/merge.d.ts.map +0 -1
- package/build/api/config/merge.js +0 -42
- package/build/api/config/merge.js.map +0 -1
- package/build/api/config-resolver/vite.d.ts +0 -10
- package/build/api/config-resolver/vite.d.ts.map +0 -1
- package/build/api/config-resolver/vite.js +0 -19
- package/build/api/config-resolver/vite.js.map +0 -1
- package/build/api/schema/data-sources/data-sources.d.ts +0 -5
- package/build/api/schema/data-sources/data-sources.d.ts.map +0 -1
- package/build/api/schema/data-sources/data-sources.js +0 -5
- package/build/api/schema/data-sources/data-sources.js.map +0 -1
- package/build/api/schema/data-sources/index.d.ts +0 -2
- package/build/api/schema/data-sources/index.d.ts.map +0 -1
- package/build/api/schema/data-sources/index.js +0 -2
- package/build/api/schema/data-sources/index.js.map +0 -1
- package/build/api/schema/data-sources/introspection/introspection.d.ts +0 -84
- package/build/api/schema/data-sources/introspection/introspection.d.ts.map +0 -1
- package/build/api/schema/data-sources/introspection/introspection.js +0 -111
- package/build/api/schema/data-sources/introspection/introspection.js.map +0 -1
- package/build/api/schema/data-sources/memory/memory.d.ts +0 -51
- package/build/api/schema/data-sources/memory/memory.d.ts.map +0 -1
- package/build/api/schema/data-sources/memory/memory.js +0 -63
- package/build/api/schema/data-sources/memory/memory.js.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.d.ts +0 -13
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js +0 -49
- package/build/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.js.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts +0 -2
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js +0 -2
- package/build/api/schema/data-sources/schema-directory/file-name-expression/index.js.map +0 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts +0 -49
- package/build/api/schema/data-sources/schema-directory/schema-directory.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-directory/schema-directory.js +0 -100
- package/build/api/schema/data-sources/schema-directory/schema-directory.js.map +0 -1
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts +0 -35
- package/build/api/schema/data-sources/schema-file/schema-file.d.ts.map +0 -1
- package/build/api/schema/data-sources/schema-file/schema-file.js +0 -45
- package/build/api/schema/data-sources/schema-file/schema-file.js.map +0 -1
- package/build/api/schema/index.d.ts +0 -2
- package/build/api/schema/index.d.ts.map +0 -1
- package/build/api/schema/index.js +0 -2
- package/build/api/schema/index.js.map +0 -1
- package/build/api/schema/metadata.d.ts +0 -16
- package/build/api/schema/metadata.d.ts.map +0 -1
- package/build/api/schema/metadata.js +0 -19
- package/build/api/schema/metadata.js.map +0 -1
- package/build/api/schema/read.d.ts +0 -135
- package/build/api/schema/read.d.ts.map +0 -1
- package/build/api/schema/read.js +0 -50
- package/build/api/schema/read.js.map +0 -1
- package/build/api/schema/schema.d.ts +0 -6
- package/build/api/schema/schema.d.ts.map +0 -1
- package/build/api/schema/schema.js +0 -8
- package/build/api/schema/schema.js.map +0 -1
- package/build/api/schema-augmentation/augmentations/description.d.ts +0 -17
- package/build/api/schema-augmentation/augmentations/description.d.ts.map +0 -1
- package/build/api/schema-augmentation/augmentations/description.js +0 -40
- package/build/api/schema-augmentation/augmentations/description.js.map +0 -1
- package/build/api/schema-augmentation/index.d.ts +0 -2
- package/build/api/schema-augmentation/index.d.ts.map +0 -1
- package/build/api/schema-augmentation/index.js +0 -2
- package/build/api/schema-augmentation/index.js.map +0 -1
- package/build/api/schema-augmentation/schema-augmentation.d.ts +0 -6
- package/build/api/schema-augmentation/schema-augmentation.d.ts.map +0 -1
- package/build/api/schema-augmentation/schema-augmentation.js +0 -17
- package/build/api/schema-augmentation/schema-augmentation.js.map +0 -1
- package/build/api/schema-augmentation/target.d.ts +0 -14
- package/build/api/schema-augmentation/target.d.ts.map +0 -1
- package/build/api/schema-augmentation/target.js +0 -25
- package/build/api/schema-augmentation/target.js.map +0 -1
- package/build/api/schema-source/index.d.ts +0 -2
- package/build/api/schema-source/index.d.ts.map +0 -1
- package/build/api/schema-source/index.js +0 -2
- package/build/api/schema-source/index.js.map +0 -1
- package/build/api/schema-source/schema-source.d.ts +0 -37
- package/build/api/schema-source/schema-source.d.ts.map +0 -1
- package/build/api/schema-source/schema-source.js +0 -150
- package/build/api/schema-source/schema-source.js.map +0 -1
- package/build/api/vite/log-filters.d.ts.map +0 -1
- package/build/api/vite/log-filters.js.map +0 -1
- package/build/api/vite/logger.d.ts +0 -4
- package/build/api/vite/logger.d.ts.map +0 -1
- package/build/api/vite/logger.js +0 -29
- package/build/api/vite/logger.js.map +0 -1
- package/build/api/vite/plugins/branding.d.ts.map +0 -1
- package/build/api/vite/plugins/branding.js +0 -80
- package/build/api/vite/plugins/branding.js.map +0 -1
- package/build/api/vite/plugins/build.d.ts +0 -4
- package/build/api/vite/plugins/build.d.ts.map +0 -1
- package/build/api/vite/plugins/build.js +0 -167
- package/build/api/vite/plugins/build.js.map +0 -1
- package/build/api/vite/plugins/core.d.ts +0 -12
- package/build/api/vite/plugins/core.d.ts.map +0 -1
- package/build/api/vite/plugins/core.js +0 -237
- package/build/api/vite/plugins/core.js.map +0 -1
- package/build/api/vite/plugins/main.d.ts +0 -4
- package/build/api/vite/plugins/main.d.ts.map +0 -1
- package/build/api/vite/plugins/main.js +0 -25
- package/build/api/vite/plugins/main.js.map +0 -1
- package/build/api/vite/plugins/pages.d.ts +0 -17
- package/build/api/vite/plugins/pages.d.ts.map +0 -1
- package/build/api/vite/plugins/pages.js +0 -209
- package/build/api/vite/plugins/pages.js.map +0 -1
- package/build/api/vite/plugins/schema-assets.d.ts +0 -22
- package/build/api/vite/plugins/schema-assets.d.ts.map +0 -1
- package/build/api/vite/plugins/schema-assets.js +0 -319
- package/build/api/vite/plugins/schema-assets.js.map +0 -1
- package/build/api/vite/plugins/serve.d.ts +0 -4
- package/build/api/vite/plugins/serve.d.ts.map +0 -1
- package/build/api/vite/plugins/serve.js +0 -134
- package/build/api/vite/plugins/serve.js.map +0 -1
- package/build/api/vite/vi.d.ts.map +0 -1
- package/build/api/vite/vi.js.map +0 -1
- package/build/dep/superjson/index.d.ts +0 -2
- package/build/dep/superjson/index.d.ts.map +0 -1
- package/build/dep/superjson/index.js +0 -2
- package/build/dep/superjson/index.js.map +0 -1
- package/build/dep/superjson/superjson.d.ts +0 -5
- package/build/dep/superjson/superjson.d.ts.map +0 -1
- package/build/dep/superjson/superjson.js +0 -2
- package/build/dep/superjson/superjson.js.map +0 -1
- package/build/lib/graphql-change/$$.d.ts +0 -11
- package/build/lib/graphql-change/$$.d.ts.map +0 -1
- package/build/lib/graphql-change/$$.js +0 -10
- package/build/lib/graphql-change/$$.js.map +0 -1
- package/build/lib/graphql-change/$.d.ts +0 -2
- package/build/lib/graphql-change/$.d.ts.map +0 -1
- package/build/lib/graphql-change/$.js +0 -2
- package/build/lib/graphql-change/$.js.map +0 -1
- package/build/lib/graphql-change/change-groups.d.ts +0 -58
- package/build/lib/graphql-change/change-groups.d.ts.map +0 -1
- package/build/lib/graphql-change/change-groups.js +0 -87
- package/build/lib/graphql-change/change-groups.js.map +0 -1
- package/build/lib/graphql-change/change-types.d.ts +0 -170
- package/build/lib/graphql-change/change-types.d.ts.map +0 -1
- package/build/lib/graphql-change/change-types.js +0 -11
- package/build/lib/graphql-change/change-types.js.map +0 -1
- package/build/lib/graphql-change/criticality.d.ts +0 -26
- package/build/lib/graphql-change/criticality.d.ts.map +0 -1
- package/build/lib/graphql-change/criticality.js +0 -30
- package/build/lib/graphql-change/criticality.js.map +0 -1
- package/build/lib/graphql-change/old.d.ts +0 -2
- package/build/lib/graphql-change/old.d.ts.map +0 -1
- package/build/lib/graphql-change/old.js +0 -130
- package/build/lib/graphql-change/old.js.map +0 -1
- package/build/lib/graphql-changeset/$$.d.ts +0 -4
- package/build/lib/graphql-changeset/$$.d.ts.map +0 -1
- package/build/lib/graphql-changeset/$$.js +0 -4
- package/build/lib/graphql-changeset/$$.js.map +0 -1
- package/build/lib/graphql-changeset/$.d.ts +0 -2
- package/build/lib/graphql-changeset/$.d.ts.map +0 -1
- package/build/lib/graphql-changeset/$.js +0 -2
- package/build/lib/graphql-changeset/$.js.map +0 -1
- package/build/lib/graphql-changeset/changelog.d.ts +0 -4
- package/build/lib/graphql-changeset/changelog.d.ts.map +0 -1
- package/build/lib/graphql-changeset/changelog.js +0 -2
- package/build/lib/graphql-changeset/changelog.js.map +0 -1
- package/build/lib/graphql-changeset/changeset.d.ts +0 -66
- package/build/lib/graphql-changeset/changeset.d.ts.map +0 -1
- package/build/lib/graphql-changeset/changeset.js +0 -139
- package/build/lib/graphql-changeset/changeset.js.map +0 -1
- package/build/lib/graphql-changeset/versioned-schema.d.ts +0 -31
- package/build/lib/graphql-changeset/versioned-schema.d.ts.map +0 -1
- package/build/lib/graphql-changeset/versioned-schema.js +0 -14
- package/build/lib/graphql-changeset/versioned-schema.js.map +0 -1
- package/build/lib/kit-temp.d.ts +0 -285
- package/build/lib/kit-temp.d.ts.map +0 -1
- package/build/lib/kit-temp.js +0 -486
- package/build/lib/kit-temp.js.map +0 -1
- package/build/lib/kit-temp.test-d.d.ts +0 -2
- package/build/lib/kit-temp.test-d.d.ts.map +0 -1
- package/build/lib/kit-temp.test-d.js +0 -75
- package/build/lib/kit-temp.test-d.js.map +0 -1
- package/build/lib/react-router-loader/$$.d.ts +0 -6
- package/build/lib/react-router-loader/$$.d.ts.map +0 -1
- package/build/lib/react-router-loader/$$.js +0 -24
- package/build/lib/react-router-loader/$$.js.map +0 -1
- package/build/lib/react-router-loader/$.d.ts +0 -2
- package/build/lib/react-router-loader/$.d.ts.map +0 -1
- package/build/lib/react-router-loader/$.js +0 -2
- package/build/lib/react-router-loader/$.js.map +0 -1
- package/build/lib/schema-lifecycle/$$.d.ts +0 -6
- package/build/lib/schema-lifecycle/$$.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/$$.js +0 -6
- package/build/lib/schema-lifecycle/$$.js.map +0 -1
- package/build/lib/schema-lifecycle/$.d.ts +0 -2
- package/build/lib/schema-lifecycle/$.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/$.js +0 -2
- package/build/lib/schema-lifecycle/$.js.map +0 -1
- package/build/lib/schema-lifecycle/FieldLifecycle.d.ts +0 -17
- package/build/lib/schema-lifecycle/FieldLifecycle.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/FieldLifecycle.js +0 -2
- package/build/lib/schema-lifecycle/FieldLifecycle.js.map +0 -1
- package/build/lib/schema-lifecycle/LifecycleEvent.d.ts +0 -25
- package/build/lib/schema-lifecycle/LifecycleEvent.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/LifecycleEvent.js +0 -2
- package/build/lib/schema-lifecycle/LifecycleEvent.js.map +0 -1
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts +0 -59
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.js +0 -24
- package/build/lib/schema-lifecycle/NamedTypeLifecycle.js.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts +0 -25
- package/build/lib/schema-lifecycle/SchemaLifecycle.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLifecycle.js +0 -59
- package/build/lib/schema-lifecycle/SchemaLifecycle.js.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLink.d.ts +0 -2
- package/build/lib/schema-lifecycle/SchemaLink.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/SchemaLink.js +0 -38
- package/build/lib/schema-lifecycle/SchemaLink.js.map +0 -1
- package/build/lib/schema-lifecycle/handlers.d.ts +0 -20
- package/build/lib/schema-lifecycle/handlers.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/handlers.js +0 -168
- package/build/lib/schema-lifecycle/handlers.js.map +0 -1
- package/build/lib/schema-lifecycle/utils.d.ts +0 -53
- package/build/lib/schema-lifecycle/utils.d.ts.map +0 -1
- package/build/lib/schema-lifecycle/utils.js +0 -160
- package/build/lib/schema-lifecycle/utils.js.map +0 -1
- package/build/lib/superjson-codec/$$.d.ts +0 -3
- package/build/lib/superjson-codec/$$.d.ts.map +0 -1
- package/build/lib/superjson-codec/$$.js +0 -3
- package/build/lib/superjson-codec/$$.js.map +0 -1
- package/build/lib/superjson-codec/$.d.ts +0 -2
- package/build/lib/superjson-codec/$.d.ts.map +0 -1
- package/build/lib/superjson-codec/$.js +0 -2
- package/build/lib/superjson-codec/$.js.map +0 -1
- package/build/lib/superjson-codec/codec.d.ts +0 -9
- package/build/lib/superjson-codec/codec.d.ts.map +0 -1
- package/build/lib/superjson-codec/codec.js +0 -7
- package/build/lib/superjson-codec/codec.js.map +0 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts +0 -3
- package/build/lib/superjson-codec/codecs/graphql-schema.d.ts.map +0 -1
- package/build/lib/superjson-codec/codecs/graphql-schema.js +0 -22
- package/build/lib/superjson-codec/codecs/graphql-schema.js.map +0 -1
- package/build/singletons/superjson.d.ts +0 -4
- package/build/singletons/superjson.d.ts.map +0 -1
- package/build/singletons/superjson.js +0 -6
- package/build/singletons/superjson.js.map +0 -1
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts +0 -6
- package/build/template/components/Changelog/groups/DirectiveUsage.d.ts.map +0 -1
- package/build/template/components/Changelog/groups/DirectiveUsage.js +0 -59
- package/build/template/components/Changelog/groups/DirectiveUsage.js.map +0 -1
- package/build/template/components/Changelog.d.ts +0 -7
- package/build/template/components/Changelog.d.ts.map +0 -1
- package/build/template/components/Changelog.js +0 -52
- package/build/template/components/Changelog.js.map +0 -1
- package/build/template/contexts/SchemaLifecycleContext.d.ts +0 -14
- package/build/template/contexts/SchemaLifecycleContext.d.ts.map +0 -1
- package/build/template/contexts/SchemaLifecycleContext.js +0 -15
- package/build/template/contexts/SchemaLifecycleContext.js.map +0 -1
- package/build/template/server/ssg/generate.d.ts +0 -3
- package/build/template/server/ssg/generate.d.ts.map +0 -1
- package/build/template/server/ssg/generate.js +0 -79
- package/build/template/server/ssg/generate.js.map +0 -1
- package/build/template/server/ssg/get-route-paths.d.ts +0 -2
- package/build/template/server/ssg/get-route-paths.d.ts.map +0 -1
- package/build/template/server/ssg/get-route-paths.js +0 -149
- package/build/template/server/ssg/get-route-paths.js.map +0 -1
- package/build/template/sources/schema-source.d.ts +0 -17
- package/build/template/sources/schema-source.d.ts.map +0 -1
- package/build/template/sources/schema-source.js +0 -64
- package/build/template/sources/schema-source.js.map +0 -1
- package/src/api/config/config.ts +0 -4
- package/src/api/config/configurator.ts +0 -566
- package/src/api/config/define.ts +0 -8
- package/src/api/config/index.ts +0 -1
- package/src/api/config/merge.ts +0 -61
- package/src/api/config-resolver/vite.ts +0 -28
- package/src/api/schema/data-sources/data-sources.ts +0 -4
- package/src/api/schema/data-sources/index.ts +0 -1
- package/src/api/schema/data-sources/introspection/introspection.ts +0 -216
- package/src/api/schema/data-sources/memory/memory.ts +0 -125
- package/src/api/schema/data-sources/schema-directory/file-name-expression/file-name-expression.ts +0 -84
- package/src/api/schema/data-sources/schema-directory/file-name-expression/index.ts +0 -1
- package/src/api/schema/data-sources/schema-directory/schema-directory.ts +0 -178
- package/src/api/schema/data-sources/schema-file/schema-file.ts +0 -84
- package/src/api/schema/metadata.ts +0 -23
- package/src/api/schema/read.ts +0 -196
- package/src/api/schema/schema.ts +0 -8
- package/src/api/schema-augmentation/augmentations/description.ts +0 -57
- package/src/api/schema-augmentation/index.ts +0 -1
- package/src/api/schema-augmentation/schema-augmentation.ts +0 -25
- package/src/api/schema-augmentation/target.ts +0 -50
- package/src/api/schema-source/index.ts +0 -1
- package/src/api/schema-source/schema-source.ts +0 -216
- package/src/api/vite/logger.ts +0 -33
- package/src/api/vite/plugins/branding.ts +0 -108
- package/src/api/vite/plugins/build.ts +0 -179
- package/src/api/vite/plugins/core.ts +0 -274
- package/src/api/vite/plugins/main.ts +0 -40
- package/src/api/vite/plugins/pages.ts +0 -261
- package/src/api/vite/plugins/schema-assets.ts +0 -378
- package/src/api/vite/plugins/serve.ts +0 -161
- package/src/dep/superjson/index.ts +0 -1
- package/src/dep/superjson/superjson.ts +0 -8
- package/src/lib/graphql-change/$$.ts +0 -18
- package/src/lib/graphql-change/$.ts +0 -1
- package/src/lib/graphql-change/change-groups.ts +0 -337
- package/src/lib/graphql-change/change-types.ts +0 -203
- package/src/lib/graphql-change/criticality.ts +0 -45
- package/src/lib/graphql-change/old.ts +0 -163
- package/src/lib/graphql-changeset/$$.ts +0 -3
- package/src/lib/graphql-changeset/$.ts +0 -1
- package/src/lib/graphql-changeset/changelog.ts +0 -9
- package/src/lib/graphql-changeset/changeset.ts +0 -190
- package/src/lib/graphql-changeset/versioned-schema.ts +0 -43
- package/src/lib/kit-temp.test-d.ts +0 -120
- package/src/lib/kit-temp.test.ts +0 -232
- package/src/lib/kit-temp.ts +0 -661
- package/src/lib/react-router-loader/$$.ts +0 -40
- package/src/lib/react-router-loader/$.ts +0 -1
- package/src/lib/schema-lifecycle/$$.ts +0 -19
- package/src/lib/schema-lifecycle/$.test.ts +0 -222
- package/src/lib/schema-lifecycle/$.ts +0 -1
- package/src/lib/schema-lifecycle/FieldLifecycle.ts +0 -18
- package/src/lib/schema-lifecycle/LifecycleEvent.ts +0 -27
- package/src/lib/schema-lifecycle/NamedTypeLifecycle.ts +0 -96
- package/src/lib/schema-lifecycle/SchemaLifecycle.ts +0 -85
- package/src/lib/schema-lifecycle/SchemaLink.ts +0 -40
- package/src/lib/schema-lifecycle/handlers.ts +0 -215
- package/src/lib/schema-lifecycle/utils.ts +0 -234
- package/src/lib/superjson-codec/$$.ts +0 -2
- package/src/lib/superjson-codec/$.ts +0 -1
- package/src/lib/superjson-codec/codec.ts +0 -18
- package/src/lib/superjson-codec/codecs/graphql-schema.ts +0 -24
- package/src/singletons/superjson.ts +0 -11
- package/src/template/components/Changelog/groups/DirectiveUsage.tsx +0 -137
- package/src/template/components/Changelog.tsx +0 -80
- package/src/template/contexts/SchemaLifecycleContext.tsx +0 -30
- package/src/template/global.d.ts +0 -7
- package/src/template/server/ssg/generate.ts +0 -101
- package/src/template/server/ssg/get-route-paths.test.ts +0 -145
- package/src/template/server/ssg/get-route-paths.ts +0 -151
- package/src/template/sources/schema-source.ts +0 -69
- package/src/vite-env.d.ts +0 -5
- /package/build/{api/vite → vite}/log-filters.d.ts +0 -0
- /package/build/{api/vite → vite}/log-filters.js +0 -0
- /package/build/{api/vite → vite}/plugins/branding.d.ts +0 -0
- /package/build/{api/vite → vite}/vi.d.ts +0 -0
- /package/build/{api/vite → vite}/vi.js +0 -0
- /package/src/{api/schema/index.ts → lib/schema/$.ts} +0 -0
- /package/src/{api/vite → vite}/log-filters.ts +0 -0
- /package/src/{api/vite → vite}/vi.ts +0 -0
@@ -0,0 +1,1414 @@
|
|
1
|
+
import { S } from '#lib/kit-temp/effect';
|
2
|
+
import { Effect } from 'effect';
|
3
|
+
import { type ConfigInput } from './input.js';
|
4
|
+
declare const TemplateVariablesSchema: S.Struct<{
|
5
|
+
title: typeof S.String;
|
6
|
+
}>;
|
7
|
+
export type TemplateVariables = S.Schema.Type<typeof TemplateVariablesSchema>;
|
8
|
+
/**
|
9
|
+
* Normalized Polen configuration with all defaults resolved.
|
10
|
+
*
|
11
|
+
* This represents the fully processed configuration after:
|
12
|
+
* - Applying defaults for all optional fields
|
13
|
+
* - Computing derived paths
|
14
|
+
* - Resolving package.json fallbacks
|
15
|
+
*/
|
16
|
+
export declare const ConfigSchema: S.Struct<{
|
17
|
+
/**
|
18
|
+
* The original user input configuration.
|
19
|
+
*/
|
20
|
+
_input: S.suspend<{
|
21
|
+
readonly build?: {
|
22
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
23
|
+
readonly base?: string | undefined;
|
24
|
+
} | undefined;
|
25
|
+
readonly schema?: {
|
26
|
+
readonly enabled?: boolean | undefined;
|
27
|
+
readonly augmentations?: readonly {
|
28
|
+
readonly type: "description";
|
29
|
+
readonly content: string;
|
30
|
+
readonly on: {
|
31
|
+
readonly name: string;
|
32
|
+
readonly type: "TargetType";
|
33
|
+
} | {
|
34
|
+
readonly name: string;
|
35
|
+
readonly type: "TargetField";
|
36
|
+
readonly targetType: string;
|
37
|
+
};
|
38
|
+
readonly placement: "before" | "after" | "over";
|
39
|
+
}[] | undefined;
|
40
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
41
|
+
readonly sources?: {
|
42
|
+
readonly file?: {
|
43
|
+
readonly path?: string | undefined;
|
44
|
+
} | undefined;
|
45
|
+
readonly directory?: {
|
46
|
+
readonly path?: string | undefined;
|
47
|
+
} | undefined;
|
48
|
+
readonly versionedDirectory?: {
|
49
|
+
readonly path?: string | undefined;
|
50
|
+
} | undefined;
|
51
|
+
readonly memory?: {
|
52
|
+
readonly revisions: unknown;
|
53
|
+
} | undefined;
|
54
|
+
readonly introspection?: {
|
55
|
+
readonly url: string;
|
56
|
+
readonly headers?: {
|
57
|
+
readonly [x: string]: string;
|
58
|
+
} | undefined;
|
59
|
+
} | undefined;
|
60
|
+
readonly introspectionFile?: {
|
61
|
+
readonly path?: string | undefined;
|
62
|
+
} | undefined;
|
63
|
+
} | undefined;
|
64
|
+
} | undefined;
|
65
|
+
readonly templateVariables?: {
|
66
|
+
readonly title?: string | undefined;
|
67
|
+
} | undefined;
|
68
|
+
readonly server?: {
|
69
|
+
readonly port?: number | undefined;
|
70
|
+
} | undefined;
|
71
|
+
readonly warnings?: {
|
72
|
+
readonly interactiveWithoutSchema?: {
|
73
|
+
readonly enabled?: boolean | undefined;
|
74
|
+
} | undefined;
|
75
|
+
} | undefined;
|
76
|
+
readonly advanced?: {
|
77
|
+
readonly explorer?: boolean | undefined;
|
78
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
79
|
+
readonly debug?: boolean | undefined;
|
80
|
+
readonly vite?: any;
|
81
|
+
readonly paths?: {
|
82
|
+
readonly devAssets?: string | undefined;
|
83
|
+
} | undefined;
|
84
|
+
} | undefined;
|
85
|
+
}, {
|
86
|
+
readonly build?: {
|
87
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
88
|
+
readonly base?: string | undefined;
|
89
|
+
} | undefined;
|
90
|
+
readonly schema?: {
|
91
|
+
readonly enabled?: boolean | undefined;
|
92
|
+
readonly augmentations?: readonly {
|
93
|
+
readonly type: "description";
|
94
|
+
readonly content: string;
|
95
|
+
readonly on: {
|
96
|
+
readonly name: string;
|
97
|
+
readonly type: "TargetType";
|
98
|
+
} | {
|
99
|
+
readonly name: string;
|
100
|
+
readonly type: "TargetField";
|
101
|
+
readonly targetType: string;
|
102
|
+
};
|
103
|
+
readonly placement: "before" | "after" | "over";
|
104
|
+
}[] | undefined;
|
105
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
106
|
+
readonly sources?: {
|
107
|
+
readonly file?: {
|
108
|
+
readonly path?: string | undefined;
|
109
|
+
} | undefined;
|
110
|
+
readonly directory?: {
|
111
|
+
readonly path?: string | undefined;
|
112
|
+
} | undefined;
|
113
|
+
readonly versionedDirectory?: {
|
114
|
+
readonly path?: string | undefined;
|
115
|
+
} | undefined;
|
116
|
+
readonly memory?: {
|
117
|
+
readonly revisions: unknown;
|
118
|
+
} | undefined;
|
119
|
+
readonly introspection?: {
|
120
|
+
readonly url: string;
|
121
|
+
readonly headers?: {
|
122
|
+
readonly [x: string]: string;
|
123
|
+
} | undefined;
|
124
|
+
} | undefined;
|
125
|
+
readonly introspectionFile?: {
|
126
|
+
readonly path?: string | undefined;
|
127
|
+
} | undefined;
|
128
|
+
} | undefined;
|
129
|
+
} | undefined;
|
130
|
+
readonly templateVariables?: {
|
131
|
+
readonly title?: string | undefined;
|
132
|
+
} | undefined;
|
133
|
+
readonly server?: {
|
134
|
+
readonly port?: number | undefined;
|
135
|
+
} | undefined;
|
136
|
+
readonly warnings?: {
|
137
|
+
readonly interactiveWithoutSchema?: {
|
138
|
+
readonly enabled?: boolean | undefined;
|
139
|
+
} | undefined;
|
140
|
+
} | undefined;
|
141
|
+
readonly advanced?: {
|
142
|
+
readonly explorer?: boolean | undefined;
|
143
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
144
|
+
readonly debug?: boolean | undefined;
|
145
|
+
readonly vite?: unknown;
|
146
|
+
readonly paths?: {
|
147
|
+
readonly devAssets?: string | undefined;
|
148
|
+
} | undefined;
|
149
|
+
} | undefined;
|
150
|
+
}, never>;
|
151
|
+
/**
|
152
|
+
* Build configuration with resolved defaults.
|
153
|
+
*/
|
154
|
+
build: S.Struct<{
|
155
|
+
architecture: S.suspend<"ssr" | "ssg" | "spa", "ssr" | "ssg" | "spa", never>;
|
156
|
+
base: typeof S.String;
|
157
|
+
}>;
|
158
|
+
/**
|
159
|
+
* Server configuration with resolved defaults.
|
160
|
+
*/
|
161
|
+
server: S.Struct<{
|
162
|
+
port: typeof S.Number;
|
163
|
+
routes: S.Struct<{
|
164
|
+
assets: typeof S.String;
|
165
|
+
}>;
|
166
|
+
}>;
|
167
|
+
/**
|
168
|
+
* Template variables with resolved defaults.
|
169
|
+
*/
|
170
|
+
templateVariables: S.Struct<{
|
171
|
+
title: typeof S.String;
|
172
|
+
}>;
|
173
|
+
/**
|
174
|
+
* Schema configuration or null if disabled.
|
175
|
+
*/
|
176
|
+
schema: S.Union<[typeof S.Null, S.Struct<{
|
177
|
+
enabled: S.optional<typeof S.Boolean>;
|
178
|
+
augmentations: S.optional<S.Array$<S.Struct<{
|
179
|
+
type: S.Literal<["description"]>;
|
180
|
+
on: S.Union<[S.Struct<{
|
181
|
+
type: S.Literal<["TargetType"]>;
|
182
|
+
name: typeof S.String;
|
183
|
+
}>, S.Struct<{
|
184
|
+
type: S.Literal<["TargetField"]>;
|
185
|
+
name: typeof S.String;
|
186
|
+
targetType: typeof S.String;
|
187
|
+
}>]>;
|
188
|
+
placement: S.Literal<["before", "after", "over"]>;
|
189
|
+
content: typeof S.String;
|
190
|
+
}>>>;
|
191
|
+
useSources: S.optional<S.Union<[S.Enums<{
|
192
|
+
readonly file: "file";
|
193
|
+
readonly directory: "directory";
|
194
|
+
readonly versionedDirectory: "versionedDirectory";
|
195
|
+
readonly memory: "memory";
|
196
|
+
readonly introspection: "introspection";
|
197
|
+
readonly introspectionFile: "introspectionFile";
|
198
|
+
}>, S.Array$<S.Enums<{
|
199
|
+
readonly file: "file";
|
200
|
+
readonly directory: "directory";
|
201
|
+
readonly versionedDirectory: "versionedDirectory";
|
202
|
+
readonly memory: "memory";
|
203
|
+
readonly introspection: "introspection";
|
204
|
+
readonly introspectionFile: "introspectionFile";
|
205
|
+
}>>]>>;
|
206
|
+
sources: S.optional<S.Struct<{
|
207
|
+
file: S.optional<S.Struct<{
|
208
|
+
path: S.optional<typeof S.String>;
|
209
|
+
}>>;
|
210
|
+
directory: S.optional<S.Struct<{
|
211
|
+
path: S.optional<typeof S.String>;
|
212
|
+
}>>;
|
213
|
+
versionedDirectory: S.optional<S.Struct<{
|
214
|
+
path: S.optional<typeof S.String>;
|
215
|
+
}>>;
|
216
|
+
memory: S.optional<S.Struct<{
|
217
|
+
revisions: S.SchemaClass<unknown, unknown, never>;
|
218
|
+
}>>;
|
219
|
+
introspection: S.optional<S.Struct<{
|
220
|
+
url: typeof S.String;
|
221
|
+
headers: S.optional<S.Record$<typeof S.String, typeof S.String>>;
|
222
|
+
}>>;
|
223
|
+
introspectionFile: S.optional<S.Struct<{
|
224
|
+
path: S.optional<typeof S.String>;
|
225
|
+
}>>;
|
226
|
+
}>>;
|
227
|
+
}>]>;
|
228
|
+
/**
|
229
|
+
* SSR configuration.
|
230
|
+
*/
|
231
|
+
ssr: S.Struct<{
|
232
|
+
enabled: typeof S.Boolean;
|
233
|
+
}>;
|
234
|
+
/**
|
235
|
+
* Warnings configuration with resolved defaults.
|
236
|
+
*/
|
237
|
+
warnings: S.Struct<{
|
238
|
+
interactiveWithoutSchema: S.Struct<{
|
239
|
+
enabled: typeof S.Boolean;
|
240
|
+
}>;
|
241
|
+
}>;
|
242
|
+
/**
|
243
|
+
* Computed paths for project and framework.
|
244
|
+
*/
|
245
|
+
paths: S.Struct<{
|
246
|
+
project: S.Struct<{
|
247
|
+
rootDir: typeof S.String;
|
248
|
+
relative: S.Struct<{
|
249
|
+
build: S.Struct<{
|
250
|
+
root: typeof S.String;
|
251
|
+
relative: S.Struct<{
|
252
|
+
assets: S.Struct<{
|
253
|
+
root: typeof S.String;
|
254
|
+
relative: S.Struct<{
|
255
|
+
schemas: typeof S.String;
|
256
|
+
}>;
|
257
|
+
}>;
|
258
|
+
serverEntrypoint: typeof S.String;
|
259
|
+
}>;
|
260
|
+
}>;
|
261
|
+
pages: typeof S.String;
|
262
|
+
public: S.Struct<{
|
263
|
+
root: typeof S.String;
|
264
|
+
logo: typeof S.String;
|
265
|
+
}>;
|
266
|
+
}>;
|
267
|
+
absolute: S.Struct<{
|
268
|
+
build: S.Struct<{
|
269
|
+
root: typeof S.String;
|
270
|
+
assets: S.Struct<{
|
271
|
+
root: typeof S.String;
|
272
|
+
schemas: typeof S.String;
|
273
|
+
}>;
|
274
|
+
serverEntrypoint: typeof S.String;
|
275
|
+
}>;
|
276
|
+
pages: typeof S.String;
|
277
|
+
public: S.Struct<{
|
278
|
+
root: typeof S.String;
|
279
|
+
logo: typeof S.String;
|
280
|
+
}>;
|
281
|
+
}>;
|
282
|
+
}>;
|
283
|
+
framework: S.extend<S.Struct<{
|
284
|
+
name: typeof S.String;
|
285
|
+
isRunningFromSource: typeof S.Boolean;
|
286
|
+
static: S.Struct<{
|
287
|
+
source: typeof S.String;
|
288
|
+
build: typeof S.String;
|
289
|
+
}>;
|
290
|
+
rootDir: typeof S.String;
|
291
|
+
sourceExtension: S.Union<[S.Literal<[".js"]>, S.Literal<[".ts"]>]>;
|
292
|
+
sourceDir: typeof S.String;
|
293
|
+
template: S.Struct<{
|
294
|
+
absolute: S.Struct<{
|
295
|
+
rootDir: typeof S.String;
|
296
|
+
server: S.Struct<{
|
297
|
+
app: typeof S.String;
|
298
|
+
entrypoint: typeof S.String;
|
299
|
+
}>;
|
300
|
+
client: S.Struct<{
|
301
|
+
entrypoint: typeof S.String;
|
302
|
+
}>;
|
303
|
+
}>;
|
304
|
+
relative: S.Struct<{
|
305
|
+
rootDir: typeof S.String;
|
306
|
+
server: S.Struct<{
|
307
|
+
app: typeof S.String;
|
308
|
+
entrypoint: typeof S.String;
|
309
|
+
}>;
|
310
|
+
client: S.Struct<{
|
311
|
+
entrypoint: typeof S.String;
|
312
|
+
}>;
|
313
|
+
}>;
|
314
|
+
}>;
|
315
|
+
}>, S.Struct<{
|
316
|
+
devAssets: S.Struct<{
|
317
|
+
relative: typeof S.String;
|
318
|
+
absolute: typeof S.String;
|
319
|
+
schemas: typeof S.String;
|
320
|
+
}>;
|
321
|
+
}>>;
|
322
|
+
}>;
|
323
|
+
/**
|
324
|
+
* Advanced configuration with resolved defaults.
|
325
|
+
*/
|
326
|
+
advanced: S.Struct<{
|
327
|
+
isSelfContainedMode: typeof S.Boolean;
|
328
|
+
explorer: typeof S.Boolean;
|
329
|
+
debug: typeof S.Boolean;
|
330
|
+
vite: S.optional<typeof S.Unknown>;
|
331
|
+
}>;
|
332
|
+
}>;
|
333
|
+
/**
|
334
|
+
* The normalized configuration type derived from the schema.
|
335
|
+
*/
|
336
|
+
export type Config = S.Schema.Type<typeof ConfigSchema>;
|
337
|
+
export declare const decode: (i: {
|
338
|
+
readonly build: {
|
339
|
+
readonly architecture: "ssr" | "ssg" | "spa";
|
340
|
+
readonly base: string;
|
341
|
+
};
|
342
|
+
readonly ssr: {
|
343
|
+
readonly enabled: boolean;
|
344
|
+
};
|
345
|
+
readonly paths: {
|
346
|
+
readonly project: {
|
347
|
+
readonly rootDir: string;
|
348
|
+
readonly absolute: {
|
349
|
+
readonly build: {
|
350
|
+
readonly root: string;
|
351
|
+
readonly assets: {
|
352
|
+
readonly root: string;
|
353
|
+
readonly schemas: string;
|
354
|
+
};
|
355
|
+
readonly serverEntrypoint: string;
|
356
|
+
};
|
357
|
+
readonly pages: string;
|
358
|
+
readonly public: {
|
359
|
+
readonly root: string;
|
360
|
+
readonly logo: string;
|
361
|
+
};
|
362
|
+
};
|
363
|
+
readonly relative: {
|
364
|
+
readonly build: {
|
365
|
+
readonly relative: {
|
366
|
+
readonly assets: {
|
367
|
+
readonly relative: {
|
368
|
+
readonly schemas: string;
|
369
|
+
};
|
370
|
+
readonly root: string;
|
371
|
+
};
|
372
|
+
readonly serverEntrypoint: string;
|
373
|
+
};
|
374
|
+
readonly root: string;
|
375
|
+
};
|
376
|
+
readonly pages: string;
|
377
|
+
readonly public: {
|
378
|
+
readonly root: string;
|
379
|
+
readonly logo: string;
|
380
|
+
};
|
381
|
+
};
|
382
|
+
};
|
383
|
+
readonly framework: {
|
384
|
+
readonly template: {
|
385
|
+
readonly absolute: {
|
386
|
+
readonly client: {
|
387
|
+
readonly entrypoint: string;
|
388
|
+
};
|
389
|
+
readonly server: {
|
390
|
+
readonly app: string;
|
391
|
+
readonly entrypoint: string;
|
392
|
+
};
|
393
|
+
readonly rootDir: string;
|
394
|
+
};
|
395
|
+
readonly relative: {
|
396
|
+
readonly client: {
|
397
|
+
readonly entrypoint: string;
|
398
|
+
};
|
399
|
+
readonly server: {
|
400
|
+
readonly app: string;
|
401
|
+
readonly entrypoint: string;
|
402
|
+
};
|
403
|
+
readonly rootDir: string;
|
404
|
+
};
|
405
|
+
};
|
406
|
+
readonly name: string;
|
407
|
+
readonly isRunningFromSource: boolean;
|
408
|
+
readonly static: {
|
409
|
+
readonly build: string;
|
410
|
+
readonly source: string;
|
411
|
+
};
|
412
|
+
readonly rootDir: string;
|
413
|
+
readonly sourceExtension: ".js" | ".ts";
|
414
|
+
readonly sourceDir: string;
|
415
|
+
} & {
|
416
|
+
readonly devAssets: {
|
417
|
+
readonly absolute: string;
|
418
|
+
readonly relative: string;
|
419
|
+
readonly schemas: string;
|
420
|
+
};
|
421
|
+
};
|
422
|
+
};
|
423
|
+
readonly schema: {
|
424
|
+
readonly enabled?: boolean | undefined;
|
425
|
+
readonly augmentations?: readonly {
|
426
|
+
readonly type: "description";
|
427
|
+
readonly content: string;
|
428
|
+
readonly on: {
|
429
|
+
readonly name: string;
|
430
|
+
readonly type: "TargetType";
|
431
|
+
} | {
|
432
|
+
readonly name: string;
|
433
|
+
readonly type: "TargetField";
|
434
|
+
readonly targetType: string;
|
435
|
+
};
|
436
|
+
readonly placement: "before" | "after" | "over";
|
437
|
+
}[] | undefined;
|
438
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
439
|
+
readonly sources?: {
|
440
|
+
readonly file?: {
|
441
|
+
readonly path?: string | undefined;
|
442
|
+
} | undefined;
|
443
|
+
readonly directory?: {
|
444
|
+
readonly path?: string | undefined;
|
445
|
+
} | undefined;
|
446
|
+
readonly versionedDirectory?: {
|
447
|
+
readonly path?: string | undefined;
|
448
|
+
} | undefined;
|
449
|
+
readonly memory?: {
|
450
|
+
readonly revisions: unknown;
|
451
|
+
} | undefined;
|
452
|
+
readonly introspection?: {
|
453
|
+
readonly url: string;
|
454
|
+
readonly headers?: {
|
455
|
+
readonly [x: string]: string;
|
456
|
+
} | undefined;
|
457
|
+
} | undefined;
|
458
|
+
readonly introspectionFile?: {
|
459
|
+
readonly path?: string | undefined;
|
460
|
+
} | undefined;
|
461
|
+
} | undefined;
|
462
|
+
} | null;
|
463
|
+
readonly templateVariables: {
|
464
|
+
readonly title: string;
|
465
|
+
};
|
466
|
+
readonly server: {
|
467
|
+
readonly port: number;
|
468
|
+
readonly routes: {
|
469
|
+
readonly assets: string;
|
470
|
+
};
|
471
|
+
};
|
472
|
+
readonly warnings: {
|
473
|
+
readonly interactiveWithoutSchema: {
|
474
|
+
readonly enabled: boolean;
|
475
|
+
};
|
476
|
+
};
|
477
|
+
readonly advanced: {
|
478
|
+
readonly explorer: boolean;
|
479
|
+
readonly isSelfContainedMode: boolean;
|
480
|
+
readonly debug: boolean;
|
481
|
+
readonly vite?: unknown;
|
482
|
+
};
|
483
|
+
readonly _input: {
|
484
|
+
readonly build?: {
|
485
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
486
|
+
readonly base?: string | undefined;
|
487
|
+
} | undefined;
|
488
|
+
readonly schema?: {
|
489
|
+
readonly enabled?: boolean | undefined;
|
490
|
+
readonly augmentations?: readonly {
|
491
|
+
readonly type: "description";
|
492
|
+
readonly content: string;
|
493
|
+
readonly on: {
|
494
|
+
readonly name: string;
|
495
|
+
readonly type: "TargetType";
|
496
|
+
} | {
|
497
|
+
readonly name: string;
|
498
|
+
readonly type: "TargetField";
|
499
|
+
readonly targetType: string;
|
500
|
+
};
|
501
|
+
readonly placement: "before" | "after" | "over";
|
502
|
+
}[] | undefined;
|
503
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
504
|
+
readonly sources?: {
|
505
|
+
readonly file?: {
|
506
|
+
readonly path?: string | undefined;
|
507
|
+
} | undefined;
|
508
|
+
readonly directory?: {
|
509
|
+
readonly path?: string | undefined;
|
510
|
+
} | undefined;
|
511
|
+
readonly versionedDirectory?: {
|
512
|
+
readonly path?: string | undefined;
|
513
|
+
} | undefined;
|
514
|
+
readonly memory?: {
|
515
|
+
readonly revisions: unknown;
|
516
|
+
} | undefined;
|
517
|
+
readonly introspection?: {
|
518
|
+
readonly url: string;
|
519
|
+
readonly headers?: {
|
520
|
+
readonly [x: string]: string;
|
521
|
+
} | undefined;
|
522
|
+
} | undefined;
|
523
|
+
readonly introspectionFile?: {
|
524
|
+
readonly path?: string | undefined;
|
525
|
+
} | undefined;
|
526
|
+
} | undefined;
|
527
|
+
} | undefined;
|
528
|
+
readonly templateVariables?: {
|
529
|
+
readonly title?: string | undefined;
|
530
|
+
} | undefined;
|
531
|
+
readonly server?: {
|
532
|
+
readonly port?: number | undefined;
|
533
|
+
} | undefined;
|
534
|
+
readonly warnings?: {
|
535
|
+
readonly interactiveWithoutSchema?: {
|
536
|
+
readonly enabled?: boolean | undefined;
|
537
|
+
} | undefined;
|
538
|
+
} | undefined;
|
539
|
+
readonly advanced?: {
|
540
|
+
readonly explorer?: boolean | undefined;
|
541
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
542
|
+
readonly debug?: boolean | undefined;
|
543
|
+
readonly vite?: unknown;
|
544
|
+
readonly paths?: {
|
545
|
+
readonly devAssets?: string | undefined;
|
546
|
+
} | undefined;
|
547
|
+
} | undefined;
|
548
|
+
};
|
549
|
+
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<{
|
550
|
+
readonly build: {
|
551
|
+
readonly architecture: "ssr" | "ssg" | "spa";
|
552
|
+
readonly base: string;
|
553
|
+
};
|
554
|
+
readonly ssr: {
|
555
|
+
readonly enabled: boolean;
|
556
|
+
};
|
557
|
+
readonly paths: {
|
558
|
+
readonly project: {
|
559
|
+
readonly rootDir: string;
|
560
|
+
readonly absolute: {
|
561
|
+
readonly build: {
|
562
|
+
readonly root: string;
|
563
|
+
readonly assets: {
|
564
|
+
readonly root: string;
|
565
|
+
readonly schemas: string;
|
566
|
+
};
|
567
|
+
readonly serverEntrypoint: string;
|
568
|
+
};
|
569
|
+
readonly pages: string;
|
570
|
+
readonly public: {
|
571
|
+
readonly root: string;
|
572
|
+
readonly logo: string;
|
573
|
+
};
|
574
|
+
};
|
575
|
+
readonly relative: {
|
576
|
+
readonly build: {
|
577
|
+
readonly relative: {
|
578
|
+
readonly assets: {
|
579
|
+
readonly relative: {
|
580
|
+
readonly schemas: string;
|
581
|
+
};
|
582
|
+
readonly root: string;
|
583
|
+
};
|
584
|
+
readonly serverEntrypoint: string;
|
585
|
+
};
|
586
|
+
readonly root: string;
|
587
|
+
};
|
588
|
+
readonly pages: string;
|
589
|
+
readonly public: {
|
590
|
+
readonly root: string;
|
591
|
+
readonly logo: string;
|
592
|
+
};
|
593
|
+
};
|
594
|
+
};
|
595
|
+
readonly framework: {
|
596
|
+
readonly template: {
|
597
|
+
readonly absolute: {
|
598
|
+
readonly client: {
|
599
|
+
readonly entrypoint: string;
|
600
|
+
};
|
601
|
+
readonly server: {
|
602
|
+
readonly app: string;
|
603
|
+
readonly entrypoint: string;
|
604
|
+
};
|
605
|
+
readonly rootDir: string;
|
606
|
+
};
|
607
|
+
readonly relative: {
|
608
|
+
readonly client: {
|
609
|
+
readonly entrypoint: string;
|
610
|
+
};
|
611
|
+
readonly server: {
|
612
|
+
readonly app: string;
|
613
|
+
readonly entrypoint: string;
|
614
|
+
};
|
615
|
+
readonly rootDir: string;
|
616
|
+
};
|
617
|
+
};
|
618
|
+
readonly name: string;
|
619
|
+
readonly isRunningFromSource: boolean;
|
620
|
+
readonly static: {
|
621
|
+
readonly build: string;
|
622
|
+
readonly source: string;
|
623
|
+
};
|
624
|
+
readonly rootDir: string;
|
625
|
+
readonly sourceExtension: ".js" | ".ts";
|
626
|
+
readonly sourceDir: string;
|
627
|
+
} & {
|
628
|
+
readonly devAssets: {
|
629
|
+
readonly absolute: string;
|
630
|
+
readonly relative: string;
|
631
|
+
readonly schemas: string;
|
632
|
+
};
|
633
|
+
};
|
634
|
+
};
|
635
|
+
readonly schema: {
|
636
|
+
readonly enabled?: boolean | undefined;
|
637
|
+
readonly augmentations?: readonly {
|
638
|
+
readonly type: "description";
|
639
|
+
readonly content: string;
|
640
|
+
readonly on: {
|
641
|
+
readonly name: string;
|
642
|
+
readonly type: "TargetType";
|
643
|
+
} | {
|
644
|
+
readonly name: string;
|
645
|
+
readonly type: "TargetField";
|
646
|
+
readonly targetType: string;
|
647
|
+
};
|
648
|
+
readonly placement: "before" | "after" | "over";
|
649
|
+
}[] | undefined;
|
650
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
651
|
+
readonly sources?: {
|
652
|
+
readonly file?: {
|
653
|
+
readonly path?: string | undefined;
|
654
|
+
} | undefined;
|
655
|
+
readonly directory?: {
|
656
|
+
readonly path?: string | undefined;
|
657
|
+
} | undefined;
|
658
|
+
readonly versionedDirectory?: {
|
659
|
+
readonly path?: string | undefined;
|
660
|
+
} | undefined;
|
661
|
+
readonly memory?: {
|
662
|
+
readonly revisions: unknown;
|
663
|
+
} | undefined;
|
664
|
+
readonly introspection?: {
|
665
|
+
readonly url: string;
|
666
|
+
readonly headers?: {
|
667
|
+
readonly [x: string]: string;
|
668
|
+
} | undefined;
|
669
|
+
} | undefined;
|
670
|
+
readonly introspectionFile?: {
|
671
|
+
readonly path?: string | undefined;
|
672
|
+
} | undefined;
|
673
|
+
} | undefined;
|
674
|
+
} | null;
|
675
|
+
readonly templateVariables: {
|
676
|
+
readonly title: string;
|
677
|
+
};
|
678
|
+
readonly server: {
|
679
|
+
readonly port: number;
|
680
|
+
readonly routes: {
|
681
|
+
readonly assets: string;
|
682
|
+
};
|
683
|
+
};
|
684
|
+
readonly warnings: {
|
685
|
+
readonly interactiveWithoutSchema: {
|
686
|
+
readonly enabled: boolean;
|
687
|
+
};
|
688
|
+
};
|
689
|
+
readonly advanced: {
|
690
|
+
readonly explorer: boolean;
|
691
|
+
readonly isSelfContainedMode: boolean;
|
692
|
+
readonly debug: boolean;
|
693
|
+
readonly vite?: unknown;
|
694
|
+
};
|
695
|
+
readonly _input: {
|
696
|
+
readonly build?: {
|
697
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
698
|
+
readonly base?: string | undefined;
|
699
|
+
} | undefined;
|
700
|
+
readonly schema?: {
|
701
|
+
readonly enabled?: boolean | undefined;
|
702
|
+
readonly augmentations?: readonly {
|
703
|
+
readonly type: "description";
|
704
|
+
readonly content: string;
|
705
|
+
readonly on: {
|
706
|
+
readonly name: string;
|
707
|
+
readonly type: "TargetType";
|
708
|
+
} | {
|
709
|
+
readonly name: string;
|
710
|
+
readonly type: "TargetField";
|
711
|
+
readonly targetType: string;
|
712
|
+
};
|
713
|
+
readonly placement: "before" | "after" | "over";
|
714
|
+
}[] | undefined;
|
715
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
716
|
+
readonly sources?: {
|
717
|
+
readonly file?: {
|
718
|
+
readonly path?: string | undefined;
|
719
|
+
} | undefined;
|
720
|
+
readonly directory?: {
|
721
|
+
readonly path?: string | undefined;
|
722
|
+
} | undefined;
|
723
|
+
readonly versionedDirectory?: {
|
724
|
+
readonly path?: string | undefined;
|
725
|
+
} | undefined;
|
726
|
+
readonly memory?: {
|
727
|
+
readonly revisions: unknown;
|
728
|
+
} | undefined;
|
729
|
+
readonly introspection?: {
|
730
|
+
readonly url: string;
|
731
|
+
readonly headers?: {
|
732
|
+
readonly [x: string]: string;
|
733
|
+
} | undefined;
|
734
|
+
} | undefined;
|
735
|
+
readonly introspectionFile?: {
|
736
|
+
readonly path?: string | undefined;
|
737
|
+
} | undefined;
|
738
|
+
} | undefined;
|
739
|
+
} | undefined;
|
740
|
+
readonly templateVariables?: {
|
741
|
+
readonly title?: string | undefined;
|
742
|
+
} | undefined;
|
743
|
+
readonly server?: {
|
744
|
+
readonly port?: number | undefined;
|
745
|
+
} | undefined;
|
746
|
+
readonly warnings?: {
|
747
|
+
readonly interactiveWithoutSchema?: {
|
748
|
+
readonly enabled?: boolean | undefined;
|
749
|
+
} | undefined;
|
750
|
+
} | undefined;
|
751
|
+
readonly advanced?: {
|
752
|
+
readonly explorer?: boolean | undefined;
|
753
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
754
|
+
readonly debug?: boolean | undefined;
|
755
|
+
readonly vite?: any;
|
756
|
+
readonly paths?: {
|
757
|
+
readonly devAssets?: string | undefined;
|
758
|
+
} | undefined;
|
759
|
+
} | undefined;
|
760
|
+
};
|
761
|
+
}, import("effect/ParseResult").ParseError, never>;
|
762
|
+
export declare const encode: (a: {
|
763
|
+
readonly build: {
|
764
|
+
readonly architecture: "ssr" | "ssg" | "spa";
|
765
|
+
readonly base: string;
|
766
|
+
};
|
767
|
+
readonly ssr: {
|
768
|
+
readonly enabled: boolean;
|
769
|
+
};
|
770
|
+
readonly paths: {
|
771
|
+
readonly project: {
|
772
|
+
readonly rootDir: string;
|
773
|
+
readonly absolute: {
|
774
|
+
readonly build: {
|
775
|
+
readonly root: string;
|
776
|
+
readonly assets: {
|
777
|
+
readonly root: string;
|
778
|
+
readonly schemas: string;
|
779
|
+
};
|
780
|
+
readonly serverEntrypoint: string;
|
781
|
+
};
|
782
|
+
readonly pages: string;
|
783
|
+
readonly public: {
|
784
|
+
readonly root: string;
|
785
|
+
readonly logo: string;
|
786
|
+
};
|
787
|
+
};
|
788
|
+
readonly relative: {
|
789
|
+
readonly build: {
|
790
|
+
readonly relative: {
|
791
|
+
readonly assets: {
|
792
|
+
readonly relative: {
|
793
|
+
readonly schemas: string;
|
794
|
+
};
|
795
|
+
readonly root: string;
|
796
|
+
};
|
797
|
+
readonly serverEntrypoint: string;
|
798
|
+
};
|
799
|
+
readonly root: string;
|
800
|
+
};
|
801
|
+
readonly pages: string;
|
802
|
+
readonly public: {
|
803
|
+
readonly root: string;
|
804
|
+
readonly logo: string;
|
805
|
+
};
|
806
|
+
};
|
807
|
+
};
|
808
|
+
readonly framework: {
|
809
|
+
readonly template: {
|
810
|
+
readonly absolute: {
|
811
|
+
readonly client: {
|
812
|
+
readonly entrypoint: string;
|
813
|
+
};
|
814
|
+
readonly server: {
|
815
|
+
readonly app: string;
|
816
|
+
readonly entrypoint: string;
|
817
|
+
};
|
818
|
+
readonly rootDir: string;
|
819
|
+
};
|
820
|
+
readonly relative: {
|
821
|
+
readonly client: {
|
822
|
+
readonly entrypoint: string;
|
823
|
+
};
|
824
|
+
readonly server: {
|
825
|
+
readonly app: string;
|
826
|
+
readonly entrypoint: string;
|
827
|
+
};
|
828
|
+
readonly rootDir: string;
|
829
|
+
};
|
830
|
+
};
|
831
|
+
readonly name: string;
|
832
|
+
readonly isRunningFromSource: boolean;
|
833
|
+
readonly static: {
|
834
|
+
readonly build: string;
|
835
|
+
readonly source: string;
|
836
|
+
};
|
837
|
+
readonly rootDir: string;
|
838
|
+
readonly sourceExtension: ".js" | ".ts";
|
839
|
+
readonly sourceDir: string;
|
840
|
+
} & {
|
841
|
+
readonly devAssets: {
|
842
|
+
readonly absolute: string;
|
843
|
+
readonly relative: string;
|
844
|
+
readonly schemas: string;
|
845
|
+
};
|
846
|
+
};
|
847
|
+
};
|
848
|
+
readonly schema: {
|
849
|
+
readonly enabled?: boolean | undefined;
|
850
|
+
readonly augmentations?: readonly {
|
851
|
+
readonly type: "description";
|
852
|
+
readonly content: string;
|
853
|
+
readonly on: {
|
854
|
+
readonly name: string;
|
855
|
+
readonly type: "TargetType";
|
856
|
+
} | {
|
857
|
+
readonly name: string;
|
858
|
+
readonly type: "TargetField";
|
859
|
+
readonly targetType: string;
|
860
|
+
};
|
861
|
+
readonly placement: "before" | "after" | "over";
|
862
|
+
}[] | undefined;
|
863
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
864
|
+
readonly sources?: {
|
865
|
+
readonly file?: {
|
866
|
+
readonly path?: string | undefined;
|
867
|
+
} | undefined;
|
868
|
+
readonly directory?: {
|
869
|
+
readonly path?: string | undefined;
|
870
|
+
} | undefined;
|
871
|
+
readonly versionedDirectory?: {
|
872
|
+
readonly path?: string | undefined;
|
873
|
+
} | undefined;
|
874
|
+
readonly memory?: {
|
875
|
+
readonly revisions: unknown;
|
876
|
+
} | undefined;
|
877
|
+
readonly introspection?: {
|
878
|
+
readonly url: string;
|
879
|
+
readonly headers?: {
|
880
|
+
readonly [x: string]: string;
|
881
|
+
} | undefined;
|
882
|
+
} | undefined;
|
883
|
+
readonly introspectionFile?: {
|
884
|
+
readonly path?: string | undefined;
|
885
|
+
} | undefined;
|
886
|
+
} | undefined;
|
887
|
+
} | null;
|
888
|
+
readonly templateVariables: {
|
889
|
+
readonly title: string;
|
890
|
+
};
|
891
|
+
readonly server: {
|
892
|
+
readonly port: number;
|
893
|
+
readonly routes: {
|
894
|
+
readonly assets: string;
|
895
|
+
};
|
896
|
+
};
|
897
|
+
readonly warnings: {
|
898
|
+
readonly interactiveWithoutSchema: {
|
899
|
+
readonly enabled: boolean;
|
900
|
+
};
|
901
|
+
};
|
902
|
+
readonly advanced: {
|
903
|
+
readonly explorer: boolean;
|
904
|
+
readonly isSelfContainedMode: boolean;
|
905
|
+
readonly debug: boolean;
|
906
|
+
readonly vite?: unknown;
|
907
|
+
};
|
908
|
+
readonly _input: {
|
909
|
+
readonly build?: {
|
910
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
911
|
+
readonly base?: string | undefined;
|
912
|
+
} | undefined;
|
913
|
+
readonly schema?: {
|
914
|
+
readonly enabled?: boolean | undefined;
|
915
|
+
readonly augmentations?: readonly {
|
916
|
+
readonly type: "description";
|
917
|
+
readonly content: string;
|
918
|
+
readonly on: {
|
919
|
+
readonly name: string;
|
920
|
+
readonly type: "TargetType";
|
921
|
+
} | {
|
922
|
+
readonly name: string;
|
923
|
+
readonly type: "TargetField";
|
924
|
+
readonly targetType: string;
|
925
|
+
};
|
926
|
+
readonly placement: "before" | "after" | "over";
|
927
|
+
}[] | undefined;
|
928
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
929
|
+
readonly sources?: {
|
930
|
+
readonly file?: {
|
931
|
+
readonly path?: string | undefined;
|
932
|
+
} | undefined;
|
933
|
+
readonly directory?: {
|
934
|
+
readonly path?: string | undefined;
|
935
|
+
} | undefined;
|
936
|
+
readonly versionedDirectory?: {
|
937
|
+
readonly path?: string | undefined;
|
938
|
+
} | undefined;
|
939
|
+
readonly memory?: {
|
940
|
+
readonly revisions: unknown;
|
941
|
+
} | undefined;
|
942
|
+
readonly introspection?: {
|
943
|
+
readonly url: string;
|
944
|
+
readonly headers?: {
|
945
|
+
readonly [x: string]: string;
|
946
|
+
} | undefined;
|
947
|
+
} | undefined;
|
948
|
+
readonly introspectionFile?: {
|
949
|
+
readonly path?: string | undefined;
|
950
|
+
} | undefined;
|
951
|
+
} | undefined;
|
952
|
+
} | undefined;
|
953
|
+
readonly templateVariables?: {
|
954
|
+
readonly title?: string | undefined;
|
955
|
+
} | undefined;
|
956
|
+
readonly server?: {
|
957
|
+
readonly port?: number | undefined;
|
958
|
+
} | undefined;
|
959
|
+
readonly warnings?: {
|
960
|
+
readonly interactiveWithoutSchema?: {
|
961
|
+
readonly enabled?: boolean | undefined;
|
962
|
+
} | undefined;
|
963
|
+
} | undefined;
|
964
|
+
readonly advanced?: {
|
965
|
+
readonly explorer?: boolean | undefined;
|
966
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
967
|
+
readonly debug?: boolean | undefined;
|
968
|
+
readonly vite?: any;
|
969
|
+
readonly paths?: {
|
970
|
+
readonly devAssets?: string | undefined;
|
971
|
+
} | undefined;
|
972
|
+
} | undefined;
|
973
|
+
};
|
974
|
+
}, overrideOptions?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<{
|
975
|
+
readonly build: {
|
976
|
+
readonly architecture: "ssr" | "ssg" | "spa";
|
977
|
+
readonly base: string;
|
978
|
+
};
|
979
|
+
readonly ssr: {
|
980
|
+
readonly enabled: boolean;
|
981
|
+
};
|
982
|
+
readonly paths: {
|
983
|
+
readonly project: {
|
984
|
+
readonly rootDir: string;
|
985
|
+
readonly absolute: {
|
986
|
+
readonly build: {
|
987
|
+
readonly root: string;
|
988
|
+
readonly assets: {
|
989
|
+
readonly root: string;
|
990
|
+
readonly schemas: string;
|
991
|
+
};
|
992
|
+
readonly serverEntrypoint: string;
|
993
|
+
};
|
994
|
+
readonly pages: string;
|
995
|
+
readonly public: {
|
996
|
+
readonly root: string;
|
997
|
+
readonly logo: string;
|
998
|
+
};
|
999
|
+
};
|
1000
|
+
readonly relative: {
|
1001
|
+
readonly build: {
|
1002
|
+
readonly relative: {
|
1003
|
+
readonly assets: {
|
1004
|
+
readonly relative: {
|
1005
|
+
readonly schemas: string;
|
1006
|
+
};
|
1007
|
+
readonly root: string;
|
1008
|
+
};
|
1009
|
+
readonly serverEntrypoint: string;
|
1010
|
+
};
|
1011
|
+
readonly root: string;
|
1012
|
+
};
|
1013
|
+
readonly pages: string;
|
1014
|
+
readonly public: {
|
1015
|
+
readonly root: string;
|
1016
|
+
readonly logo: string;
|
1017
|
+
};
|
1018
|
+
};
|
1019
|
+
};
|
1020
|
+
readonly framework: {
|
1021
|
+
readonly template: {
|
1022
|
+
readonly absolute: {
|
1023
|
+
readonly client: {
|
1024
|
+
readonly entrypoint: string;
|
1025
|
+
};
|
1026
|
+
readonly server: {
|
1027
|
+
readonly app: string;
|
1028
|
+
readonly entrypoint: string;
|
1029
|
+
};
|
1030
|
+
readonly rootDir: string;
|
1031
|
+
};
|
1032
|
+
readonly relative: {
|
1033
|
+
readonly client: {
|
1034
|
+
readonly entrypoint: string;
|
1035
|
+
};
|
1036
|
+
readonly server: {
|
1037
|
+
readonly app: string;
|
1038
|
+
readonly entrypoint: string;
|
1039
|
+
};
|
1040
|
+
readonly rootDir: string;
|
1041
|
+
};
|
1042
|
+
};
|
1043
|
+
readonly name: string;
|
1044
|
+
readonly isRunningFromSource: boolean;
|
1045
|
+
readonly static: {
|
1046
|
+
readonly build: string;
|
1047
|
+
readonly source: string;
|
1048
|
+
};
|
1049
|
+
readonly rootDir: string;
|
1050
|
+
readonly sourceExtension: ".js" | ".ts";
|
1051
|
+
readonly sourceDir: string;
|
1052
|
+
} & {
|
1053
|
+
readonly devAssets: {
|
1054
|
+
readonly absolute: string;
|
1055
|
+
readonly relative: string;
|
1056
|
+
readonly schemas: string;
|
1057
|
+
};
|
1058
|
+
};
|
1059
|
+
};
|
1060
|
+
readonly schema: {
|
1061
|
+
readonly enabled?: boolean | undefined;
|
1062
|
+
readonly augmentations?: readonly {
|
1063
|
+
readonly type: "description";
|
1064
|
+
readonly content: string;
|
1065
|
+
readonly on: {
|
1066
|
+
readonly name: string;
|
1067
|
+
readonly type: "TargetType";
|
1068
|
+
} | {
|
1069
|
+
readonly name: string;
|
1070
|
+
readonly type: "TargetField";
|
1071
|
+
readonly targetType: string;
|
1072
|
+
};
|
1073
|
+
readonly placement: "before" | "after" | "over";
|
1074
|
+
}[] | undefined;
|
1075
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1076
|
+
readonly sources?: {
|
1077
|
+
readonly file?: {
|
1078
|
+
readonly path?: string | undefined;
|
1079
|
+
} | undefined;
|
1080
|
+
readonly directory?: {
|
1081
|
+
readonly path?: string | undefined;
|
1082
|
+
} | undefined;
|
1083
|
+
readonly versionedDirectory?: {
|
1084
|
+
readonly path?: string | undefined;
|
1085
|
+
} | undefined;
|
1086
|
+
readonly memory?: {
|
1087
|
+
readonly revisions: unknown;
|
1088
|
+
} | undefined;
|
1089
|
+
readonly introspection?: {
|
1090
|
+
readonly url: string;
|
1091
|
+
readonly headers?: {
|
1092
|
+
readonly [x: string]: string;
|
1093
|
+
} | undefined;
|
1094
|
+
} | undefined;
|
1095
|
+
readonly introspectionFile?: {
|
1096
|
+
readonly path?: string | undefined;
|
1097
|
+
} | undefined;
|
1098
|
+
} | undefined;
|
1099
|
+
} | null;
|
1100
|
+
readonly templateVariables: {
|
1101
|
+
readonly title: string;
|
1102
|
+
};
|
1103
|
+
readonly server: {
|
1104
|
+
readonly port: number;
|
1105
|
+
readonly routes: {
|
1106
|
+
readonly assets: string;
|
1107
|
+
};
|
1108
|
+
};
|
1109
|
+
readonly warnings: {
|
1110
|
+
readonly interactiveWithoutSchema: {
|
1111
|
+
readonly enabled: boolean;
|
1112
|
+
};
|
1113
|
+
};
|
1114
|
+
readonly advanced: {
|
1115
|
+
readonly explorer: boolean;
|
1116
|
+
readonly isSelfContainedMode: boolean;
|
1117
|
+
readonly debug: boolean;
|
1118
|
+
readonly vite?: unknown;
|
1119
|
+
};
|
1120
|
+
readonly _input: {
|
1121
|
+
readonly build?: {
|
1122
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
1123
|
+
readonly base?: string | undefined;
|
1124
|
+
} | undefined;
|
1125
|
+
readonly schema?: {
|
1126
|
+
readonly enabled?: boolean | undefined;
|
1127
|
+
readonly augmentations?: readonly {
|
1128
|
+
readonly type: "description";
|
1129
|
+
readonly content: string;
|
1130
|
+
readonly on: {
|
1131
|
+
readonly name: string;
|
1132
|
+
readonly type: "TargetType";
|
1133
|
+
} | {
|
1134
|
+
readonly name: string;
|
1135
|
+
readonly type: "TargetField";
|
1136
|
+
readonly targetType: string;
|
1137
|
+
};
|
1138
|
+
readonly placement: "before" | "after" | "over";
|
1139
|
+
}[] | undefined;
|
1140
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1141
|
+
readonly sources?: {
|
1142
|
+
readonly file?: {
|
1143
|
+
readonly path?: string | undefined;
|
1144
|
+
} | undefined;
|
1145
|
+
readonly directory?: {
|
1146
|
+
readonly path?: string | undefined;
|
1147
|
+
} | undefined;
|
1148
|
+
readonly versionedDirectory?: {
|
1149
|
+
readonly path?: string | undefined;
|
1150
|
+
} | undefined;
|
1151
|
+
readonly memory?: {
|
1152
|
+
readonly revisions: unknown;
|
1153
|
+
} | undefined;
|
1154
|
+
readonly introspection?: {
|
1155
|
+
readonly url: string;
|
1156
|
+
readonly headers?: {
|
1157
|
+
readonly [x: string]: string;
|
1158
|
+
} | undefined;
|
1159
|
+
} | undefined;
|
1160
|
+
readonly introspectionFile?: {
|
1161
|
+
readonly path?: string | undefined;
|
1162
|
+
} | undefined;
|
1163
|
+
} | undefined;
|
1164
|
+
} | undefined;
|
1165
|
+
readonly templateVariables?: {
|
1166
|
+
readonly title?: string | undefined;
|
1167
|
+
} | undefined;
|
1168
|
+
readonly server?: {
|
1169
|
+
readonly port?: number | undefined;
|
1170
|
+
} | undefined;
|
1171
|
+
readonly warnings?: {
|
1172
|
+
readonly interactiveWithoutSchema?: {
|
1173
|
+
readonly enabled?: boolean | undefined;
|
1174
|
+
} | undefined;
|
1175
|
+
} | undefined;
|
1176
|
+
readonly advanced?: {
|
1177
|
+
readonly explorer?: boolean | undefined;
|
1178
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
1179
|
+
readonly debug?: boolean | undefined;
|
1180
|
+
readonly vite?: unknown;
|
1181
|
+
readonly paths?: {
|
1182
|
+
readonly devAssets?: string | undefined;
|
1183
|
+
} | undefined;
|
1184
|
+
} | undefined;
|
1185
|
+
};
|
1186
|
+
}, import("effect/ParseResult").ParseError, never>;
|
1187
|
+
export declare const validate: (u: unknown, overrideOptions?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<{
|
1188
|
+
readonly build: {
|
1189
|
+
readonly architecture: "ssr" | "ssg" | "spa";
|
1190
|
+
readonly base: string;
|
1191
|
+
};
|
1192
|
+
readonly ssr: {
|
1193
|
+
readonly enabled: boolean;
|
1194
|
+
};
|
1195
|
+
readonly paths: {
|
1196
|
+
readonly project: {
|
1197
|
+
readonly rootDir: string;
|
1198
|
+
readonly absolute: {
|
1199
|
+
readonly build: {
|
1200
|
+
readonly root: string;
|
1201
|
+
readonly assets: {
|
1202
|
+
readonly root: string;
|
1203
|
+
readonly schemas: string;
|
1204
|
+
};
|
1205
|
+
readonly serverEntrypoint: string;
|
1206
|
+
};
|
1207
|
+
readonly pages: string;
|
1208
|
+
readonly public: {
|
1209
|
+
readonly root: string;
|
1210
|
+
readonly logo: string;
|
1211
|
+
};
|
1212
|
+
};
|
1213
|
+
readonly relative: {
|
1214
|
+
readonly build: {
|
1215
|
+
readonly relative: {
|
1216
|
+
readonly assets: {
|
1217
|
+
readonly relative: {
|
1218
|
+
readonly schemas: string;
|
1219
|
+
};
|
1220
|
+
readonly root: string;
|
1221
|
+
};
|
1222
|
+
readonly serverEntrypoint: string;
|
1223
|
+
};
|
1224
|
+
readonly root: string;
|
1225
|
+
};
|
1226
|
+
readonly pages: string;
|
1227
|
+
readonly public: {
|
1228
|
+
readonly root: string;
|
1229
|
+
readonly logo: string;
|
1230
|
+
};
|
1231
|
+
};
|
1232
|
+
};
|
1233
|
+
readonly framework: {
|
1234
|
+
readonly template: {
|
1235
|
+
readonly absolute: {
|
1236
|
+
readonly client: {
|
1237
|
+
readonly entrypoint: string;
|
1238
|
+
};
|
1239
|
+
readonly server: {
|
1240
|
+
readonly app: string;
|
1241
|
+
readonly entrypoint: string;
|
1242
|
+
};
|
1243
|
+
readonly rootDir: string;
|
1244
|
+
};
|
1245
|
+
readonly relative: {
|
1246
|
+
readonly client: {
|
1247
|
+
readonly entrypoint: string;
|
1248
|
+
};
|
1249
|
+
readonly server: {
|
1250
|
+
readonly app: string;
|
1251
|
+
readonly entrypoint: string;
|
1252
|
+
};
|
1253
|
+
readonly rootDir: string;
|
1254
|
+
};
|
1255
|
+
};
|
1256
|
+
readonly name: string;
|
1257
|
+
readonly isRunningFromSource: boolean;
|
1258
|
+
readonly static: {
|
1259
|
+
readonly build: string;
|
1260
|
+
readonly source: string;
|
1261
|
+
};
|
1262
|
+
readonly rootDir: string;
|
1263
|
+
readonly sourceExtension: ".js" | ".ts";
|
1264
|
+
readonly sourceDir: string;
|
1265
|
+
} & {
|
1266
|
+
readonly devAssets: {
|
1267
|
+
readonly absolute: string;
|
1268
|
+
readonly relative: string;
|
1269
|
+
readonly schemas: string;
|
1270
|
+
};
|
1271
|
+
};
|
1272
|
+
};
|
1273
|
+
readonly schema: {
|
1274
|
+
readonly enabled?: boolean | undefined;
|
1275
|
+
readonly augmentations?: readonly {
|
1276
|
+
readonly type: "description";
|
1277
|
+
readonly content: string;
|
1278
|
+
readonly on: {
|
1279
|
+
readonly name: string;
|
1280
|
+
readonly type: "TargetType";
|
1281
|
+
} | {
|
1282
|
+
readonly name: string;
|
1283
|
+
readonly type: "TargetField";
|
1284
|
+
readonly targetType: string;
|
1285
|
+
};
|
1286
|
+
readonly placement: "before" | "after" | "over";
|
1287
|
+
}[] | undefined;
|
1288
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1289
|
+
readonly sources?: {
|
1290
|
+
readonly file?: {
|
1291
|
+
readonly path?: string | undefined;
|
1292
|
+
} | undefined;
|
1293
|
+
readonly directory?: {
|
1294
|
+
readonly path?: string | undefined;
|
1295
|
+
} | undefined;
|
1296
|
+
readonly versionedDirectory?: {
|
1297
|
+
readonly path?: string | undefined;
|
1298
|
+
} | undefined;
|
1299
|
+
readonly memory?: {
|
1300
|
+
readonly revisions: unknown;
|
1301
|
+
} | undefined;
|
1302
|
+
readonly introspection?: {
|
1303
|
+
readonly url: string;
|
1304
|
+
readonly headers?: {
|
1305
|
+
readonly [x: string]: string;
|
1306
|
+
} | undefined;
|
1307
|
+
} | undefined;
|
1308
|
+
readonly introspectionFile?: {
|
1309
|
+
readonly path?: string | undefined;
|
1310
|
+
} | undefined;
|
1311
|
+
} | undefined;
|
1312
|
+
} | null;
|
1313
|
+
readonly templateVariables: {
|
1314
|
+
readonly title: string;
|
1315
|
+
};
|
1316
|
+
readonly server: {
|
1317
|
+
readonly port: number;
|
1318
|
+
readonly routes: {
|
1319
|
+
readonly assets: string;
|
1320
|
+
};
|
1321
|
+
};
|
1322
|
+
readonly warnings: {
|
1323
|
+
readonly interactiveWithoutSchema: {
|
1324
|
+
readonly enabled: boolean;
|
1325
|
+
};
|
1326
|
+
};
|
1327
|
+
readonly advanced: {
|
1328
|
+
readonly explorer: boolean;
|
1329
|
+
readonly isSelfContainedMode: boolean;
|
1330
|
+
readonly debug: boolean;
|
1331
|
+
readonly vite?: unknown;
|
1332
|
+
};
|
1333
|
+
readonly _input: {
|
1334
|
+
readonly build?: {
|
1335
|
+
readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
|
1336
|
+
readonly base?: string | undefined;
|
1337
|
+
} | undefined;
|
1338
|
+
readonly schema?: {
|
1339
|
+
readonly enabled?: boolean | undefined;
|
1340
|
+
readonly augmentations?: readonly {
|
1341
|
+
readonly type: "description";
|
1342
|
+
readonly content: string;
|
1343
|
+
readonly on: {
|
1344
|
+
readonly name: string;
|
1345
|
+
readonly type: "TargetType";
|
1346
|
+
} | {
|
1347
|
+
readonly name: string;
|
1348
|
+
readonly type: "TargetField";
|
1349
|
+
readonly targetType: string;
|
1350
|
+
};
|
1351
|
+
readonly placement: "before" | "after" | "over";
|
1352
|
+
}[] | undefined;
|
1353
|
+
readonly useSources?: "file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile" | readonly ("file" | "directory" | "versionedDirectory" | "memory" | "introspection" | "introspectionFile")[] | undefined;
|
1354
|
+
readonly sources?: {
|
1355
|
+
readonly file?: {
|
1356
|
+
readonly path?: string | undefined;
|
1357
|
+
} | undefined;
|
1358
|
+
readonly directory?: {
|
1359
|
+
readonly path?: string | undefined;
|
1360
|
+
} | undefined;
|
1361
|
+
readonly versionedDirectory?: {
|
1362
|
+
readonly path?: string | undefined;
|
1363
|
+
} | undefined;
|
1364
|
+
readonly memory?: {
|
1365
|
+
readonly revisions: unknown;
|
1366
|
+
} | undefined;
|
1367
|
+
readonly introspection?: {
|
1368
|
+
readonly url: string;
|
1369
|
+
readonly headers?: {
|
1370
|
+
readonly [x: string]: string;
|
1371
|
+
} | undefined;
|
1372
|
+
} | undefined;
|
1373
|
+
readonly introspectionFile?: {
|
1374
|
+
readonly path?: string | undefined;
|
1375
|
+
} | undefined;
|
1376
|
+
} | undefined;
|
1377
|
+
} | undefined;
|
1378
|
+
readonly templateVariables?: {
|
1379
|
+
readonly title?: string | undefined;
|
1380
|
+
} | undefined;
|
1381
|
+
readonly server?: {
|
1382
|
+
readonly port?: number | undefined;
|
1383
|
+
} | undefined;
|
1384
|
+
readonly warnings?: {
|
1385
|
+
readonly interactiveWithoutSchema?: {
|
1386
|
+
readonly enabled?: boolean | undefined;
|
1387
|
+
} | undefined;
|
1388
|
+
} | undefined;
|
1389
|
+
readonly advanced?: {
|
1390
|
+
readonly explorer?: boolean | undefined;
|
1391
|
+
readonly isSelfContainedMode?: boolean | undefined;
|
1392
|
+
readonly debug?: boolean | undefined;
|
1393
|
+
readonly vite?: any;
|
1394
|
+
readonly paths?: {
|
1395
|
+
readonly devAssets?: string | undefined;
|
1396
|
+
} | undefined;
|
1397
|
+
} | undefined;
|
1398
|
+
};
|
1399
|
+
}, import("effect/ParseResult").ParseError, never>;
|
1400
|
+
export interface ConfigAdvancedPathsInput {
|
1401
|
+
devAssets?: string | undefined;
|
1402
|
+
}
|
1403
|
+
export declare const normalizeInput: (configInput: ConfigInput | undefined,
|
1404
|
+
/**
|
1405
|
+
* If the input has a relative root path, then resolve it relative to this path.
|
1406
|
+
*
|
1407
|
+
* We tell users relative paths are resolved to the config file directory.
|
1408
|
+
* Config loaders should pass the directory of the config file here to ensure that happens.
|
1409
|
+
*
|
1410
|
+
* If this is omitted, then relative root paths will throw an error.
|
1411
|
+
*/
|
1412
|
+
baseRootDirPath: string) => Effect.Effect<Config, Error, never>;
|
1413
|
+
export {};
|
1414
|
+
//# sourceMappingURL=normalized.d.ts.map
|