Skip to content

Commit a00f7c0

Browse files
committed
Update dependencies to Next.js 15.5.5 and @types/react-dom 19.2.2; reorganize MDX imports; remove obsolete test documentation.
1 parent 14941b9 commit a00f7c0

4 files changed

Lines changed: 44 additions & 62 deletions

File tree

.source/index.ts

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
// @ts-nocheck -- skip type checking
2-
import * as docs_30 from "../content/docs/spec/typing.mdx?collection=docs&hash=1760326440684"
3-
import * as docs_29 from "../content/docs/spec/testing.mdx?collection=docs&hash=1760326440684"
4-
import * as docs_28 from "../content/docs/spec/stdlib.mdx?collection=docs&hash=1760326440684"
5-
import * as docs_27 from "../content/docs/spec/state-machines.mdx?collection=docs&hash=1760326440684"
6-
import * as docs_26 from "../content/docs/spec/security.mdx?collection=docs&hash=1760326440684"
7-
import * as docs_25 from "../content/docs/spec/schemas.mdx?collection=docs&hash=1760326440684"
8-
import * as docs_24 from "../content/docs/spec/runtime-build.mdx?collection=docs&hash=1760326440684"
9-
import * as docs_23 from "../content/docs/spec/prompting.mdx?collection=docs&hash=1760326440684"
10-
import * as docs_22 from "../content/docs/spec/productivity.mdx?collection=docs&hash=1760326440684"
11-
import * as docs_21 from "../content/docs/spec/llm-signatures.mdx?collection=docs&hash=1760326440684"
12-
import * as docs_20 from "../content/docs/spec/language.mdx?collection=docs&hash=1760326440684"
13-
import * as docs_19 from "../content/docs/spec/grammar.mdx?collection=docs&hash=1760326440684"
14-
import * as docs_18 from "../content/docs/spec/feature-flags.mdx?collection=docs&hash=1760326440684"
15-
import * as docs_17 from "../content/docs/spec/errors.mdx?collection=docs&hash=1760326440684"
16-
import * as docs_16 from "../content/docs/spec/effects.mdx?collection=docs&hash=1760326440684"
17-
import * as docs_15 from "../content/docs/spec/contracts-proofs.mdx?collection=docs&hash=1760326440684"
18-
import * as docs_14 from "../content/docs/guides/testing-pipeline.mdx?collection=docs&hash=1760326440684"
19-
import * as docs_13 from "../content/docs/guides/svelte.mdx?collection=docs&hash=1760326440684"
20-
import * as docs_12 from "../content/docs/guides/state-machines-xstate.mdx?collection=docs&hash=1760326440684"
21-
import * as docs_11 from "../content/docs/guides/react.mdx?collection=docs&hash=1760326440684"
22-
import * as docs_10 from "../content/docs/guides/proofs.mdx?collection=docs&hash=1760326440684"
23-
import * as docs_9 from "../content/docs/guides/prompt-ops.mdx?collection=docs&hash=1760326440684"
24-
import * as docs_8 from "../content/docs/guides/literate-docs.mdx?collection=docs&hash=1760326440684"
25-
import * as docs_7 from "../content/docs/guides/feature-flags.mdx?collection=docs&hash=1760326440684"
26-
import * as docs_6 from "../content/docs/guides/effect-integration.mdx?collection=docs&hash=1760326440684"
27-
import * as docs_5 from "../content/docs/guides/compile-to-typescript.mdx?collection=docs&hash=1760326440684"
28-
import * as docs_4 from "../content/docs/guides/compile-to-rescript.mdx?collection=docs&hash=1760326440684"
29-
import * as docs_3 from "../content/docs/guides/bun-runtime.mdx?collection=docs&hash=1760326440684"
30-
import * as docs_2 from "../content/docs/test.mdx?collection=docs&hash=1760326440684"
2+
import * as docs_29 from "../content/docs/guides/testing-pipeline.mdx?collection=docs&hash=1760326440684"
3+
import * as docs_28 from "../content/docs/guides/svelte.mdx?collection=docs&hash=1760326440684"
4+
import * as docs_27 from "../content/docs/guides/state-machines-xstate.mdx?collection=docs&hash=1760326440684"
5+
import * as docs_26 from "../content/docs/guides/react.mdx?collection=docs&hash=1760326440684"
6+
import * as docs_25 from "../content/docs/guides/proofs.mdx?collection=docs&hash=1760326440684"
7+
import * as docs_24 from "../content/docs/guides/prompt-ops.mdx?collection=docs&hash=1760326440684"
8+
import * as docs_23 from "../content/docs/guides/literate-docs.mdx?collection=docs&hash=1760326440684"
9+
import * as docs_22 from "../content/docs/guides/feature-flags.mdx?collection=docs&hash=1760326440684"
10+
import * as docs_21 from "../content/docs/guides/effect-integration.mdx?collection=docs&hash=1760326440684"
11+
import * as docs_20 from "../content/docs/guides/compile-to-typescript.mdx?collection=docs&hash=1760326440684"
12+
import * as docs_19 from "../content/docs/guides/compile-to-rescript.mdx?collection=docs&hash=1760326440684"
13+
import * as docs_18 from "../content/docs/guides/bun-runtime.mdx?collection=docs&hash=1760326440684"
14+
import * as docs_17 from "../content/docs/spec/typing.mdx?collection=docs&hash=1760326440684"
15+
import * as docs_16 from "../content/docs/spec/testing.mdx?collection=docs&hash=1760326440684"
16+
import * as docs_15 from "../content/docs/spec/stdlib.mdx?collection=docs&hash=1760326440684"
17+
import * as docs_14 from "../content/docs/spec/state-machines.mdx?collection=docs&hash=1760326440684"
18+
import * as docs_13 from "../content/docs/spec/security.mdx?collection=docs&hash=1760326440684"
19+
import * as docs_12 from "../content/docs/spec/schemas.mdx?collection=docs&hash=1760326440684"
20+
import * as docs_11 from "../content/docs/spec/runtime-build.mdx?collection=docs&hash=1760326440684"
21+
import * as docs_10 from "../content/docs/spec/prompting.mdx?collection=docs&hash=1760326440684"
22+
import * as docs_9 from "../content/docs/spec/productivity.mdx?collection=docs&hash=1760326440684"
23+
import * as docs_8 from "../content/docs/spec/llm-signatures.mdx?collection=docs&hash=1760326440684"
24+
import * as docs_7 from "../content/docs/spec/language.mdx?collection=docs&hash=1760326440684"
25+
import * as docs_6 from "../content/docs/spec/grammar.mdx?collection=docs&hash=1760326440684"
26+
import * as docs_5 from "../content/docs/spec/feature-flags.mdx?collection=docs&hash=1760326440684"
27+
import * as docs_4 from "../content/docs/spec/errors.mdx?collection=docs&hash=1760326440684"
28+
import * as docs_3 from "../content/docs/spec/effects.mdx?collection=docs&hash=1760326440684"
29+
import * as docs_2 from "../content/docs/spec/contracts-proofs.mdx?collection=docs&hash=1760326440684"
3130
import * as docs_1 from "../content/docs/index.mdx?collection=docs&hash=1760326440684"
3231
import * as docs_0 from "../content/docs/examples.mdx?collection=docs&hash=1760326440684"
3332
import { _runtime } from "fumadocs-mdx/runtime/next"
3433
import * as _source from "../source.config"
35-
export const docs = _runtime.docs<typeof _source.docs>([{ info: {"path":"examples.mdx","fullPath":"content/docs/examples.mdx"}, data: docs_0 }, { info: {"path":"index.mdx","fullPath":"content/docs/index.mdx"}, data: docs_1 }, { info: {"path":"test.mdx","fullPath":"content/docs/test.mdx"}, data: docs_2 }, { info: {"path":"guides/bun-runtime.mdx","fullPath":"content/docs/guides/bun-runtime.mdx"}, data: docs_3 }, { info: {"path":"guides/compile-to-rescript.mdx","fullPath":"content/docs/guides/compile-to-rescript.mdx"}, data: docs_4 }, { info: {"path":"guides/compile-to-typescript.mdx","fullPath":"content/docs/guides/compile-to-typescript.mdx"}, data: docs_5 }, { info: {"path":"guides/effect-integration.mdx","fullPath":"content/docs/guides/effect-integration.mdx"}, data: docs_6 }, { info: {"path":"guides/feature-flags.mdx","fullPath":"content/docs/guides/feature-flags.mdx"}, data: docs_7 }, { info: {"path":"guides/literate-docs.mdx","fullPath":"content/docs/guides/literate-docs.mdx"}, data: docs_8 }, { info: {"path":"guides/prompt-ops.mdx","fullPath":"content/docs/guides/prompt-ops.mdx"}, data: docs_9 }, { info: {"path":"guides/proofs.mdx","fullPath":"content/docs/guides/proofs.mdx"}, data: docs_10 }, { info: {"path":"guides/react.mdx","fullPath":"content/docs/guides/react.mdx"}, data: docs_11 }, { info: {"path":"guides/state-machines-xstate.mdx","fullPath":"content/docs/guides/state-machines-xstate.mdx"}, data: docs_12 }, { info: {"path":"guides/svelte.mdx","fullPath":"content/docs/guides/svelte.mdx"}, data: docs_13 }, { info: {"path":"guides/testing-pipeline.mdx","fullPath":"content/docs/guides/testing-pipeline.mdx"}, data: docs_14 }, { info: {"path":"spec/contracts-proofs.mdx","fullPath":"content/docs/spec/contracts-proofs.mdx"}, data: docs_15 }, { info: {"path":"spec/effects.mdx","fullPath":"content/docs/spec/effects.mdx"}, data: docs_16 }, { info: {"path":"spec/errors.mdx","fullPath":"content/docs/spec/errors.mdx"}, data: docs_17 }, { info: {"path":"spec/feature-flags.mdx","fullPath":"content/docs/spec/feature-flags.mdx"}, data: docs_18 }, { info: {"path":"spec/grammar.mdx","fullPath":"content/docs/spec/grammar.mdx"}, data: docs_19 }, { info: {"path":"spec/language.mdx","fullPath":"content/docs/spec/language.mdx"}, data: docs_20 }, { info: {"path":"spec/llm-signatures.mdx","fullPath":"content/docs/spec/llm-signatures.mdx"}, data: docs_21 }, { info: {"path":"spec/productivity.mdx","fullPath":"content/docs/spec/productivity.mdx"}, data: docs_22 }, { info: {"path":"spec/prompting.mdx","fullPath":"content/docs/spec/prompting.mdx"}, data: docs_23 }, { info: {"path":"spec/runtime-build.mdx","fullPath":"content/docs/spec/runtime-build.mdx"}, data: docs_24 }, { info: {"path":"spec/schemas.mdx","fullPath":"content/docs/spec/schemas.mdx"}, data: docs_25 }, { info: {"path":"spec/security.mdx","fullPath":"content/docs/spec/security.mdx"}, data: docs_26 }, { info: {"path":"spec/state-machines.mdx","fullPath":"content/docs/spec/state-machines.mdx"}, data: docs_27 }, { info: {"path":"spec/stdlib.mdx","fullPath":"content/docs/spec/stdlib.mdx"}, data: docs_28 }, { info: {"path":"spec/testing.mdx","fullPath":"content/docs/spec/testing.mdx"}, data: docs_29 }, { info: {"path":"spec/typing.mdx","fullPath":"content/docs/spec/typing.mdx"}, data: docs_30 }], [{"info":{"path":"meta.json","fullPath":"content/docs/meta.json"},"data":{"title":"Docs"}}, {"info":{"path":"guides/meta.json","fullPath":"content/docs/guides/meta.json"},"data":{"title":"Guides"}}, {"info":{"path":"spec/meta.json","fullPath":"content/docs/spec/meta.json"},"data":{"title":"Specification"}}])
34+
export const docs = _runtime.docs<typeof _source.docs>([{ info: {"path":"examples.mdx","fullPath":"content/docs/examples.mdx"}, data: docs_0 }, { info: {"path":"index.mdx","fullPath":"content/docs/index.mdx"}, data: docs_1 }, { info: {"path":"spec/contracts-proofs.mdx","fullPath":"content/docs/spec/contracts-proofs.mdx"}, data: docs_2 }, { info: {"path":"spec/effects.mdx","fullPath":"content/docs/spec/effects.mdx"}, data: docs_3 }, { info: {"path":"spec/errors.mdx","fullPath":"content/docs/spec/errors.mdx"}, data: docs_4 }, { info: {"path":"spec/feature-flags.mdx","fullPath":"content/docs/spec/feature-flags.mdx"}, data: docs_5 }, { info: {"path":"spec/grammar.mdx","fullPath":"content/docs/spec/grammar.mdx"}, data: docs_6 }, { info: {"path":"spec/language.mdx","fullPath":"content/docs/spec/language.mdx"}, data: docs_7 }, { info: {"path":"spec/llm-signatures.mdx","fullPath":"content/docs/spec/llm-signatures.mdx"}, data: docs_8 }, { info: {"path":"spec/productivity.mdx","fullPath":"content/docs/spec/productivity.mdx"}, data: docs_9 }, { info: {"path":"spec/prompting.mdx","fullPath":"content/docs/spec/prompting.mdx"}, data: docs_10 }, { info: {"path":"spec/runtime-build.mdx","fullPath":"content/docs/spec/runtime-build.mdx"}, data: docs_11 }, { info: {"path":"spec/schemas.mdx","fullPath":"content/docs/spec/schemas.mdx"}, data: docs_12 }, { info: {"path":"spec/security.mdx","fullPath":"content/docs/spec/security.mdx"}, data: docs_13 }, { info: {"path":"spec/state-machines.mdx","fullPath":"content/docs/spec/state-machines.mdx"}, data: docs_14 }, { info: {"path":"spec/stdlib.mdx","fullPath":"content/docs/spec/stdlib.mdx"}, data: docs_15 }, { info: {"path":"spec/testing.mdx","fullPath":"content/docs/spec/testing.mdx"}, data: docs_16 }, { info: {"path":"spec/typing.mdx","fullPath":"content/docs/spec/typing.mdx"}, data: docs_17 }, { info: {"path":"guides/bun-runtime.mdx","fullPath":"content/docs/guides/bun-runtime.mdx"}, data: docs_18 }, { info: {"path":"guides/compile-to-rescript.mdx","fullPath":"content/docs/guides/compile-to-rescript.mdx"}, data: docs_19 }, { info: {"path":"guides/compile-to-typescript.mdx","fullPath":"content/docs/guides/compile-to-typescript.mdx"}, data: docs_20 }, { info: {"path":"guides/effect-integration.mdx","fullPath":"content/docs/guides/effect-integration.mdx"}, data: docs_21 }, { info: {"path":"guides/feature-flags.mdx","fullPath":"content/docs/guides/feature-flags.mdx"}, data: docs_22 }, { info: {"path":"guides/literate-docs.mdx","fullPath":"content/docs/guides/literate-docs.mdx"}, data: docs_23 }, { info: {"path":"guides/prompt-ops.mdx","fullPath":"content/docs/guides/prompt-ops.mdx"}, data: docs_24 }, { info: {"path":"guides/proofs.mdx","fullPath":"content/docs/guides/proofs.mdx"}, data: docs_25 }, { info: {"path":"guides/react.mdx","fullPath":"content/docs/guides/react.mdx"}, data: docs_26 }, { info: {"path":"guides/state-machines-xstate.mdx","fullPath":"content/docs/guides/state-machines-xstate.mdx"}, data: docs_27 }, { info: {"path":"guides/svelte.mdx","fullPath":"content/docs/guides/svelte.mdx"}, data: docs_28 }, { info: {"path":"guides/testing-pipeline.mdx","fullPath":"content/docs/guides/testing-pipeline.mdx"}, data: docs_29 }], [{"info":{"path":"meta.json","fullPath":"content/docs/meta.json"},"data":{"title":"Docs"}}, {"info":{"path":"guides/meta.json","fullPath":"content/docs/guides/meta.json"},"data":{"title":"Guides"}}, {"info":{"path":"spec/meta.json","fullPath":"content/docs/spec/meta.json"},"data":{"title":"Specification"}}])

0 commit comments

Comments
 (0)