houdini-react 1.3.14 → 2.0.0-go.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/package.json +89 -73
  2. package/shim.cjs +64 -0
  3. package/LICENSE +0 -21
  4. package/README.md +0 -36
  5. package/build/plugin/codegen/entries/documentWrappers.d.ts +0 -6
  6. package/build/plugin/codegen/entries/fallbacks.d.ts +0 -5
  7. package/build/plugin/codegen/entries/index.d.ts +0 -16
  8. package/build/plugin/codegen/entries/pages.d.ts +0 -2
  9. package/build/plugin/codegen/index.d.ts +0 -17
  10. package/build/plugin/codegen/manifest.d.ts +0 -5
  11. package/build/plugin/codegen/render.d.ts +0 -7
  12. package/build/plugin/codegen/router.d.ts +0 -7
  13. package/build/plugin/codegen/typeRoot.d.ts +0 -5
  14. package/build/plugin/config.d.ts +0 -4
  15. package/build/plugin/dedent.d.ts +0 -1
  16. package/build/plugin/extract.d.ts +0 -6
  17. package/build/plugin/index.d.ts +0 -5
  18. package/build/plugin/state.d.ts +0 -3
  19. package/build/plugin/transform.d.ts +0 -6
  20. package/build/plugin/vite.d.ts +0 -70
  21. package/build/plugin-cjs/index.js +0 -84192
  22. package/build/plugin-cjs/package.json +0 -1
  23. package/build/plugin-esm/index.js +0 -84184
  24. package/build/plugin-esm/package.json +0 -1
  25. package/build/runtime/client.d.ts +0 -3
  26. package/build/runtime/clientPlugin.d.ts +0 -3
  27. package/build/runtime/componentFields.d.ts +0 -9
  28. package/build/runtime/hooks/index.d.ts +0 -8
  29. package/build/runtime/hooks/useDeepCompareEffect.d.ts +0 -35
  30. package/build/runtime/hooks/useDocumentHandle.d.ts +0 -36
  31. package/build/runtime/hooks/useDocumentStore.d.ts +0 -11
  32. package/build/runtime/hooks/useDocumentSubscription.d.ts +0 -11
  33. package/build/runtime/hooks/useFragment.d.ts +0 -16
  34. package/build/runtime/hooks/useFragmentHandle.d.ts +0 -8
  35. package/build/runtime/hooks/useIsMounted.d.ts +0 -3
  36. package/build/runtime/hooks/useMutation.d.ts +0 -11
  37. package/build/runtime/hooks/useQuery.d.ts +0 -5
  38. package/build/runtime/hooks/useQueryHandle.d.ts +0 -10
  39. package/build/runtime/hooks/useSubscription.d.ts +0 -4
  40. package/build/runtime/hooks/useSubscriptionHandle.d.ts +0 -25
  41. package/build/runtime/index.d.ts +0 -14
  42. package/build/runtime/manifest.d.ts +0 -3
  43. package/build/runtime/routing/Router.d.ts +0 -62
  44. package/build/runtime/routing/cache.d.ts +0 -7
  45. package/build/runtime/routing/hooks.d.ts +0 -40
  46. package/build/runtime/routing/index.d.ts +0 -3
  47. package/build/runtime-cjs/client.d.ts +0 -3
  48. package/build/runtime-cjs/client.js +0 -27
  49. package/build/runtime-cjs/clientPlugin.d.ts +0 -3
  50. package/build/runtime-cjs/clientPlugin.js +0 -39
  51. package/build/runtime-cjs/componentFields.d.ts +0 -9
  52. package/build/runtime-cjs/componentFields.js +0 -83
  53. package/build/runtime-cjs/hooks/index.d.ts +0 -8
  54. package/build/runtime-cjs/hooks/index.js +0 -45
  55. package/build/runtime-cjs/hooks/useDeepCompareEffect.d.ts +0 -35
  56. package/build/runtime-cjs/hooks/useDeepCompareEffect.js +0 -72
  57. package/build/runtime-cjs/hooks/useDocumentHandle.d.ts +0 -36
  58. package/build/runtime-cjs/hooks/useDocumentHandle.js +0 -173
  59. package/build/runtime-cjs/hooks/useDocumentStore.d.ts +0 -11
  60. package/build/runtime-cjs/hooks/useDocumentStore.js +0 -72
  61. package/build/runtime-cjs/hooks/useDocumentSubscription.d.ts +0 -11
  62. package/build/runtime-cjs/hooks/useDocumentSubscription.js +0 -71
  63. package/build/runtime-cjs/hooks/useFragment.d.ts +0 -16
  64. package/build/runtime-cjs/hooks/useFragment.js +0 -97
  65. package/build/runtime-cjs/hooks/useFragmentHandle.d.ts +0 -8
  66. package/build/runtime-cjs/hooks/useFragmentHandle.js +0 -47
  67. package/build/runtime-cjs/hooks/useIsMounted.d.ts +0 -3
  68. package/build/runtime-cjs/hooks/useIsMounted.js +0 -38
  69. package/build/runtime-cjs/hooks/useMutation.d.ts +0 -11
  70. package/build/runtime-cjs/hooks/useMutation.js +0 -52
  71. package/build/runtime-cjs/hooks/useQuery.d.ts +0 -5
  72. package/build/runtime-cjs/hooks/useQuery.js +0 -32
  73. package/build/runtime-cjs/hooks/useQueryHandle.d.ts +0 -10
  74. package/build/runtime-cjs/hooks/useQueryHandle.js +0 -125
  75. package/build/runtime-cjs/hooks/useSubscription.d.ts +0 -4
  76. package/build/runtime-cjs/hooks/useSubscription.js +0 -32
  77. package/build/runtime-cjs/hooks/useSubscriptionHandle.d.ts +0 -25
  78. package/build/runtime-cjs/hooks/useSubscriptionHandle.js +0 -42
  79. package/build/runtime-cjs/index.d.ts +0 -14
  80. package/build/runtime-cjs/index.js +0 -83
  81. package/build/runtime-cjs/manifest.d.ts +0 -3
  82. package/build/runtime-cjs/manifest.js +0 -27
  83. package/build/runtime-cjs/package.json +0 -1
  84. package/build/runtime-cjs/routing/Router.d.ts +0 -62
  85. package/build/runtime-cjs/routing/Router.js +0 -532
  86. package/build/runtime-cjs/routing/cache.d.ts +0 -7
  87. package/build/runtime-cjs/routing/cache.js +0 -58
  88. package/build/runtime-cjs/routing/hooks.d.ts +0 -40
  89. package/build/runtime-cjs/routing/hooks.js +0 -89
  90. package/build/runtime-cjs/routing/index.d.ts +0 -3
  91. package/build/runtime-cjs/routing/index.js +0 -31
  92. package/build/runtime-esm/client.d.ts +0 -3
  93. package/build/runtime-esm/client.js +0 -5
  94. package/build/runtime-esm/clientPlugin.d.ts +0 -3
  95. package/build/runtime-esm/clientPlugin.js +0 -17
  96. package/build/runtime-esm/componentFields.d.ts +0 -9
  97. package/build/runtime-esm/componentFields.js +0 -59
  98. package/build/runtime-esm/hooks/index.d.ts +0 -8
  99. package/build/runtime-esm/hooks/index.js +0 -16
  100. package/build/runtime-esm/hooks/useDeepCompareEffect.d.ts +0 -35
  101. package/build/runtime-esm/hooks/useDeepCompareEffect.js +0 -41
  102. package/build/runtime-esm/hooks/useDocumentHandle.d.ts +0 -36
  103. package/build/runtime-esm/hooks/useDocumentHandle.js +0 -143
  104. package/build/runtime-esm/hooks/useDocumentStore.d.ts +0 -11
  105. package/build/runtime-esm/hooks/useDocumentStore.js +0 -42
  106. package/build/runtime-esm/hooks/useDocumentSubscription.d.ts +0 -11
  107. package/build/runtime-esm/hooks/useDocumentSubscription.js +0 -41
  108. package/build/runtime-esm/hooks/useFragment.d.ts +0 -16
  109. package/build/runtime-esm/hooks/useFragment.js +0 -66
  110. package/build/runtime-esm/hooks/useFragmentHandle.d.ts +0 -8
  111. package/build/runtime-esm/hooks/useFragmentHandle.js +0 -23
  112. package/build/runtime-esm/hooks/useIsMounted.d.ts +0 -3
  113. package/build/runtime-esm/hooks/useIsMounted.js +0 -14
  114. package/build/runtime-esm/hooks/useMutation.d.ts +0 -11
  115. package/build/runtime-esm/hooks/useMutation.js +0 -28
  116. package/build/runtime-esm/hooks/useQuery.d.ts +0 -5
  117. package/build/runtime-esm/hooks/useQuery.js +0 -8
  118. package/build/runtime-esm/hooks/useQueryHandle.d.ts +0 -10
  119. package/build/runtime-esm/hooks/useQueryHandle.js +0 -95
  120. package/build/runtime-esm/hooks/useSubscription.d.ts +0 -4
  121. package/build/runtime-esm/hooks/useSubscription.js +0 -8
  122. package/build/runtime-esm/hooks/useSubscriptionHandle.d.ts +0 -25
  123. package/build/runtime-esm/hooks/useSubscriptionHandle.js +0 -18
  124. package/build/runtime-esm/index.d.ts +0 -14
  125. package/build/runtime-esm/index.js +0 -48
  126. package/build/runtime-esm/manifest.d.ts +0 -3
  127. package/build/runtime-esm/manifest.js +0 -5
  128. package/build/runtime-esm/package.json +0 -1
  129. package/build/runtime-esm/routing/Router.d.ts +0 -62
  130. package/build/runtime-esm/routing/Router.js +0 -495
  131. package/build/runtime-esm/routing/cache.d.ts +0 -7
  132. package/build/runtime-esm/routing/cache.js +0 -33
  133. package/build/runtime-esm/routing/hooks.d.ts +0 -40
  134. package/build/runtime-esm/routing/hooks.js +0 -53
  135. package/build/runtime-esm/routing/index.d.ts +0 -3
  136. package/build/runtime-esm/routing/index.js +0 -6
  137. package/build/server/index.d.ts +0 -1
  138. package/build/server-cjs/index.js +0 -28
  139. package/build/server-cjs/package.json +0 -1
  140. package/build/server-esm/index.js +0 -4
  141. package/build/server-esm/package.json +0 -1
package/package.json CHANGED
@@ -1,76 +1,92 @@
1
1
  {
2
- "name": "houdini-react",
3
- "version": "1.3.14",
4
- "description": "The React plugin for houdini",
5
- "keywords": [
6
- "typescript",
7
- "react",
8
- "graphql",
9
- "graphql-client"
10
- ],
11
- "homepage": "https://github.com/HoudiniGraphql/houdini",
12
- "funding": "https://github.com/sponsors/HoudiniGraphql",
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/HoudiniGraphql/houdini.git"
16
- },
17
- "license": "MIT",
18
- "devDependencies": {
19
- "@types/cookie-parser": "^1.4.3",
20
- "@types/cookie-session": "^2.0.44",
21
- "@types/cookies": "^0.7.7",
22
- "@types/estraverse": "^5.1.2",
23
- "@types/express": "^4.17.17",
24
- "@types/react": "^19.0.7",
25
- "@types/react-dom": "^19.0.3",
26
- "scripts": "^1.0.0"
27
- },
28
- "dependencies": {
29
- "@babel/parser": "^7.24.6",
30
- "@babel/types": "^7.24.6",
31
- "@whatwg-node/server": "^0.9.14",
32
- "cookie-parser": "^1.4.6",
33
- "cookie-session": "^2.0.0",
34
- "cookies": "^0.8.0",
35
- "estraverse": "^5.3.0",
36
- "express": "^4.18.2",
37
- "graphql": "^15.8.0",
38
- "graphql-yoga": "^4.0.4",
39
- "react": "^19.0.0",
40
- "react-dom": "^19.0.0",
41
- "react-streaming-compat": "^0.3.18",
42
- "recast": "^0.23.1",
43
- "rollup": "^4.28.1",
44
- "use-deep-compare-effect": "^1.8.1",
45
- "houdini": "^1.5.10"
46
- },
47
- "files": [
48
- "build"
49
- ],
50
- "exports": {
51
- "./package.json": "./package.json",
52
- ".": {
53
- "types": "./build/plugin/index.d.ts",
54
- "import": "./build/plugin-esm/index.js",
55
- "require": "./build/plugin-cjs/index.js"
2
+ "name": "houdini-react",
3
+ "version": "2.0.0-go.1",
4
+ "description": "The React plugin for houdini",
5
+ "keywords": [
6
+ "typescript",
7
+ "react",
8
+ "graphql",
9
+ "graphql-client"
10
+ ],
11
+ "homepage": "https://github.com/HoudiniGraphql/houdini",
12
+ "funding": "https://github.com/sponsors/HoudiniGraphql",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/HoudiniGraphql/houdini.git"
56
16
  },
57
- "./server": {
58
- "types": "./build/server/index.d.ts",
59
- "import": "./build/server-esm/index.js",
60
- "require": "./build/server-cjs/index.js"
61
- }
62
- },
63
- "typesVersions": {
64
- "*": {
65
- "server": [
66
- "build/server/index.d.ts"
67
- ]
68
- }
69
- },
70
- "main": "./build/plugin-cjs/index.js",
71
- "types": "./build/plugin/index.d.ts",
72
- "scripts": {
73
- "compile": "scripts build --plugin",
74
- "typedefs": "scripts typedefs --plugin"
75
- }
17
+ "license": "MIT",
18
+ "scripts": {
19
+ "compile": "scripts build-go",
20
+ "typedefs": "scripts typedefs --plugin --go-package",
21
+ "postinstall": "node postInstall.js"
22
+ },
23
+ "devDependencies": {
24
+ "@types/cookie-parser": "^1.4.3",
25
+ "@types/cookie-session": "^2.0.44",
26
+ "@types/cookies": "^0.7.7",
27
+ "@types/estraverse": "^5.1.2",
28
+ "@types/express": "^4.17.17",
29
+ "@types/react": "^19.0.7",
30
+ "@types/react-dom": "^19.0.3"
31
+ },
32
+ "dependencies": {
33
+ "@babel/parser": "^7.24.6",
34
+ "@babel/types": "^7.24.6",
35
+ "@whatwg-node/server": "^0.9.14",
36
+ "cookie-parser": "^1.4.6",
37
+ "cookie-session": "^2.0.0",
38
+ "cookies": "^0.8.0",
39
+ "estraverse": "^5.3.0",
40
+ "express": "^4.18.2",
41
+ "graphql": "^15.8.0",
42
+ "graphql-yoga": "^4.0.4",
43
+ "houdini": "workspace:^",
44
+ "react": "^19.0.0",
45
+ "react-dom": "^19.0.0",
46
+ "react-streaming-compat": "^0.3.18",
47
+ "recast": "^0.23.1",
48
+ "rollup": "^4.28.1",
49
+ "use-deep-compare-effect": "^1.8.1"
50
+ },
51
+ "files": [
52
+ "build"
53
+ ],
54
+ "exports": {
55
+ "./package.json": "./package.json",
56
+ "./server": {
57
+ "types": "./server/index.d.ts",
58
+ "import": "./server/index.js"
59
+ },
60
+ "./server/*": {
61
+ "types": "./server/*",
62
+ "import": "./server/*"
63
+ },
64
+ "./vite": {
65
+ "types": "./vite/index.d.ts",
66
+ "import": "./vite/index.js"
67
+ },
68
+ "./vite/*": {
69
+ "types": "./vite/*",
70
+ "import": "./vite/*"
71
+ }
72
+ },
73
+ "typesVersions": {
74
+ "*": {
75
+ "server": [
76
+ "./server/index.d.ts"
77
+ ],
78
+ "vite": [
79
+ "./vite/index.d.ts"
80
+ ]
81
+ }
82
+ },
83
+ "optionalDependencies": {
84
+ "houdini-react-darwin-amd64": "2.0.0-go.1",
85
+ "houdini-react-darwin-arm64": "2.0.0-go.1",
86
+ "houdini-react-linux-amd64": "2.0.0-go.1",
87
+ "houdini-react-linux-arm64": "2.0.0-go.1",
88
+ "houdini-react-windows-amd64": "2.0.0-go.1",
89
+ "houdini-react-windows-arm64": "2.0.0-go.1"
90
+ },
91
+ "bin": "./shim.cjs"
76
92
  }
package/shim.cjs ADDED
@@ -0,0 +1,64 @@
1
+ #!/usr/bin/env node
2
+
3
+ function getBinaryPath() {
4
+ // lookup table for all platforms and binary distribution packages
5
+ const BINARY_DISTRIBUTION_PACKAGES = {
6
+ 'linux-x64': 'houdini-react-linux-x64',
7
+ 'linux-arm64': 'houdini-react-linux-arm64',
8
+ 'win32-x64': 'houdini-react-windows-x64',
9
+ 'win32-arm64': 'houdini-react-windows-arm64',
10
+ 'darwin-x64': 'houdini-react-darwin-x64',
11
+ 'darwin-arm64': 'houdini-react-darwin-arm64',
12
+ }
13
+
14
+ // windows binaries end with .exe so we need to special case them
15
+ const binaryName = process.platform === 'win32' ? 'houdini-react.exe' : 'houdini-react'
16
+
17
+ // determine package name for this platform
18
+ const platformSpecificPackageName =
19
+ BINARY_DISTRIBUTION_PACKAGES[`${process.platform}-${process.arch}`]
20
+
21
+ try {
22
+ // resolving will fail if the optionalDependency was not installed
23
+ return require.resolve(`../${platformSpecificPackageName}/bin/${binaryName}`)
24
+ } catch (e) {
25
+ return require('path').join(__dirname, binaryName)
26
+ }
27
+ }
28
+ // instead of execFileSync, use spawn to handle the process more gracefully
29
+ const childProcess = require('child_process').spawn(getBinaryPath(), process.argv.slice(2), {
30
+ stdio: 'inherit',
31
+ })
32
+
33
+ // array of signals we want to handle
34
+ const signals = ['SIGTERM', 'SIGINT', 'SIGQUIT', 'SIGHUP']
35
+
36
+ // handle each signal
37
+ signals.forEach((signal) => {
38
+ process.on(signal, () => {
39
+ if (childProcess) {
40
+ // on windows, we need to use taskkill for proper tree killing
41
+ if (process.platform === 'win32') {
42
+ require('child_process').spawn('taskkill', ['/pid', childProcess.pid, '/f', '/t'])
43
+ } else {
44
+ try {
45
+ childProcess.kill(signal)
46
+ } catch (err) {
47
+ // if the process is already gone, that's fine
48
+ if (err.code !== 'ESRCH') throw err
49
+ }
50
+ }
51
+ }
52
+ process.exit(0)
53
+ })
54
+ })
55
+
56
+ // handle child process exit
57
+ childProcess.on('exit', (code, signal) => {
58
+ // if the child was terminated due to a signal, exit with the same signal
59
+ if (signal) {
60
+ process.exit(0)
61
+ } else {
62
+ process.exit(code)
63
+ }
64
+ })
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 Alec Aivazis
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/README.md DELETED
@@ -1,36 +0,0 @@
1
- <div align="center">
2
- <picture>
3
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/HoudiniGraphql/houdini/main/.github/assets/logo_l.svg">
4
- <img height="140" alt="Houdini's logo (dark or light)" src="https://raw.githubusercontent.com/HoudiniGraphql/houdini/main/.github/assets/logo_d.svg">
5
- </picture>
6
- <br />
7
- <br />
8
- <strong>
9
- The disappearing GraphQL clients.
10
- </strong>
11
- <br />
12
- <br />
13
- <a href="https://npmjs.org/package/houdini">
14
- <img src="https://img.shields.io/npm/v/houdini.svg" alt="version" />
15
- </a>
16
- <a href="https://github.com/HoudiniGraphql/houdini/actions">
17
- <img src="https://github.com/HoudiniGraphql/houdini/actions/workflows/tests.yml/badge.svg" alt="CI Tests" />
18
- </a>
19
- <a href="https://github.com/HoudiniGraphql/houdini">
20
- <img src="https://img.shields.io/github/stars/HoudiniGraphql/houdini.svg?label=stars" alt="github stars" />
21
- </a>
22
- <a href="https://npmjs.org/package/houdini">
23
- <img src="https://img.shields.io/npm/dm/houdini.svg" alt="downloads" />
24
- </a>
25
- <a href="https://github.com/HoudiniGraphql/houdini/blob/main/LICENSE">
26
- <img src="https://img.shields.io/github/license/HoudiniGraphql/houdini.svg?maxAge=2592000" alt="license" />
27
- </a>
28
- </div>
29
-
30
- ----
31
-
32
- At its core, houdini seeks to enable a high quality developer experience
33
- without compromising bundle size. Like Svelte, houdini shifts what is
34
- traditionally handled by a bloated runtime into a compile step that allows
35
- for the generation of an incredibly lean GraphQL abstraction for your application.
36
- See more at <a href="https://www.houdinigraphql.com">HoudiniGraphQL.com</a> 🚀
@@ -1,6 +0,0 @@
1
- import { type Config, type ProjectManifest, type Document } from 'houdini';
2
- export declare function generate_routing_document_wrappers({ manifest, config, documents, }: {
3
- manifest: ProjectManifest;
4
- config: Config;
5
- documents: Record<string, Document>;
6
- }): Promise<void[]>;
@@ -1,5 +0,0 @@
1
- import { type Config, type ProjectManifest } from 'houdini';
2
- export declare function generate_fallbacks({ config, project, }: {
3
- config: Config;
4
- project: ProjectManifest;
5
- }): Promise<void>;
@@ -1,16 +0,0 @@
1
- import type { Config, ProjectManifest, PageManifest, Document } from 'houdini';
2
- import type { ComponentFieldData } from '..';
3
- export declare function generate_entries({ config, manifest, documents, componentFields, }: {
4
- config: Config;
5
- manifest: ProjectManifest;
6
- documents: Document[];
7
- componentFields: ComponentFieldData[];
8
- }): Promise<void>;
9
- export type PageBundleInput = {
10
- id: string;
11
- page: PageManifest;
12
- project: ProjectManifest;
13
- config: Config;
14
- documents: Record<string, Document>;
15
- componentFields: ComponentFieldData[];
16
- };
@@ -1,2 +0,0 @@
1
- import type { PageBundleInput } from '.';
2
- export declare function generate_page_entries(args: PageBundleInput): Promise<void>;
@@ -1,17 +0,0 @@
1
- import type { Config, GenerateHookInput, ProjectManifest } from 'houdini';
2
- import { processComponentFieldDirective } from 'houdini';
3
- /**
4
- * The router is fundamentally a component that knows how to render
5
- * a particular component tree for a given url. This is driven by something
6
- * we call the applications "manifest".
7
- *
8
- * In react, the tree of route directories maps to a component hierarchy
9
- * with suspense boundaries sprinkled when there is a loading directive
10
- * present on a query.
11
- */
12
- export default function routerCodegen({ config, manifest, documents, }: GenerateHookInput & {
13
- manifest: ProjectManifest;
14
- }): Promise<void>;
15
- export type ComponentFieldData = ReturnType<typeof processComponentFieldDirective> & Config['componentFields'][string][string] & {
16
- type: string;
17
- };
@@ -1,5 +0,0 @@
1
- import { type Config, type ProjectManifest } from 'houdini';
2
- export declare function write_manifest({ config, manifest, }: {
3
- config: Config;
4
- manifest: ProjectManifest;
5
- }): Promise<void>;
@@ -1,7 +0,0 @@
1
- import { type Config, type ProjectManifest } from 'houdini';
2
- import type { ComponentFieldData } from '.';
3
- export declare function generate_renders({ componentFields, config, manifest, }: {
4
- componentFields: ComponentFieldData[];
5
- config: Config;
6
- manifest: ProjectManifest;
7
- }): Promise<void>;
@@ -1,7 +0,0 @@
1
- import { type Config, type ProjectManifest } from 'houdini';
2
- export declare function format_router_manifest({ config, manifest, exportDefaultStatement, }: {
3
- config: Config;
4
- manifest: ProjectManifest;
5
- exportDefaultStatement: (name: string) => string;
6
- importStatement: (from: string, as: string) => string;
7
- }): string;
@@ -1,5 +0,0 @@
1
- import { type Config, type ProjectManifest } from 'houdini';
2
- export declare function generate_type_root({ config, manifest, }: {
3
- config: Config;
4
- manifest: ProjectManifest;
5
- }): Promise<void>;
@@ -1,4 +0,0 @@
1
- import type { Config } from 'houdini';
2
- import type { HoudiniReactPluginConfig } from '.';
3
- export declare function plugin_config(config: Config): HoudiniReactPluginConfig;
4
- export declare function test_config(): Promise<Config>;
@@ -1 +0,0 @@
1
- export declare function dedent(indentString: string, input?: string): string;
@@ -1,6 +0,0 @@
1
- import type { Config } from 'houdini';
2
- export declare function extractDocuments({ content, config, filepath, }: {
3
- config: Config;
4
- content: string;
5
- filepath: string;
6
- }): Promise<string[]>;
@@ -1,5 +0,0 @@
1
- import { type Plugin } from 'houdini';
2
- export declare const hooks: Plugin;
3
- declare const _default: import("houdini").PluginInit;
4
- export default _default;
5
- export type HoudiniReactPluginConfig = {};
@@ -1,3 +0,0 @@
1
- import type { ProjectManifest } from 'houdini';
2
- export declare let manifest: ProjectManifest;
3
- export declare function setManifest(newManifest: ProjectManifest): void;
@@ -1,6 +0,0 @@
1
- import type { TransformPage } from 'houdini/vite';
2
- import type { SourceMapInput } from 'rollup';
3
- export declare function transformFile(page: TransformPage): Promise<{
4
- code: string;
5
- map?: SourceMapInput;
6
- }>;
@@ -1,70 +0,0 @@
1
- import { ConfigEnv } from 'vite';
2
- declare const _default: {
3
- config?: ((config: import("houdini").Config, env: ConfigEnv) => import("vite").UserConfig | Promise<import("vite").UserConfig>) | undefined;
4
- buildStart?: ((this: import("rollup").PluginContext, options: import("rollup").NormalizedInputOptions & {
5
- houdiniConfig: import("houdini").Config;
6
- }) => void | Promise<void>) | undefined;
7
- buildEnd?: ((this: import("rollup").PluginContext, error?: Error | undefined, houdiniConfig?: import("houdini").Config | undefined) => void | Promise<void>) | undefined;
8
- closeBundle?: ((this: import("rollup").PluginContext, config: import("houdini").Config) => void | Promise<void>) | undefined;
9
- configResolved?: import("rollup").ObjectHook<(this: void, config: Readonly<Omit<import("vite").UserConfig, "plugins" | "build" | "dev" | "optimizeDeps" | "css" | "json" | "assetsInclude" | "worker" | "environments" | "server" | "preview"> & {
10
- configFile: string | undefined;
11
- configFileDependencies: string[];
12
- inlineConfig: import("vite").InlineConfig;
13
- root: string;
14
- base: string;
15
- publicDir: string;
16
- cacheDir: string;
17
- command: "build" | "serve";
18
- mode: string;
19
- isWorker: boolean;
20
- isProduction: boolean;
21
- envDir: string;
22
- env: Record<string, any>;
23
- resolve: Required<import("vite").ResolveOptions> & {
24
- alias: import("vite").Alias[];
25
- };
26
- plugins: readonly import("vite").Plugin<any>[];
27
- css: import("vite").ResolvedCSSOptions;
28
- json: Required<import("vite").JsonOptions>;
29
- esbuild: false | import("vite").ESBuildOptions;
30
- server: import("vite").ResolvedServerOptions;
31
- dev: import("vite").ResolvedDevEnvironmentOptions;
32
- builder: Required<import("vite").BuilderOptions> | undefined;
33
- build: import("vite").ResolvedBuildOptions;
34
- preview: import("vite").ResolvedPreviewOptions;
35
- ssr: import("vite").ResolvedSSROptions;
36
- assetsInclude: (file: string) => boolean;
37
- logger: import("vite").Logger;
38
- createResolver: (options?: Partial<import("vite").InternalResolveOptions> | undefined) => import("vite").ResolveFn;
39
- optimizeDeps: import("vite").DepOptimizationOptions;
40
- worker: import("vite").ResolvedWorkerOptions;
41
- appType: import("vite").AppType;
42
- experimental: import("vite").ExperimentalOptions;
43
- environments: Record<string, {
44
- define?: Record<string, any> | undefined;
45
- resolve: Required<import("vite").ResolveOptions>;
46
- consumer: "client" | "server";
47
- keepProcessEnv?: boolean | undefined;
48
- optimizeDeps: import("vite").DepOptimizationOptions;
49
- dev: import("vite").ResolvedDevEnvironmentOptions;
50
- build: import("vite").ResolvedBuildEnvironmentOptions;
51
- }>;
52
- } & import("vite").PluginHookUtils>) => void | Promise<void>, {}> | undefined;
53
- options?: ((this: import("rollup").MinimalPluginContext, options: import("rollup").InputOptions & {
54
- houdiniConfig: import("houdini").Config;
55
- }) => import("rollup").InputOptions | import("rollup").NullValue) | undefined;
56
- resolveId?: import("rollup").ObjectHook<(this: import("rollup").PluginContext, source: string, importer: string | undefined, options: {
57
- config: import("houdini").Config;
58
- custom?: import("rollup").CustomPluginOptions | undefined;
59
- ssr?: boolean | undefined;
60
- isEntry: boolean;
61
- }) => import("rollup").ResolveIdResult | Promise<import("rollup").ResolveIdResult>, {}> | undefined;
62
- load?: import("rollup").ObjectHook<(this: import("rollup").PluginContext, id: string, options: {
63
- config: import("houdini").Config;
64
- ssr?: boolean | undefined;
65
- }) => import("rollup").LoadResult | Promise<import("rollup").LoadResult>, {}> | undefined;
66
- configureServer?: import("rollup").ObjectHook<(this: void, server: import("vite").ViteDevServer & {
67
- houdiniConfig: import("houdini").Config;
68
- }) => void | (() => void) | Promise<void | (() => void)>, {}> | undefined;
69
- } | undefined;
70
- export default _default;