SYMBOL INDEX (172 symbols across 38 files) FILE: benchmark/bench.mjs constant TARGET (line 20) | const TARGET = process.env.BENCH_TARGET || '/api/ping' constant PORT (line 21) | const PORT = Number(process.env.BENCH_PORT || 3777) constant DURATION (line 22) | const DURATION = Number(process.env.BENCH_DURATION || 10) constant CONNECTIONS (line 23) | const CONNECTIONS = Number(process.env.BENCH_CONNECTIONS || 100) constant SITEMAP_ARTEFACTS (line 25) | const SITEMAP_ARTEFACTS = [ constant SITEMAP_MARKERS (line 31) | const SITEMAP_MARKERS = ['@nuxtjs/sitemap', 'useSitemapRuntimeConfig', '... function isolate (line 33) | function isolate(label) { function assertSitemapPresence (line 41) | function assertSitemapPresence({ outDir, expectSitemap, label }) { function run (line 83) | async function run(label, env, expectSitemap) { FILE: devtools/composables/state.ts function refreshSources (line 21) | async function refreshSources() { function refreshProductionData (line 26) | async function refreshProductionData() { FILE: src/content.ts type DefineSitemapSchemaOptions (line 21) | interface DefineSitemapSchemaOptions> { type SitemapSchema (line 54) | type SitemapSchema = TypeOf function asSitemapCollection (line 57) | function asSitemapCollection(collection: Collection, options?: Def... function warnIfZodMismatch (line 80) | function warnIfZodMismatch(userZ?: typeof z) { function buildSitemapObjectSchema (line 105) | function buildSitemapObjectSchema(_z: typeof z) { FILE: src/devtools.ts function setupDevToolsUI (line 7) | function setupDevToolsUI(_options: ModuleOptions, resolve: Resolver['res... FILE: src/module.ts type ModuleOptions (line 58) | interface ModuleOptions extends _ModuleOptions {} type ModuleHooks (line 60) | interface ModuleHooks { type NuxtHooks (line 71) | interface NuxtHooks extends ModuleHooks {} method setup (line 131) | async setup(config, nuxt) { FILE: src/prerender.ts function formatPrerenderRoute (line 18) | function formatPrerenderRoute(route: PrerenderRoute) { function includesSitemapRoot (line 30) | function includesSitemapRoot(sitemapName: string, routes: string[]) { function setupPrerenderHandler (line 36) | function setupPrerenderHandler(_options: { runtimeConfig: ModuleRuntimeC... function prerenderSitemapsFromEntry (line 143) | async function prerenderSitemapsFromEntry(nitro: Nitro, entry: string) { function prerenderRoute (line 164) | async function prerenderRoute(nitro: Nitro, route: string) { FILE: src/runtime/server/composables/asSitemapUrl.ts function asSitemapUrl (line 3) | function asSitemapUrl(url: SitemapUrlInput | Record): Sitem... FILE: src/runtime/server/kit.ts function withoutQuery (line 7) | function withoutQuery(path: string): string { function createNitroRouteRuleMatcher (line 11) | function createNitroRouteRuleMatcher(): (pathOrUrl: string) => NitroRout... FILE: src/runtime/server/plugins/compression.ts function getPreferredEncoding (line 5) | function getPreferredEncoding(event: H3Event): 'gzip' | 'deflate' | null { FILE: src/runtime/server/plugins/nuxt-content-v2.ts type NuxtContentDocument (line 7) | interface NuxtContentDocument { FILE: src/runtime/server/robots-polyfill/getPathRobotConfig.ts function getPathRobotConfig (line 3) | function getPathRobotConfig(_e: H3Event, _options: any) { FILE: src/runtime/server/routes/__sitemap__/debug-production.ts type ProductionSitemapEntry (line 5) | interface ProductionSitemapEntry { type ProductionDebugResponse (line 13) | interface ProductionDebugResponse { function fetchXml (line 21) | async function fetchXml(url: string): Promise { FILE: src/runtime/server/routes/__sitemap__/debug.ts function attachUrlWarnings (line 12) | function attachUrlWarnings(sources: SitemapSourceResolved[]) { FILE: src/runtime/server/routes/__sitemap__/nuxt-content-urls-v2.ts type ContentWithSitemap (line 5) | interface ContentWithSitemap { FILE: src/runtime/server/routes/__sitemap__/nuxt-content-urls-v3.ts type ContentEntry (line 7) | interface ContentEntry { FILE: src/runtime/server/sitemap/builder/sitemap-index.ts constant SERVER_CACHE_MAX_AGE (line 17) | const SERVER_CACHE_MAX_AGE = (staticConfig.cacheMaxAgeSeconds as number ... function buildSitemapIndexInternal (line 39) | async function buildSitemapIndexInternal(resolvers: NitroUrlResolvers, r... function urlsToIndexXml (line 148) | function urlsToIndexXml(sitemaps: SitemapIndexEntry[], resolvers: NitroU... function buildSitemapIndex (line 195) | async function buildSitemapIndex(resolvers: NitroUrlResolvers, runtimeCo... FILE: src/runtime/server/sitemap/builder/sitemap.ts constant SERVER_CACHE_MAX_AGE (line 27) | const SERVER_CACHE_MAX_AGE = (staticConfig.cacheMaxAgeSeconds as number ... type NormalizedI18n (line 29) | interface NormalizedI18n extends ResolvedSitemapUrl { function resolveSitemapEntries (line 35) | function resolveSitemapEntries(sitemap: SitemapDefinition, urls: Sitemap... type ResolvedSitemapUrlsResult (line 234) | interface ResolvedSitemapUrlsResult { function buildResolvedSitemapUrls (line 242) | async function buildResolvedSitemapUrls( function getResolvedSitemapUrls (line 347) | async function getResolvedSitemapUrls( function buildSitemapUrls (line 363) | async function buildSitemapUrls(sitemap: SitemapDefinition, resolvers: N... FILE: src/runtime/server/sitemap/builder/xml.ts function escapeValueForXml (line 5) | function escapeValueForXml(value: boolean | string | number): string { function yesNo (line 11) | function yesNo(v: boolean | string) { constant URLSET_OPENING_TAG (line 15) | const URLSET_OPENING_TAG = '