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
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"$.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,SAAS,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"$.js","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/$.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,SAAS,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"changelog.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/changelog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAIhE,MAAM,MAAM,SAAS,GAAG,CAAC,SAAS,EAAE,GAAG,SAAS,EAAE,CAAC,CAAA;AAInD,MAAM,MAAM,eAAe,GAAG,CAAC,eAAe,EAAE,GAAG,eAAe,EAAE,CAAC,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"changelog.js","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/changelog.ts"],"names":[],"mappings":""}
|
@@ -1,66 +0,0 @@
|
|
1
|
-
import type { GrafaidOld } from '#lib/grafaid-old';
|
2
|
-
import type { GraphqlChange } from '#lib/graphql-change';
|
3
|
-
import type { VersionableSchema, VersionableSchemaLinked } from './versioned-schema.js';
|
4
|
-
export type ChangeSet = IntermediateChangeSet | InitialChangeSet;
|
5
|
-
export interface IntermediateChangeSet {
|
6
|
-
type: 'IntermediateChangeSet';
|
7
|
-
changes: GraphqlChange.Change[];
|
8
|
-
date: Date;
|
9
|
-
after: VersionableSchema;
|
10
|
-
before: VersionableSchema;
|
11
|
-
}
|
12
|
-
export interface InitialChangeSet {
|
13
|
-
type: 'InitialChangeSet';
|
14
|
-
date: Date;
|
15
|
-
after: VersionableSchema;
|
16
|
-
}
|
17
|
-
export type ChangeSetLinked = InitialChangeSetLinked | IntermediateChangeSetLinked;
|
18
|
-
export interface IntermediateChangeSetLinked extends IntermediateChangeSet {
|
19
|
-
after: VersionableSchemaLinked;
|
20
|
-
before: VersionableSchemaLinked;
|
21
|
-
}
|
22
|
-
export interface InitialChangeSetLinked extends InitialChangeSet {
|
23
|
-
after: VersionableSchemaLinked;
|
24
|
-
}
|
25
|
-
/**
|
26
|
-
* Type guard to check if a value is any type of ChangeSet
|
27
|
-
*/
|
28
|
-
export declare const isChangeSet: (value: unknown) => value is ChangeSet;
|
29
|
-
/**
|
30
|
-
* Type guard to check if a changeset is an InitialChangeSet
|
31
|
-
*/
|
32
|
-
export declare const isInitialChangeSet: (changeSet: ChangeSet) => changeSet is InitialChangeSet;
|
33
|
-
/**
|
34
|
-
* Type guard to check if a changeset is an IntermediateChangeSet
|
35
|
-
*/
|
36
|
-
export declare const isIntermediateChangeSet: (changeSet: ChangeSet) => changeSet is IntermediateChangeSet;
|
37
|
-
/**
|
38
|
-
* Type guard to check if a linked changeset is an InitialChangeSetLinked
|
39
|
-
*/
|
40
|
-
export declare const isInitialChangeSetLinked: (changeSet: ChangeSetLinked) => changeSet is InitialChangeSetLinked;
|
41
|
-
/**
|
42
|
-
* Type guard to check if a linked changeset is an IntermediateChangeSetLinked
|
43
|
-
*/
|
44
|
-
export declare const isIntermediateChangeSetLinked: (changeSet: ChangeSetLinked) => changeSet is IntermediateChangeSetLinked;
|
45
|
-
/**
|
46
|
-
* Type guard to check if a changeset is linked (has schema data)
|
47
|
-
*/
|
48
|
-
export declare const isLinked: (changeSet: ChangeSet | ChangeSetLinked) => changeSet is ChangeSetLinked;
|
49
|
-
/**
|
50
|
-
* Convert an unlinked changeset to linked by adding schema references
|
51
|
-
*/
|
52
|
-
export declare const link: (changeset: ChangeSet, schemaResolver: (version: string | null) => GrafaidOld.Schema.Schema | null) => ChangeSetLinked;
|
53
|
-
/**
|
54
|
-
* Convert a linked changeset to unlinked by removing schema references
|
55
|
-
*/
|
56
|
-
/**
|
57
|
-
* Convert a changeset to JSON string (handles both linked and unlinked)
|
58
|
-
*/
|
59
|
-
export declare const toJson: (changeset: ChangeSet, options?: {
|
60
|
-
pretty?: boolean;
|
61
|
-
}) => string;
|
62
|
-
/**
|
63
|
-
* Parse changeset from JSON string
|
64
|
-
*/
|
65
|
-
export declare const fromJson: (json: string) => ChangeSet;
|
66
|
-
//# sourceMappingURL=changeset.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"changeset.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/changeset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAYvF,MAAM,MAAM,SAAS,GAAG,qBAAqB,GAAG,gBAAgB,CAAA;AAEhE,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,uBAAuB,CAAA;IAC7B,OAAO,EAAE,aAAa,CAAC,MAAM,EAAE,CAAA;IAC/B,IAAI,EAAE,IAAI,CAAA;IACV,KAAK,EAAE,iBAAiB,CAAA;IACxB,MAAM,EAAE,iBAAiB,CAAA;CAC1B;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,kBAAkB,CAAA;IACxB,IAAI,EAAE,IAAI,CAAA;IACV,KAAK,EAAE,iBAAiB,CAAA;CACzB;AAID,MAAM,MAAM,eAAe,GAAG,sBAAsB,GAAG,2BAA2B,CAAA;AAElF,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;IACxE,KAAK,EAAE,uBAAuB,CAAA;IAC9B,MAAM,EAAE,uBAAuB,CAAA;CAChC;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,KAAK,EAAE,uBAAuB,CAAA;CAC/B;AAID;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,SAKrD,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,WAAW,SAAS,KAAG,SAAS,IAAI,gBAEtE,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,uBAAuB,GAAI,WAAW,SAAS,KAAG,SAAS,IAAI,qBAE3E,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,GAAI,WAAW,eAAe,KAAG,SAAS,IAAI,sBAElF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,6BAA6B,GAAI,WAAW,eAAe,KAAG,SAAS,IAAI,2BAEvF,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,WAAW,SAAS,GAAG,eAAe,KAAG,SAAS,IAAI,eAM9E,CAAA;AAID;;GAEG;AACH,eAAO,MAAM,IAAI,GACf,WAAW,SAAS,EACpB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,KAAK,UAAU,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,KAC1E,eAoCF,CAAA;AAED;;GAEG;AA4BH;;GAEG;AACH,eAAO,MAAM,MAAM,GAAI,WAAW,SAAS,EAAE,UAAU;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,KAAG,MAO7E,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,MAAM,MAAM,KAAG,SAEvC,CAAA"}
|
@@ -1,139 +0,0 @@
|
|
1
|
-
import { SuperJSON } from 'superjson';
|
2
|
-
const superjson = new SuperJSON();
|
3
|
-
superjson.registerCustom({
|
4
|
-
isApplicable: (v) => v?.constructor?.name === 'GraphQLSchema',
|
5
|
-
serialize: () => null,
|
6
|
-
deserialize: () => null,
|
7
|
-
}, 'GraphQLSchema');
|
8
|
-
// Predicate Functions
|
9
|
-
/**
|
10
|
-
* Type guard to check if a value is any type of ChangeSet
|
11
|
-
*/
|
12
|
-
export const isChangeSet = (value) => {
|
13
|
-
return value !== null
|
14
|
-
&& typeof value === 'object'
|
15
|
-
&& 'type' in value
|
16
|
-
&& (value.type === 'InitialChangeSet' || value.type === 'IntermediateChangeSet');
|
17
|
-
};
|
18
|
-
/**
|
19
|
-
* Type guard to check if a changeset is an InitialChangeSet
|
20
|
-
*/
|
21
|
-
export const isInitialChangeSet = (changeSet) => {
|
22
|
-
return changeSet.type === 'InitialChangeSet';
|
23
|
-
};
|
24
|
-
/**
|
25
|
-
* Type guard to check if a changeset is an IntermediateChangeSet
|
26
|
-
*/
|
27
|
-
export const isIntermediateChangeSet = (changeSet) => {
|
28
|
-
return changeSet.type === 'IntermediateChangeSet';
|
29
|
-
};
|
30
|
-
/**
|
31
|
-
* Type guard to check if a linked changeset is an InitialChangeSetLinked
|
32
|
-
*/
|
33
|
-
export const isInitialChangeSetLinked = (changeSet) => {
|
34
|
-
return changeSet.type === 'InitialChangeSet';
|
35
|
-
};
|
36
|
-
/**
|
37
|
-
* Type guard to check if a linked changeset is an IntermediateChangeSetLinked
|
38
|
-
*/
|
39
|
-
export const isIntermediateChangeSetLinked = (changeSet) => {
|
40
|
-
return changeSet.type === 'IntermediateChangeSet';
|
41
|
-
};
|
42
|
-
/**
|
43
|
-
* Type guard to check if a changeset is linked (has schema data)
|
44
|
-
*/
|
45
|
-
export const isLinked = (changeSet) => {
|
46
|
-
if (isInitialChangeSet(changeSet)) {
|
47
|
-
return changeSet.after.data !== null;
|
48
|
-
}
|
49
|
-
else {
|
50
|
-
return changeSet.after.data !== null && changeSet.before.data !== null;
|
51
|
-
}
|
52
|
-
};
|
53
|
-
// JSON Codecs
|
54
|
-
/**
|
55
|
-
* Convert an unlinked changeset to linked by adding schema references
|
56
|
-
*/
|
57
|
-
export const link = (changeset, schemaResolver) => {
|
58
|
-
if (isInitialChangeSet(changeset)) {
|
59
|
-
const afterSchema = schemaResolver(changeset.after.version);
|
60
|
-
if (!afterSchema) {
|
61
|
-
throw new Error(`Unable to resolve schema for version: ${changeset.after.version}`);
|
62
|
-
}
|
63
|
-
return {
|
64
|
-
type: 'InitialChangeSet',
|
65
|
-
date: changeset.date,
|
66
|
-
after: {
|
67
|
-
version: changeset.after.version,
|
68
|
-
data: afterSchema,
|
69
|
-
},
|
70
|
-
};
|
71
|
-
}
|
72
|
-
else {
|
73
|
-
const afterSchema = schemaResolver(changeset.after.version);
|
74
|
-
const beforeSchema = schemaResolver(changeset.before.version);
|
75
|
-
if (!afterSchema || !beforeSchema) {
|
76
|
-
throw new Error(`Unable to resolve schemas for versions: after=${changeset.after.version}, before=${changeset.before.version}`);
|
77
|
-
}
|
78
|
-
return {
|
79
|
-
type: 'IntermediateChangeSet',
|
80
|
-
changes: changeset.changes,
|
81
|
-
date: changeset.date,
|
82
|
-
after: {
|
83
|
-
version: changeset.after.version,
|
84
|
-
data: afterSchema,
|
85
|
-
},
|
86
|
-
before: {
|
87
|
-
version: changeset.before.version,
|
88
|
-
data: beforeSchema,
|
89
|
-
},
|
90
|
-
};
|
91
|
-
}
|
92
|
-
};
|
93
|
-
/**
|
94
|
-
* Convert a linked changeset to unlinked by removing schema references
|
95
|
-
*/
|
96
|
-
// export const unlink = (changeset: ChangeSetLinked): ChangeSet => {
|
97
|
-
// if (isInitialChangeSetLinked(changeset)) {
|
98
|
-
// return {
|
99
|
-
// type: 'InitialChangeSet',
|
100
|
-
// date: changeset.date,
|
101
|
-
// after: {
|
102
|
-
// version: changeset.after.version,
|
103
|
-
// data: null,
|
104
|
-
// },
|
105
|
-
// }
|
106
|
-
// } else {
|
107
|
-
// return {
|
108
|
-
// type: 'IntermediateChangeSet',
|
109
|
-
// changes: changeset.changes,
|
110
|
-
// date: changeset.date,
|
111
|
-
// after: {
|
112
|
-
// version: changeset.after.version,
|
113
|
-
// data: null,
|
114
|
-
// },
|
115
|
-
// before: {
|
116
|
-
// version: changeset.before.version,
|
117
|
-
// data: null,
|
118
|
-
// },
|
119
|
-
// }
|
120
|
-
// }
|
121
|
-
// }
|
122
|
-
/**
|
123
|
-
* Convert a changeset to JSON string (handles both linked and unlinked)
|
124
|
-
*/
|
125
|
-
export const toJson = (changeset, options) => {
|
126
|
-
const isPretty = options?.pretty ?? true;
|
127
|
-
if (isPretty) {
|
128
|
-
const serialized = superjson.serialize(changeset);
|
129
|
-
return JSON.stringify(serialized, null, 2);
|
130
|
-
}
|
131
|
-
return superjson.stringify(changeset);
|
132
|
-
};
|
133
|
-
/**
|
134
|
-
* Parse changeset from JSON string
|
135
|
-
*/
|
136
|
-
export const fromJson = (json) => {
|
137
|
-
return superjson.parse(json);
|
138
|
-
};
|
139
|
-
//# sourceMappingURL=changeset.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"changeset.js","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/changeset.ts"],"names":[],"mappings":"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"}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import type { GrafaidOld } from '#lib/grafaid-old';
|
2
|
-
export interface VersionableSchema {
|
3
|
-
/**
|
4
|
-
* `null` if schema is not versioned.
|
5
|
-
*/
|
6
|
-
version: string | null;
|
7
|
-
/**
|
8
|
-
* `null` if schema has not been hydrated.
|
9
|
-
* Something external is resonsible for linking this.
|
10
|
-
* It should use `version` if not null to get the correct schema somehow.
|
11
|
-
* If `version` is null, it should use some schema singleton.
|
12
|
-
*/
|
13
|
-
data: GrafaidOld.Schema.Schema | null;
|
14
|
-
}
|
15
|
-
export interface VersionableSchemaUnlinked {
|
16
|
-
version: string | null;
|
17
|
-
data: null;
|
18
|
-
}
|
19
|
-
export interface VersionableSchemaLinked {
|
20
|
-
version: string | null;
|
21
|
-
data: GrafaidOld.Schema.Schema;
|
22
|
-
}
|
23
|
-
/**
|
24
|
-
* Type guard to check if a schema is linked (has data)
|
25
|
-
*/
|
26
|
-
export declare const isVersionableSchemaLinked: (schema: VersionableSchema) => schema is VersionableSchemaLinked;
|
27
|
-
/**
|
28
|
-
* Type guard to check if a schema is unlinked (no data)
|
29
|
-
*/
|
30
|
-
export declare const isVersionableSchemaUnlinked: (schema: VersionableSchema) => schema is VersionableSchemaUnlinked;
|
31
|
-
//# sourceMappingURL=versioned-schema.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"versioned-schema.d.ts","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/versioned-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB;;;;;OAKG;IACH,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAA;CACtC;AAED,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,IAAI,EAAE,IAAI,CAAA;CACX;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAA;CAC/B;AAID;;GAEG;AACH,eAAO,MAAM,yBAAyB,GAAI,QAAQ,iBAAiB,KAAG,MAAM,IAAI,uBAE/E,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B,GAAI,QAAQ,iBAAiB,KAAG,MAAM,IAAI,yBAEjF,CAAA"}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
// Predicate Functions
|
2
|
-
/**
|
3
|
-
* Type guard to check if a schema is linked (has data)
|
4
|
-
*/
|
5
|
-
export const isVersionableSchemaLinked = (schema) => {
|
6
|
-
return schema.data !== null;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* Type guard to check if a schema is unlinked (no data)
|
10
|
-
*/
|
11
|
-
export const isVersionableSchemaUnlinked = (schema) => {
|
12
|
-
return schema.data === null;
|
13
|
-
};
|
14
|
-
//# sourceMappingURL=versioned-schema.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"versioned-schema.js","sourceRoot":"","sources":["../../../src/lib/graphql-changeset/versioned-schema.ts"],"names":[],"mappings":"AA4BA,sBAAsB;AAEtB;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,MAAyB,EAAqC,EAAE;IACxG,OAAO,MAAM,CAAC,IAAI,KAAK,IAAI,CAAA;AAC7B,CAAC,CAAA;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,MAAyB,EAAuC,EAAE;IAC5G,OAAO,MAAM,CAAC,IAAI,KAAK,IAAI,CAAA;AAC7B,CAAC,CAAA"}
|
package/build/lib/kit-temp.d.ts
DELETED
@@ -1,285 +0,0 @@
|
|
1
|
-
import type { ResolveHookContext } from 'node:module';
|
2
|
-
export declare const arrayEquals: (a: any[], b: any[]) => boolean;
|
3
|
-
export declare const ensureOptionalAbsoluteWithCwd: (pathExp: string | undefined) => string;
|
4
|
-
export declare const ensureOptionalAbsolute: (pathExp: string | undefined, basePathExp: string) => string;
|
5
|
-
export declare const assertPathAbsolute: (pathExpression: string) => void;
|
6
|
-
export declare const assertOptionalPathAbsolute: (pathExpression: string | undefined, message?: string) => void;
|
7
|
-
export declare const pickFirstPathExisting: (paths: string[]) => Promise<string | undefined>;
|
8
|
-
export declare const isSpecifierFromPackage: (specifier: string, packageName: string) => boolean;
|
9
|
-
export interface ImportEvent {
|
10
|
-
specifier: string;
|
11
|
-
context: ResolveHookContext;
|
12
|
-
}
|
13
|
-
export type ObjPolicyFilter<$Object extends object, $Key extends Keyof<$Object>, Mode extends `allow` | `deny`> = Mode extends `allow` ? Pick<$Object, Extract<$Key, keyof $Object>> : Omit<$Object, Extract<$Key, keyof $Object>>;
|
14
|
-
/**
|
15
|
-
* Like keyof but returns PropertyKey for object
|
16
|
-
*/
|
17
|
-
type Keyof<$Object extends object> = object extends $Object ? PropertyKey : (keyof $Object);
|
18
|
-
/**
|
19
|
-
* Filter object properties based on a policy mode and set of keys
|
20
|
-
*
|
21
|
-
* @param mode - 'allow' to keep only specified keys, 'deny' to remove specified keys
|
22
|
-
* @param obj - The object to filter
|
23
|
-
* @param keys - The keys to process
|
24
|
-
* @returns A filtered object with proper type inference
|
25
|
-
*
|
26
|
-
* @example
|
27
|
-
* ```ts
|
28
|
-
* const obj = { a: 1, b: 2, c: 3 }
|
29
|
-
*
|
30
|
-
* // Allow mode: keep only 'a' and 'c'
|
31
|
-
* objPolicyFilter('allow', obj, ['a', 'c']) // { a: 1, c: 3 }
|
32
|
-
*
|
33
|
-
* // Deny mode: remove 'a' and 'c'
|
34
|
-
* objPolicyFilter('deny', obj, ['a', 'c']) // { b: 2 }
|
35
|
-
* ```
|
36
|
-
*/
|
37
|
-
export declare const objPolicyFilter: <obj extends object, keyUnion extends Keyof<obj>, mode extends `allow` | `deny`>(mode: mode, obj: obj, keys: readonly keyUnion[]) => ObjPolicyFilter<obj, keyUnion, mode>;
|
38
|
-
/**
|
39
|
-
* Filter an object using a predicate function
|
40
|
-
*
|
41
|
-
* @param obj - The object to filter
|
42
|
-
* @param predicate - Function that returns true to keep a key/value pair
|
43
|
-
* @returns A new object with only the key/value pairs where predicate returned true
|
44
|
-
*
|
45
|
-
* @example
|
46
|
-
* ```ts
|
47
|
-
* const obj = { a: 1, b: 2, c: 3 }
|
48
|
-
* objFilter(obj, (k, v) => v > 1) // { b: 2, c: 3 }
|
49
|
-
* objFilter(obj, k => k !== 'b') // { a: 1, c: 3 }
|
50
|
-
* ```
|
51
|
-
*/
|
52
|
-
export declare const objFilter: <T extends object>(obj: T, predicate: (key: keyof T, value: T[keyof T], obj: T) => boolean) => Partial<T>;
|
53
|
-
export declare const ObjPick: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => Pick<T, K>;
|
54
|
-
export declare const ObjOmit: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => Omit<T, K>;
|
55
|
-
export declare const ObjPartition: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => {
|
56
|
-
omitted: Omit<T, K>;
|
57
|
-
picked: Pick<T, K>;
|
58
|
-
};
|
59
|
-
export declare const ensureEnd: (string: string, ending: string) => string;
|
60
|
-
/**
|
61
|
-
* Create a generic cache with clear interface
|
62
|
-
*/
|
63
|
-
export declare const createCache: <T>() => {
|
64
|
-
has: (key: string) => boolean;
|
65
|
-
get: (key: string) => T | undefined;
|
66
|
-
set: (key: string, value: T) => Map<string, T>;
|
67
|
-
clear: () => void;
|
68
|
-
};
|
69
|
-
export declare const ResponseInternalServerError: () => Response;
|
70
|
-
/**
|
71
|
-
* Execute an operation on multiple items, continuing even if some fail
|
72
|
-
*/
|
73
|
-
export declare function tryCatchMany<item, result>(items: item[], operation: (item: item) => Promise<result>): Promise<[result[], (Error & {
|
74
|
-
context: {
|
75
|
-
item: item;
|
76
|
-
};
|
77
|
-
})[]]>;
|
78
|
-
/**
|
79
|
-
* Type-level helper to check if two types are exactly the same (invariant).
|
80
|
-
*/
|
81
|
-
export type IsExact<T, U> = T extends U ? U extends T ? true : false : false;
|
82
|
-
export type ExtendsExact<$Input, $Constraint> = $Input extends $Constraint ? $Constraint extends $Input ? $Input : never : never;
|
83
|
-
/**
|
84
|
-
* Split an array into chunks of specified size
|
85
|
-
*
|
86
|
-
* @param array - The array to chunk
|
87
|
-
* @param size - The size of each chunk
|
88
|
-
* @returns Array of chunks
|
89
|
-
*
|
90
|
-
* @example
|
91
|
-
* ```ts
|
92
|
-
* chunk([1, 2, 3, 4, 5], 2) // [[1, 2], [3, 4], [5]]
|
93
|
-
* chunk(['a', 'b', 'c'], 3) // [['a', 'b', 'c']]
|
94
|
-
* ```
|
95
|
-
*/
|
96
|
-
export declare const chunk: <T>(array: readonly T[], size: number) => T[][];
|
97
|
-
export interface AsyncParallelOptions {
|
98
|
-
/**
|
99
|
-
* Maximum number of items to process concurrently
|
100
|
-
* @default 10
|
101
|
-
*/
|
102
|
-
concurrency?: number;
|
103
|
-
/**
|
104
|
-
* If true, stops processing on first error
|
105
|
-
* If false, continues processing all items even if some fail
|
106
|
-
* @default false
|
107
|
-
*/
|
108
|
-
failFast?: boolean;
|
109
|
-
/**
|
110
|
-
* Size of batches to process items in
|
111
|
-
* If not specified, all items are processed with the specified concurrency
|
112
|
-
*/
|
113
|
-
batchSize?: number;
|
114
|
-
}
|
115
|
-
export interface AsyncParallelResult<T, R> {
|
116
|
-
/** Successfully processed results */
|
117
|
-
results: R[];
|
118
|
-
/** Errors that occurred during processing */
|
119
|
-
errors: (Error & {
|
120
|
-
item: T;
|
121
|
-
})[];
|
122
|
-
/** Whether all items were processed successfully */
|
123
|
-
success: boolean;
|
124
|
-
}
|
125
|
-
/**
|
126
|
-
* Process items in parallel with configurable options
|
127
|
-
*
|
128
|
-
* @param items - Items to process
|
129
|
-
* @param operation - Async function to apply to each item (with optional index)
|
130
|
-
* @param options - Configuration options
|
131
|
-
* @returns Results and errors from processing
|
132
|
-
*
|
133
|
-
* @example
|
134
|
-
* ```ts
|
135
|
-
* const items = [1, 2, 3, 4, 5]
|
136
|
-
* const result = await asyncParallel(items, async (n, index) => n * 2, {
|
137
|
-
* concurrency: 2,
|
138
|
-
* batchSize: 3,
|
139
|
-
* failFast: false
|
140
|
-
* })
|
141
|
-
* // result.results: [2, 4, 6, 8, 10]
|
142
|
-
* // result.errors: []
|
143
|
-
* // result.success: true
|
144
|
-
* ```
|
145
|
-
*/
|
146
|
-
export declare const asyncParallel: <T, R>(items: readonly T[], operation: (item: T, index: number) => Promise<R>, options?: AsyncParallelOptions) => Promise<AsyncParallelResult<T, R>>;
|
147
|
-
/**
|
148
|
-
* Reduce an array asynchronously with context, processing each item in sequence
|
149
|
-
*
|
150
|
-
* @param items - Array of items to process
|
151
|
-
* @param reducer - Async function that takes accumulator, current item, and context
|
152
|
-
* @param initial - Initial value for the accumulator
|
153
|
-
* @param context - Context object passed to each reducer call
|
154
|
-
* @returns Final accumulated value
|
155
|
-
*
|
156
|
-
* @example
|
157
|
-
* ```ts
|
158
|
-
* const transformers = [transformer1, transformer2]
|
159
|
-
* const ctx = { request: req, response: res }
|
160
|
-
* const result = await asyncReduceWithContext(
|
161
|
-
* transformers,
|
162
|
-
* async (html, transformer) => transformer(html, ctx),
|
163
|
-
* initialHtml,
|
164
|
-
* ctx
|
165
|
-
* )
|
166
|
-
* ```
|
167
|
-
*/
|
168
|
-
export declare const asyncReduce: <T, R, C>(items: readonly T[], reducer: (accumulator: R, current: T, context: C, index: number) => Promise<R> | R, initial: R, context: C) => Promise<R>;
|
169
|
-
/**
|
170
|
-
* Curried version of asyncReduceWithContext for functions that transform a value with context
|
171
|
-
*
|
172
|
-
* @param transformers - Array of transformer functions that take value and context
|
173
|
-
* @returns A function that takes an initial value and context, and applies all transformers
|
174
|
-
*
|
175
|
-
* @example
|
176
|
-
* ```ts
|
177
|
-
* const transformers = [
|
178
|
-
* (html, ctx) => html.replace('{{url}}', ctx.req.url),
|
179
|
-
* async (html, ctx) => await ctx.minify(html),
|
180
|
-
* ]
|
181
|
-
* const applyTransforms = asyncReduceWithContextWith(transformers)
|
182
|
-
* const finalHtml = await applyTransforms(initialHtml, ctx)
|
183
|
-
* ```
|
184
|
-
*/
|
185
|
-
export declare const asyncReduceWith: <T, C>(transformers: readonly ((value: T, context: C) => Promise<T> | T)[], context: C) => (initial: T) => Promise<T>;
|
186
|
-
/**
|
187
|
-
* Create a branded type that provides nominal typing in TypeScript.
|
188
|
-
*
|
189
|
-
* Branded types allow you to create distinct types from primitives or other types,
|
190
|
-
* preventing accidental mixing of values that are structurally identical but
|
191
|
-
* semantically different.
|
192
|
-
*
|
193
|
-
* @template $BaseType - The underlying type to brand (e.g., string, number)
|
194
|
-
* @template $BrandName - A unique string literal to distinguish this brand
|
195
|
-
*
|
196
|
-
* @example
|
197
|
-
* ```ts
|
198
|
-
* // Create distinct ID types that can't be mixed
|
199
|
-
* type UserId = Brand<string, 'UserId'>
|
200
|
-
* type PostId = Brand<string, 'PostId'>
|
201
|
-
*
|
202
|
-
* function getUser(id: UserId) { ... }
|
203
|
-
*
|
204
|
-
* const userId = 'u123' as UserId
|
205
|
-
* const postId = 'p456' as PostId
|
206
|
-
*
|
207
|
-
* getUser(userId) // ✓ OK
|
208
|
-
* getUser(postId) // ✗ Type error - can't use PostId where UserId expected
|
209
|
-
* ```
|
210
|
-
*
|
211
|
-
* @example
|
212
|
-
* ```ts
|
213
|
-
* // Brand primitive types for domain modeling
|
214
|
-
* type Email = Brand<string, 'Email'>
|
215
|
-
* type Url = Brand<string, 'Url'>
|
216
|
-
* type PositiveNumber = Brand<number, 'PositiveNumber'>
|
217
|
-
* ```
|
218
|
-
*/
|
219
|
-
export type Brand<$BaseType, $BrandName extends string> = $BaseType & {
|
220
|
-
readonly __brand: $BrandName;
|
221
|
-
};
|
222
|
-
/**
|
223
|
-
* Helper function to create a branded value.
|
224
|
-
*
|
225
|
-
* This is a simple type assertion helper. For runtime validation,
|
226
|
-
* combine with validation functions or schemas.
|
227
|
-
*
|
228
|
-
* @template $BaseType - The underlying type to brand
|
229
|
-
* @template $BrandName - The brand name to apply
|
230
|
-
* @param value - The value to brand
|
231
|
-
* @returns The value with the brand type applied
|
232
|
-
*
|
233
|
-
* @example
|
234
|
-
* ```ts
|
235
|
-
* type UserId = Brand<string, 'UserId'>
|
236
|
-
*
|
237
|
-
* // Simple branding (no runtime validation)
|
238
|
-
* const id = brand<string, 'UserId'>('u123')
|
239
|
-
*
|
240
|
-
* // With validation (recommended)
|
241
|
-
* function createUserId(value: string): UserId {
|
242
|
-
* if (!value.startsWith('u')) {
|
243
|
-
* throw new Error('User IDs must start with "u"')
|
244
|
-
* }
|
245
|
-
* return brand<string, 'UserId'>(value)
|
246
|
-
* }
|
247
|
-
* ```
|
248
|
-
*/
|
249
|
-
export declare const brand: <$BaseType, $BrandName extends string>(value: $BaseType) => Brand<$BaseType, $BrandName>;
|
250
|
-
/**
|
251
|
-
* Shallow merge objects while omitting undefined values.
|
252
|
-
*
|
253
|
-
* This utility simplifies the common pattern of conditionally spreading objects
|
254
|
-
* to avoid including undefined values that would override existing values.
|
255
|
-
*
|
256
|
-
* @param objects - Objects to merge (later objects override earlier ones). Undefined objects are ignored.
|
257
|
-
* @returns Merged object with undefined values omitted
|
258
|
-
*
|
259
|
-
* @example
|
260
|
-
* ```ts
|
261
|
-
* // Instead of:
|
262
|
-
* const overrides = {
|
263
|
-
* ...(value1 ? { key1: value1 } : {}),
|
264
|
-
* ...(value2 ? { key2: value2 } : {}),
|
265
|
-
* }
|
266
|
-
*
|
267
|
-
* // Use:
|
268
|
-
* const overrides = mergeShallow({
|
269
|
-
* key1: value1,
|
270
|
-
* key2: value2,
|
271
|
-
* })
|
272
|
-
*
|
273
|
-
* // Example with config merging:
|
274
|
-
* const config = mergeShallow(
|
275
|
-
* defaultConfig,
|
276
|
-
* userConfig,
|
277
|
-
* { debug: args.debug, base: args.base }
|
278
|
-
* )
|
279
|
-
* // undefined values in the last object won't override earlier values
|
280
|
-
* ```
|
281
|
-
*/
|
282
|
-
export declare const spreadShallow: <T extends object>(...objects: (T | undefined)[]) => T;
|
283
|
-
export type NonEmptyArray<T> = [T, ...T[]];
|
284
|
-
export {};
|
285
|
-
//# sourceMappingURL=kit-temp.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"kit-temp.d.ts","sourceRoot":"","sources":["../../src/lib/kit-temp.ts"],"names":[],"mappings":"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"}
|