MCPcopy Index your code
hub / github.com/QwikDev/qwik / apiExtractorQwikCity

Function apiExtractorQwikCity

scripts/api.ts:68–204  ·  view source on GitHub ↗
(config: BuildConfig)

Source from the content-addressed store, hash-verified

66}
67
68export async function apiExtractorQwikCity(config: BuildConfig) {
69 // qwik-city
70 createTypesApi(
71 config,
72 join(config.packagesDir, 'qwik-city', 'src', 'runtime', 'src'),
73 join(config.packagesDir, 'qwik-city', 'lib', 'index.d.ts')
74 );
75 createTypesApi(
76 config,
77 join(config.packagesDir, 'qwik-city', 'src', 'runtime', 'src', 'service-worker'),
78 join(config.packagesDir, 'qwik-city', 'lib', 'service-worker.d.ts')
79 );
80 createTypesApi(
81 config,
82 join(config.packagesDir, 'qwik-city', 'src', 'buildtime', 'vite'),
83 join(config.packagesDir, 'qwik-city', 'lib', 'vite', 'index.d.ts')
84 );
85 createTypesApi(
86 config,
87 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'azure-swa', 'vite'),
88 join(config.packagesDir, 'qwik-city', 'lib', 'adapters', 'azure-swa', 'vite', 'index.d.ts')
89 );
90 createTypesApi(
91 config,
92 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'cloudflare-pages', 'vite'),
93 join(
94 config.packagesDir,
95 'qwik-city',
96 'lib',
97 'adapters',
98 'cloudflare-pages',
99 'vite',
100 'index.d.ts'
101 )
102 );
103 createTypesApi(
104 config,
105 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'cloud-run', 'vite'),
106 join(config.packagesDir, 'qwik-city', 'lib', 'adapters', 'cloud-run', 'vite', 'index.d.ts')
107 );
108 createTypesApi(
109 config,
110 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'deno-server', 'vite'),
111 join(config.packagesDir, 'qwik-city', 'lib', 'adapters', 'deno-server', 'vite', 'index.d.ts')
112 );
113 createTypesApi(
114 config,
115 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'bun-server', 'vite'),
116 join(config.packagesDir, 'qwik-city', 'lib', 'adapters', 'bun-server', 'vite', 'index.d.ts')
117 );
118 createTypesApi(
119 config,
120 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'node-server', 'vite'),
121 join(config.packagesDir, 'qwik-city', 'lib', 'adapters', 'node-server', 'vite', 'index.d.ts')
122 );
123 createTypesApi(
124 config,
125 join(config.packagesDir, 'qwik-city', 'src', 'adapters', 'netlify-edge', 'vite'),

Callers 1

buildFunction · 0.90

Calls 4

createTypesApiFunction · 0.85
joinFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…