SYMBOL INDEX (1753 symbols across 676 files) FILE: .eslint/no-runtime-to-exports-imports.js method create (line 22) | create(context) { FILE: packages/adapter-auto/index.js function detect_lockfile (line 27) | function detect_lockfile() { function detect_package_manager (line 44) | function detect_package_manager() { function resolve_peer (line 59) | function resolve_peer(dependency) { function get_adapter (line 96) | async function get_adapter() { function supports_error (line 179) | function supports_error(message) { FILE: packages/adapter-cloudflare/ambient.d.ts type Platform (line 9) | interface Platform { FILE: packages/adapter-cloudflare/index.d.ts type AdapterOptions (line 7) | interface AdapterOptions { type RoutesJSONSpec (line 74) | interface RoutesJSONSpec { FILE: packages/adapter-cloudflare/index.js method adapt (line 22) | async adapt(builder) { method emulate (line 181) | emulate() { function generate_headers (line 236) | function generate_headers(app_dir) { function generate_redirects (line 253) | function generate_redirects(redirects) { function generate_assetsignore (line 269) | function generate_assetsignore() { function validate_wrangler_config (line 286) | function validate_wrangler_config(config_file = undefined) { function posixify (line 304) | function posixify(str) { FILE: packages/adapter-cloudflare/internal.d.ts type PartialExcept (line 14) | type PartialExcept = Partial> & Require... type Builder2_0_0 (line 19) | type Builder2_0_0 = PartialExcept< FILE: packages/adapter-cloudflare/src/worker.js method fetch (line 46) | async fetch(req, env, ctx) { FILE: packages/adapter-cloudflare/test/apps/pages/server-side-dep/index.js function sum (line 2) | function sum(a, b) { FILE: packages/adapter-cloudflare/test/apps/pages/src/routes/+page.server.js function load (line 4) | function load() { FILE: packages/adapter-cloudflare/test/apps/workers/server-side-dep/index.js function sum (line 2) | function sum(a, b) { FILE: packages/adapter-cloudflare/test/apps/workers/src/routes/+page.server.js function load (line 4) | function load() { FILE: packages/adapter-cloudflare/test/apps/workers/src/routes/ctx/+server.js function GET (line 1) | function GET({ platform }) { FILE: packages/adapter-cloudflare/test/apps/workers/src/routes/read/+server.js function GET (line 4) | function GET() { FILE: packages/adapter-cloudflare/utils.js function is_building_for_cloudflare_pages (line 7) | function is_building_for_cloudflare_pages(wrangler_config) { function validate_worker_settings (line 22) | function validate_worker_settings(wrangler_config) { function parse_redirects (line 62) | function parse_redirects(file_contents) { function get_routes_json (line 90) | function get_routes_json(builder, client_assets, redirects, routes) { FILE: packages/adapter-netlify/ambient.d.ts type Platform (line 3) | interface Platform { FILE: packages/adapter-netlify/index.js constant FUNCTION_PREFIX (line 24) | const FUNCTION_PREFIX = 'sveltekit-'; method adapt (line 31) | async adapt(builder) { function generate_edge_functions (line 107) | async function generate_edge_functions({ builder }) { function generate_lambda_functions (line 218) | function generate_lambda_functions({ builder, publish, split }) { function get_netlify_config (line 309) | function get_netlify_config() { function get_publish_directory (line 324) | function get_publish_directory(netlify_config, builder) { function matches (line 353) | function matches(a, b) { function generate_serverless_function (line 390) | function generate_serverless_function({ builder, routes, patterns, name,... function generate_serverless_function_module (line 418) | function generate_serverless_function_module(manifest) { function generate_config_export (line 431) | function generate_config_export(patterns, exclude = []) { function generate_traced_module (line 446) | function generate_traced_module(config) { FILE: packages/adapter-netlify/rollup.config.js function clearOutput (line 10) | function clearOutput(filepath) { FILE: packages/adapter-netlify/src/edge.js function handler (line 31) | async function handler(request, context) { FILE: packages/adapter-netlify/src/serverless.js function init (line 10) | function init(manifest) { FILE: packages/adapter-netlify/test/apps/basic/src/routes/read/+server.js function GET (line 4) | function GET() { FILE: packages/adapter-netlify/test/apps/edge/src/routes/read/+server.js function GET (line 4) | function GET() { FILE: packages/adapter-netlify/test/apps/split/src/routes/dynamic/[id]/+page.server.js function load (line 2) | function load({ params }) { FILE: packages/adapter-node/ambient.d.ts type Platform (line 5) | interface Platform { FILE: packages/adapter-node/index.d.ts type AdapterOptions (line 9) | interface AdapterOptions { FILE: packages/adapter-node/index.js method adapt (line 28) | async adapt(builder) { FILE: packages/adapter-node/rollup.config.js function clearOutput (line 11) | function clearOutput(filepath) { function prefixBuiltinModules (line 27) | function prefixBuiltinModules() { FILE: packages/adapter-node/src/env.js function env (line 40) | function env(name, fallback) { function parsing_error (line 55) | function parsing_error(name, value, description) { function timeout_env (line 67) | function timeout_env(name, fallback) { FILE: packages/adapter-node/src/handler.js function serve (line 49) | function serve(path, client = false) { function serve_prerendered (line 72) | function serve_prerendered() { function sequence (line 166) | function sequence(handlers) { function normalise_header (line 190) | function normalise_header(name, value) { function get_origin (line 206) | function get_origin(headers) { FILE: packages/adapter-node/src/index.js constant SD_LISTEN_FDS_START (line 16) | const SD_LISTEN_FDS_START = 3; function graceful_shutdown (line 65) | function graceful_shutdown(reason) { FILE: packages/adapter-node/tests/smoke.spec_disabled.js constant DEFAULT_SERVER_OPTS (line 8) | const DEFAULT_SERVER_OPTS = { render: () => {} }; function startServer (line 10) | async function startServer(opts = DEFAULT_SERVER_OPTS) { FILE: packages/adapter-node/utils.js function parse_as_bytes (line 7) | function parse_as_bytes(value) { function parse_origin (line 24) | function parse_origin(value) { FILE: packages/adapter-static/index.d.ts type AdapterOptions (line 3) | interface AdapterOptions { FILE: packages/adapter-static/index.js method adapt (line 9) | async adapt(builder) { FILE: packages/adapter-static/internal.d.ts type PartialExcept (line 4) | type PartialExcept = Partial> & Require... type Builder2_0_0 (line 9) | type Builder2_0_0 = PartialExcept< FILE: packages/adapter-static/platforms.js function static_vercel_config (line 15) | function static_vercel_config(builder) { FILE: packages/adapter-static/test/apps/prerendered/src/routes/+page.js function load (line 2) | async function load({ fetch }) { FILE: packages/adapter-static/test/apps/prerendered/src/routes/endpoint/explicit.json/+server.js function GET (line 6) | function GET() { FILE: packages/adapter-static/test/apps/prerendered/src/routes/endpoint/implicit.json/+server.js function GET (line 7) | function GET() { FILE: packages/adapter-static/test/apps/prerendered/src/routes/server-emitted-asset/+page.server.js function load (line 3) | function load() { FILE: packages/adapter-vercel/ambient.d.ts type Platform (line 5) | interface Platform { FILE: packages/adapter-vercel/files/edge.js method getClientAddress (line 61) | getClientAddress() { FILE: packages/adapter-vercel/files/serverless.js constant DATA_SUFFIX (line 13) | const DATA_SUFFIX = '/__data.json'; method fetch (line 20) | fetch(request) { FILE: packages/adapter-vercel/index.d.ts type ServerlessConfig (line 7) | interface ServerlessConfig { type ImageFormat (line 58) | type ImageFormat = 'image/avif' | 'image/webp'; type RemotePattern (line 60) | type RemotePattern = { type ImagesConfig (line 67) | type ImagesConfig = { type EdgeConfig (line 79) | interface EdgeConfig { type Config (line 100) | type Config = (EdgeConfig | ServerlessConfig) & { type RequestContext (line 124) | interface RequestContext { FILE: packages/adapter-vercel/index.js constant INTERNAL (line 23) | const INTERNAL = '![-]'; method adapt (line 39) | async adapt(builder) { function hash_config (line 537) | function hash_config(config) { function write (line 552) | function write(file, data) { function static_vercel_config (line 568) | function static_vercel_config(builder, config, dir) { function create_function_bundle (line 707) | async function create_function_bundle(builder, entry, dir, config) { function validate_vercel_json (line 827) | function validate_vercel_json(builder, vercel_config) { function is_prerendered (line 874) | function is_prerendered(route) { function generate_traced_edge_module (line 884) | function generate_traced_edge_module({ instrumentation, start }) { FILE: packages/adapter-vercel/test/apps/basic/src/routes/api/json/+server.ts function GET (line 3) | function GET() { FILE: packages/adapter-vercel/test/apps/basic/src/routes/deep/nested/route/+page.server.ts function load (line 1) | function load({ url }) { FILE: packages/adapter-vercel/test/apps/basic/src/routes/isr/+page.server.ts function load (line 7) | function load() { FILE: packages/adapter-vercel/test/apps/basic/src/routes/isr/[slug]/+page.server.ts function load (line 7) | function load({ params }) { FILE: packages/adapter-vercel/test/apps/basic/src/routes/prerendered/+page.server.ts function load (line 3) | function load() { FILE: packages/adapter-vercel/test/apps/basic/src/routes/read/+server.ts function GET (line 4) | function GET() { FILE: packages/adapter-vercel/test/apps/basic/src/routes/server-data/+page.server.ts function load (line 1) | function load() { FILE: packages/adapter-vercel/test/utils.spec.js function run_get_pathname_test (line 13) | function run_get_pathname_test(segments, expected) { function run_pattern_to_src_test (line 107) | function run_pattern_to_src_test(route_id, expected) { FILE: packages/adapter-vercel/utils.js function get_pathname (line 4) | function get_pathname(route) { function pattern_to_src (line 48) | function pattern_to_src(pattern) { function parse_isr_expiration (line 78) | function parse_isr_expiration(value, route_id) { function resolve_runtime (line 115) | function resolve_runtime(default_key, override_key) { function get_default_runtime (line 125) | function get_default_runtime() { function assert_is_valid_runtime (line 152) | function assert_is_valid_runtime(key) { FILE: packages/amp/index.js function transform (line 9) | function transform(html) { FILE: packages/enhanced-img/src/index.js function enhancedImages (line 8) | function enhancedImages() { function fallback_format (line 19) | function fallback_format(meta) { function imagetools_plugin (line 29) | function imagetools_plugin() { function get_widths (line 66) | function get_widths(width, sizes) { FILE: packages/enhanced-img/src/vite-plugin.js constant OPTIMIZABLE (line 10) | const OPTIMIZABLE = /^[^?]+\.(avif|heif|gif|jpeg|jpg|png|tiff|webp)(\?.*... function image_plugin (line 17) | function image_plugin(imagetools_plugin) { function process_id (line 197) | async function process_id(resolved_id, plugin_context, imagetools_plugin) { function parse_object (line 214) | function parse_object(str) { function get_attr_value (line 231) | function get_attr_value(node, attr) { function serialize_img_attributes (line 258) | function serialize_img_attributes(content, attributes, details) { function stringToNumber (line 304) | function stringToNumber(param) { function img_to_picture (line 313) | function img_to_picture(content, node, image) { function to_value (line 343) | function to_value(src) { function dynamic_img_to_picture (line 354) | function dynamic_img_to_picture(content, node, src_var_name) { FILE: packages/enhanced-img/test/markup-plugin.spec.js method load (line 12) | load(id) { method resolve (line 24) | resolve(url) { FILE: packages/enhanced-img/types/index.d.ts type EnhancedImgAttributes (line 8) | type EnhancedImgAttributes = Omit & { src: str... type SvelteHTMLElements (line 12) | interface SvelteHTMLElements { FILE: packages/enhanced-img/types/internal.d.ts type ElementLike (line 3) | type ElementLike = type Tag (line 18) | type Tag = AST.ExpressionTag | AST.HtmlTag | AST.ConstTag | AST.DebugTag... type Directive (line 20) | type Directive = type Block (line 30) | type Block = AST.EachBlock | AST.IfBlock | AST.AwaitBlock | AST.KeyBlock... type TemplateNode (line 32) | type TemplateNode = AST.Text | Tag | ElementLike | AST.Comment | Block; type Attribute (line 34) | type Attribute = AST.RegularElement['attributes'][number]; FILE: packages/kit/src/cli.js function handle_error (line 9) | function handle_error(e) { FILE: packages/kit/src/constants.js constant SVELTE_KIT_ASSETS (line 5) | const SVELTE_KIT_ASSETS = '/_svelte_kit_assets'; constant GENERATED_COMMENT (line 7) | const GENERATED_COMMENT = '// this file is generated — do not edit it\n'; constant ENDPOINT_METHODS (line 9) | const ENDPOINT_METHODS = ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTI... constant MUTATIVE_METHODS (line 11) | const MUTATIVE_METHODS = ['POST', 'PUT', 'PATCH', 'DELETE']; constant PAGE_METHODS (line 13) | const PAGE_METHODS = ['GET', 'POST', 'HEAD']; FILE: packages/kit/src/core/adapt/builder.js function create_builder (line 39) | function create_builder({ function compress_file (line 296) | async function compress_file(file, format = 'gz') { function create_instrumentation_facade (line 325) | function create_instrumentation_facade({ instrumentation, start, exports... FILE: packages/kit/src/core/adapt/index.js function adapt (line 14) | async function adapt( FILE: packages/kit/src/core/config/index.js function load_template (line 13) | function load_template(cwd, { kit }) { function load_error_page (line 47) | function load_error_page(config) { function load_config (line 64) | async function load_config({ cwd = process.cwd() } = {}) { function process_config (line 98) | function process_config(config, { cwd = process.cwd() } = {}) { function validate_config (line 121) | function validate_config(config) { FILE: packages/kit/src/core/config/index.spec.js function remove_keys (line 16) | function remove_keys(o, check) { function validate_paths (line 316) | function validate_paths(name, input, output) { FILE: packages/kit/src/core/config/options.js function deprecate (line 326) | function deprecate( function object (line 345) | function object(children, allow_unknown = false) { function validate (line 385) | function validate(fallback, fn) { function string (line 396) | function string(fallback, allow_empty = true) { function string_array (line 412) | function string_array(fallback) { function number (line 426) | function number(fallback) { function boolean (line 439) | function boolean(fallback) { function list (line 452) | function list(options, fallback = options[0]) { function fun (line 470) | function fun(fallback) { function assert_string (line 483) | function assert_string(input, keypath) { FILE: packages/kit/src/core/config/types.d.ts type Validator (line 1) | type Validator = (input: T, keypath: string) => T; FILE: packages/kit/src/core/env.js function create_static_module (line 14) | function create_static_module(id, env) { function create_dynamic_module (line 36) | function create_dynamic_module(type, dev_values) { function create_static_types (line 51) | function create_static_types(id, env) { function create_dynamic_types (line 72) | function create_dynamic_types(id, env, { public_prefix, private_prefix }) { FILE: packages/kit/src/core/generate_manifest/find_server_assets.js function find_server_assets (line 8) | function find_server_assets(build_data, routes) { FILE: packages/kit/src/core/generate_manifest/index.js function generate_manifest (line 25) | function generate_manifest({ build_data, prerendered, relative_path, rou... FILE: packages/kit/src/core/postbuild/analyse.js function analyse (line 31) | async function analyse({ function analyse_endpoint (line 185) | function analyse_endpoint(route, mod) { function analyse_page (line 217) | function analyse_page(layouts, leaf) { function list_features (line 239) | function list_features(route, manifest_data, server_manifest, tracked_fe... FILE: packages/kit/src/core/postbuild/crawl.js constant DOCTYPE (line 4) | const DOCTYPE = 'DOCTYPE'; constant CDATA_OPEN (line 5) | const CDATA_OPEN = '[CDATA['; constant CDATA_CLOSE (line 6) | const CDATA_CLOSE = ']]>'; constant COMMENT_OPEN (line 7) | const COMMENT_OPEN = '--'; constant COMMENT_CLOSE (line 8) | const COMMENT_CLOSE = '-->'; constant TAG_OPEN (line 10) | const TAG_OPEN = /[a-zA-Z]/; constant TAG_CHAR (line 11) | const TAG_CHAR = /[a-zA-Z0-9]/; constant ATTRIBUTE_NAME (line 12) | const ATTRIBUTE_NAME = /[^\t\n\f />"'=]/; constant WHITESPACE (line 14) | const WHITESPACE = /[\s\n\r]/; constant CRAWLABLE_META_NAME_ATTRS (line 16) | const CRAWLABLE_META_NAME_ATTRS = new Set([ function crawl (line 34) | function crawl(html, base) { FILE: packages/kit/src/core/postbuild/entities.js function decode (line 2248) | function decode(str) { FILE: packages/kit/src/core/postbuild/fallback.js function generate_fallback (line 16) | async function generate_fallback({ manifest_path, env }) { FILE: packages/kit/src/core/postbuild/prerender.js constant SPECIAL_HASHLINKS (line 26) | const SPECIAL_HASHLINKS = new Set(['', 'top']); function prerender (line 38) | async function prerender({ hash, out, manifest_path, metadata, verbose, ... FILE: packages/kit/src/core/postbuild/queue.js function queue (line 13) | function queue(concurrency) { FILE: packages/kit/src/core/postbuild/queue.spec.js function sleep (line 5) | function sleep(ms) { FILE: packages/kit/src/core/sync/create_manifest_data/index.js function create_manifest_data (line 25) | function create_manifest_data({ function create_assets (line 55) | function create_assets(config) { function create_hooks (line 67) | function create_hooks(config, cwd) { function create_matchers (line 83) | function create_matchers(config, cwd) { function create_routes_and_nodes (line 122) | function create_routes_and_nodes(cwd, config, fallback) { function analyze (line 492) | function analyze(project_relative, file, component_extensions, module_ex... function count_occurrences (line 542) | function count_occurrences(needle, haystack) { function prevent_conflicts (line 551) | function prevent_conflicts(routes) { function normalize_route_id (line 597) | function normalize_route_id(id) { FILE: packages/kit/src/core/sync/create_manifest_data/index.spec.js function simplify_node (line 38) | function simplify_node(node) { function simplify_route (line 51) | function simplify_route(route) { FILE: packages/kit/src/core/sync/create_manifest_data/sort.js constant EMPTY (line 15) | const EMPTY = { type: 'static', content: '', matched: false }; function sort_routes (line 18) | function sort_routes(routes) { function split_route_id (line 135) | function split_route_id(id) { function sort_static (line 149) | function sort_static(a, b) { FILE: packages/kit/src/core/sync/create_manifest_data/types.d.ts type Part (line 3) | interface Part { type RouteTreeNode (line 10) | interface RouteTreeNode { type RouteTree (line 15) | type RouteTree = Map; type RouteComponent (line 17) | interface RouteComponent { type RouteSharedModule (line 25) | interface RouteSharedModule { type RouteServerModule (line 31) | interface RouteServerModule { type RouteFile (line 37) | type RouteFile = RouteComponent | RouteSharedModule | RouteServerModule; FILE: packages/kit/src/core/sync/sync.js function init (line 20) | function init(config, mode) { function create (line 29) | function create(config) { function update (line 51) | function update(config, manifest_data, file) { function all (line 73) | function all(config, mode) { function all_types (line 83) | function all_types(config, mode) { function server (line 94) | function server(config) { FILE: packages/kit/src/core/sync/utils.js function write_if_changed (line 16) | function write_if_changed(file, code) { function write (line 26) | function write(file, code) { function dedent (line 41) | function dedent(strings, ...values) { function isSvelte5Plus (line 76) | function isSvelte5Plus() { FILE: packages/kit/src/core/sync/write_ambient.js function read_description (line 14) | function read_description(filename) { function write_ambient (line 55) | function write_ambient(config, mode) { FILE: packages/kit/src/core/sync/write_client_manifest.js function write_client_manifest (line 15) | function write_client_manifest(kit, manifest_data, output, metadata) { FILE: packages/kit/src/core/sync/write_non_ambient.js function get_pathnames_for_trailing_slash (line 23) | function get_pathnames_for_trailing_slash(pathname, route) { function generate_app_types (line 87) | function generate_app_types(manifest_data, config) { function write_non_ambient (line 261) | function write_non_ambient(config, manifest_data) { FILE: packages/kit/src/core/sync/write_root.js function write_root (line 8) | function write_root(manifest_data, config, output) { FILE: packages/kit/src/core/sync/write_server.js function write_server (line 107) | function write_server(config, output) { FILE: packages/kit/src/core/sync/write_tsconfig.js function maybe_file (line 12) | function maybe_file(cwd, file) { function project_relative (line 22) | function project_relative(file) { function remove_trailing_slashstar (line 29) | function remove_trailing_slashstar(file) { function write_tsconfig (line 41) | function write_tsconfig(kit, cwd = process.cwd()) { function get_tsconfig (line 54) | function get_tsconfig(kit) { function load_user_tsconfig (line 134) | function load_user_tsconfig(cwd) { function validate_user_config (line 153) | function validate_user_config(cwd, out, config) { function get_tsconfig_paths (line 202) | function get_tsconfig_paths(config) { FILE: packages/kit/src/core/sync/write_types/index.js function write_all_types (line 35) | function write_all_types(config, manifest_data) { function write_types (line 142) | function write_types(config, manifest_data, file) { function create_routes_map (line 163) | function create_routes_map(manifest_data) { function update_types (line 181) | function update_types(config, routes, route, to_delete = new Set()) { function process_node (line 380) | function process_node(node, outdir, is_page, proxies, all_pages_have_loa... function ensureProxies (line 519) | function ensureProxies(node, proxies) { function createProxy (line 534) | function createProxy(file_path, is_server) { function get_parent_type (line 551) | function get_parent_type(node, type) { function path_to_original (line 581) | function path_to_original(outdir, file_path) { function replace_ext_with_js (line 588) | function replace_ext_with_js(file_path) { function generate_params_type (line 600) | function generate_params_type(params, outdir, config) { function tweak_types (line 622) | function tweak_types(content, is_server) { FILE: packages/kit/src/core/sync/write_types/index.spec.js function run_test (line 18) | function run_test(dir) { FILE: packages/kit/src/core/sync/write_types/test/layout-advanced/(main)/+layout.server.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/layout-advanced/(main)/sub/+page.js function load (line 2) | async function load({ parent }) { FILE: packages/kit/src/core/sync/write_types/test/layout-advanced/+layout.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/layout/+layout.js function load (line 2) | function load({ data }) { FILE: packages/kit/src/core/sync/write_types/test/layout/+layout.server.js function load (line 2) | function load() { FILE: packages/kit/src/core/sync/write_types/test/layout/+page.js function load (line 2) | function load({ data }) { FILE: packages/kit/src/core/sync/write_types/test/layout/+page.server.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/param-type-inference/optional/[[optionalNarrowedParam=narrowed]]/+page.js function load (line 4) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/param-type-inference/required/+layout.js function load (line 4) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/param-type-inference/required/[narrowedParam=narrowed]/+page.js function load (line 4) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/param-type-inference/required/[regularParam=not_narrowed]/+page.js function load (line 4) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/param-type-inference/spread/[...spread=narrowed]/+page.js function load (line 4) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/simple-page-server-and-shared/+page.js function load (line 2) | function load({ data }) { FILE: packages/kit/src/core/sync/write_types/test/simple-page-server-and-shared/+page.server.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/simple-page-server-only/+page.server.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/simple-page-server-only/sub/+page.server.js function load (line 2) | function load() { FILE: packages/kit/src/core/sync/write_types/test/simple-page-shared-only/+page.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/simple-page-shared-only/sub/+page.js function load (line 2) | function load() { FILE: packages/kit/src/core/sync/write_types/test/slugs-layout-not-all-pages-have-load/+layout.js function load (line 2) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/slugs-layout-not-all-pages-have-load/nested/+layout.js function load (line 2) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/slugs-layout-not-all-pages-have-load/nested/[...rest]/+page.js function load (line 1) | function load() { FILE: packages/kit/src/core/sync/write_types/test/slugs/+layout.js function load (line 2) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/slugs/[...rest]/+page.js function load (line 2) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/slugs/[slug]/+page.js function load (line 2) | function load({ params }) { FILE: packages/kit/src/core/sync/write_types/test/slugs/x/[[optional]]/+page.js function load (line 2) | async function load({ parent, params }) { FILE: packages/kit/src/core/utils.js function noop (line 27) | function noop() {} function logger (line 30) | function logger({ verbose }) { function get_mime_lookup (line 48) | function get_mime_lookup(manifest_data) { function list_files (line 66) | function list_files(dir, filter) { FILE: packages/kit/src/exports/hooks/sequence.js function sequence (line 80) | function sequence(...handlers) { FILE: packages/kit/src/exports/index.js function error (line 75) | function error(status, body) { function isHttpError (line 90) | function isHttpError(e, status) { function redirect (line 112) | function redirect(status, location) { function isRedirect (line 129) | function isRedirect(e) { function json (line 138) | function json(data, init) { function text (line 166) | function text(body, init) { function fail (line 206) | function fail(status, data) { function isActionFailure (line 216) | function isActionFailure(e) { function invalid (line 247) | function invalid(...issues) { function isValidationError (line 259) | function isValidationError(e) { function normalizeUrl (line 278) | function normalizeUrl(url) { FILE: packages/kit/src/exports/internal/event.js function getRequestEvent (line 29) | function getRequestEvent() { function get_request_store (line 47) | function get_request_store() { function try_get_request_store (line 65) | function try_get_request_store() { function with_request_store (line 74) | function with_request_store(store, fn) { FILE: packages/kit/src/exports/internal/index.js class HttpError (line 3) | class HttpError { method constructor (line 8) | constructor(status, body) { method toString (line 19) | toString() { class Redirect (line 24) | class Redirect { method constructor (line 29) | constructor(status, location) { class SvelteKitError (line 40) | class SvelteKitError extends Error { method constructor (line 46) | constructor(status, text, message) { class ActionFailure (line 56) | class ActionFailure { method constructor (line 61) | constructor(status, data) { class ValidationError (line 70) | class ValidationError extends Error { method constructor (line 74) | constructor(issues) { FILE: packages/kit/src/exports/internal/remote-functions.js function init_remote_functions (line 11) | function init_remote_functions(module, file, hash) { FILE: packages/kit/src/exports/internal/server.js function merge_tracing (line 7) | function merge_tracing(event_like, current) { FILE: packages/kit/src/exports/node/index.js function get_raw_body (line 10) | function get_raw_body(req, body_size_limit) { function getRequest (line 108) | async function getRequest({ request, base, bodySizeLimit }) { function setResponse (line 156) | async function setResponse(res, response) { function createReadableStream (line 236) | function createReadableStream(file) { FILE: packages/kit/src/exports/node/polyfills.js function installPolyfills (line 19) | function installPolyfills() { FILE: packages/kit/src/exports/public.d.ts type Span (line 34) | type Span = import('@opentelemetry/api').Span; type Adapter (line 39) | interface Adapter { type LoadProperties (line 72) | type LoadProperties | void> = input ex... type AwaitedActions (line 78) | type AwaitedActions any>> = O... type OptionalUnion (line 86) | type OptionalUnion< type ActionFailure (line 93) | interface ActionFailure { type UnpackValidationError (line 99) | type UnpackValidationError = type Builder (line 110) | interface Builder { type Config (line 252) | interface Config extends SvelteConfig { type Cookies (line 263) | interface Cookies { type Emulator (line 323) | interface Emulator { type KitConfig (line 331) | interface KitConfig { type Handle (line 925) | type Handle = (input: { type HandleServerError (line 936) | type HandleServerError = (input: { type HandleValidationError (line 948) | type HandleValidationError MaybePromise; type ClientInit (line 983) | type ClientInit = () => MaybePromise; type Reroute (line 989) | type Reroute = (event: { url: URL; fetch: typeof fetch }) => MaybePromis... type Transport (line 1015) | type Transport = Record; type Transporter (line 1020) | interface Transporter< type Load (line 1032) | type Load< type LoadEvent (line 1044) | interface LoadEvent< type NavigationEvent (line 1165) | interface NavigationEvent< type NavigationTarget (line 1191) | interface NavigationTarget< type NavigationType (line 1236) | type NavigationType = 'enter' | 'form' | 'leave' | 'link' | 'goto' | 'po... type NavigationBase (line 1238) | interface NavigationBase { type NavigationEnter (line 1258) | interface NavigationEnter extends NavigationBase { type NavigationExternal (line 1276) | type NavigationExternal = NavigationGoto | NavigationLeave; type NavigationGoto (line 1278) | interface NavigationGoto extends NavigationBase { type NavigationLeave (line 1293) | interface NavigationLeave extends NavigationBase { type NavigationFormSubmit (line 1308) | interface NavigationFormSubmit extends NavigationBase { type NavigationPopState (line 1328) | interface NavigationPopState extends NavigationBase { type NavigationLink (line 1346) | interface NavigationLink extends NavigationBase { type Navigation (line 1366) | type Navigation = type BeforeNavigate (line 1375) | type BeforeNavigate = Navigation & { type OnNavigate (line 1385) | type OnNavigate = Navigation & { type AfterNavigate (line 1396) | type AfterNavigate = (Navigation | NavigationEnter) & { type Page (line 1407) | interface Page< type ParamMatcher (line 1453) | type ParamMatcher = (param: string) => boolean; type RequestEvent (line 1455) | interface RequestEvent< type RequestHandler (line 1566) | type RequestHandler< type ResolveOptions (line 1571) | interface ResolveOptions { type RouteDefinition (line 1594) | interface RouteDefinition { class Server (line 1609) | class Server { type ServerInitOptions (line 1615) | interface ServerInitOptions { type SSRManifest (line 1622) | interface SSRManifest { type ServerLoad (line 1647) | type ServerLoad< type ServerLoadEvent (line 1654) | interface ServerLoadEvent< type Action (line 1736) | type Action< type Actions (line 1746) | type Actions< type ActionResult (line 1762) | type ActionResult< type HttpError (line 1774) | interface HttpError { type Redirect (line 1784) | interface Redirect { type SubmitFunction (line 1791) | type SubmitFunction< type Snapshot (line 1820) | interface Snapshot { type WillRecurseIndefinitely (line 1826) | type WillRecurseIndefinitely = unknown extends T ? true : string exte... type InputTypeMap (line 1829) | type InputTypeMap = { type RemoteFormFieldType (line 1858) | type RemoteFormFieldType = { type InputElementProps (line 1863) | type InputElementProps = T extends 'checkb... type RemoteFormFieldMethods (line 1903) | type RemoteFormFieldMethods = { type RemoteFormFieldValue (line 1912) | type RemoteFormFieldValue = string | string[] | number | boolean | File ... type AsArgs (line 1914) | type AsArgs = Type extends 'chec... type RemoteFormField (line 1925) | type RemoteFormField = RemoteFormFie... type RemoteFormFieldContainer (line 1939) | type RemoteFormFieldContainer = RemoteFormFieldMethods & { type UnknownField (line 1944) | type UnknownField = RemoteFormFieldMethods & { type RemoteFormFieldsRoot (line 1962) | type RemoteFormFieldsRoot = type RemoteFormFields (line 1977) | type RemoteFormFields = type RecursiveFormFields (line 1993) | type RecursiveFormFields = RemoteFormFieldContainer & { type MaybeArray (line 1997) | type MaybeArray = T | T[]; type RemoteFormInput (line 1999) | interface RemoteFormInput { type RemoteFormIssue (line 2003) | interface RemoteFormIssue { type ExtractId (line 2010) | type ExtractId = Input extends { id: infer Id } type InvalidField (line 2023) | type InvalidField = type ValidationError (line 2041) | interface ValidationError { type RemoteForm (line 2049) | type RemoteForm = { type RemoteCommand (line 2104) | type RemoteCommand = { type RemoteResource (line 2112) | type RemoteResource = Promise & { type RemoteQuery (line 2130) | type RemoteQuery = RemoteResource & { type RemoteQueryOverride (line 2173) | interface RemoteQueryOverride { type RemotePrerenderFunction (line 2181) | type RemotePrerenderFunction = ( type RemoteQueryFunction (line 2188) | type RemoteQueryFunction = ( FILE: packages/kit/src/exports/vite/build/build_server.js function build_server_nodes (line 19) | function build_server_nodes( FILE: packages/kit/src/exports/vite/build/build_service_worker.js function build_service_worker (line 22) | async function build_service_worker( FILE: packages/kit/src/exports/vite/build/utils.js function find_deps (line 13) | function find_deps(manifest, entry, add_dynamic_css) { function resolve_symlinks (line 106) | function resolve_symlinks(manifest, file) { function filter_fonts (line 122) | function filter_fonts(assets) { function assets_base (line 130) | function assets_base(config) { function create_function_as_string (line 143) | function create_function_as_string(name, placeholder_names, str) { FILE: packages/kit/src/exports/vite/dev/index.js function dev (line 34) | async function dev(vite, vite_config, svelte_config, get_remotes) { function remove_static_middlewares (line 584) | function remove_static_middlewares(server) { function find_deps (line 599) | async function find_deps(vite, node, deps) { function get_server_module_by_url (line 644) | function get_server_module_by_url(vite, url) { function has_correct_case (line 659) | function has_correct_case(file, assets) { FILE: packages/kit/src/exports/vite/index.js function sveltekit (line 134) | async function sveltekit() { function kit (line 189) | async function kit({ svelte_config }) { function warn_overridden_config (line 1408) | function warn_overridden_config(config, resolved_config) { function find_overridden_config (line 1426) | function find_overridden_config(config, resolved_config, enforced_config... FILE: packages/kit/src/exports/vite/preview/index.js function preview (line 21) | async function preview(vite, vite_config, svelte_config) { function scoped (line 241) | function scoped(scope, handler) { function is_file (line 259) | function is_file(path) { FILE: packages/kit/src/exports/vite/static_analysis/index.js function statically_analyse_page_options (line 35) | function statically_analyse_page_options(filename, input) { function get_name (line 209) | function get_name(node) { function get_page_options (line 218) | function get_page_options(filepath) { function create_node_analyser (line 232) | function create_node_analyser() { FILE: packages/kit/src/exports/vite/static_analysis/utils.js function has_children (line 7) | function has_children(content, is_svelte_5_plus) { function should_ignore (line 24) | function should_ignore(content, match_index) { FILE: packages/kit/src/exports/vite/static_analysis/utils.spec.js function should_warn_for_content (line 20) | function should_warn_for_content(content, filename) { FILE: packages/kit/src/exports/vite/types.d.ts type EnforcedConfig (line 1) | interface EnforcedConfig { FILE: packages/kit/src/exports/vite/utils.js function get_config_aliases (line 24) | function get_config_aliases(config) { function escape_for_regexp (line 60) | function escape_for_regexp(str) { function get_env (line 69) | function get_env(env_config, mode) { function not_found (line 84) | function not_found(req, res, base) { function normalize_id (line 125) | function normalize_id(id, lib, cwd) { function stackless (line 169) | function stackless(message) { function error_for_missing_config (line 199) | function error_for_missing_config(feature_name, path, value) { FILE: packages/kit/src/runtime/app/forms.js function deserialize (line 31) | function deserialize(result) { function clone (line 50) | function clone(element) { function enhance (line 79) | function enhance(form_element, submit = () => {}) { FILE: packages/kit/src/runtime/app/paths/client.js function asset (line 25) | function asset(file) { function resolve (line 54) | function resolve(...args) { function match (line 82) | async function match(url) { FILE: packages/kit/src/runtime/app/paths/internal/server.js function override (line 17) | function override(paths) { function reset (line 22) | function reset() { function set_assets (line 28) | function set_assets(path) { FILE: packages/kit/src/runtime/app/paths/server.js function asset (line 9) | function asset(file) { function resolve (line 15) | function resolve(id, params) { function match (line 34) | async function match(url) { FILE: packages/kit/src/runtime/app/paths/types.d.ts type StripSearchOrHash (line 8) | type StripSearchOrHash = T extends `${infer Pathname}?... type ResolveArgs (line 14) | type ResolveArgs@,;:"/[\]?={} ... constant MAX_COOKIE_SIZE (line 21) | const MAX_COOKIE_SIZE = 4129; function validate_options (line 25) | function validate_options(options) { function generate_cookie_key (line 42) | function generate_cookie_key(domain, path, name) { function get_cookies (line 50) | function get_cookies(request, url) { function domain_matches (line 287) | function domain_matches(hostname, constraint) { function path_matches (line 300) | function path_matches(path, constraint) { function add_cookies_to_headers (line 313) | function add_cookies_to_headers(headers, cookies) { function conjoin (line 331) | function conjoin(array) { FILE: packages/kit/src/runtime/server/data/index.js function render_data (line 22) | async function render_data( function json_response (line 168) | function json_response(json, status = 200) { function redirect_json_response (line 181) | function redirect_json_response(redirect) { FILE: packages/kit/src/runtime/server/endpoint.js function render_endpoint (line 14) | async function render_endpoint(event, event_state, mod, state) { function is_endpoint_request (line 95) | function is_endpoint_request(event) { FILE: packages/kit/src/runtime/server/env_module.js function get_public_env (line 16) | function get_public_env(request) { FILE: packages/kit/src/runtime/server/fetch.js function create_fetch (line 18) | function create_fetch({ event, options, manifest, state, get_cookie_head... function normalize_fetch_input (line 192) | function normalize_fetch_input(info, init, url) { function internal_fetch (line 207) | async function internal_fetch(request, options, manifest, state) { FILE: packages/kit/src/runtime/server/index.js class Server (line 19) | class Server { method constructor (line 27) | constructor(manifest) { method init (line 55) | async init({ env, read }) { method respond (line 171) | async respond(request, options) { FILE: packages/kit/src/runtime/server/page/actions.js function is_action_json_request (line 14) | function is_action_json_request(event) { function handle_action_json_request (line 29) | async function handle_action_json_request(event, event_state, options, s... function check_incorrect_fail_use (line 116) | function check_incorrect_fail_use(error) { function action_json_redirect (line 125) | function action_json_redirect(redirect) { function action_json (line 137) | function action_json(data, init) { function is_action_request (line 144) | function is_action_request(event) { function handle_action_request (line 154) | async function handle_action_request(event, event_state, server) { function check_named_default_separate (line 218) | function check_named_default_separate(actions) { function call_action (line 232) | async function call_action(event, event_state, actions) { function validate_action_return (line 287) | function validate_action_return(data) { function uneval_action_response (line 303) | function uneval_action_response(data, route_id, transport) { function stringify_action_response (line 322) | function stringify_action_response(data, route_id, transport) { function try_serialize (line 335) | function try_serialize(data, fn, route_id) { FILE: packages/kit/src/runtime/server/page/crypto.js function sha256 (line 8) | function sha256(data) { function precompute (line 115) | function precompute() { function reverse_endianness (line 147) | function reverse_endianness(bytes) { function encode (line 162) | function encode(str) { FILE: packages/kit/src/runtime/server/page/csp.js function generate_nonce (line 7) | function generate_nonce() { class BaseProvider (line 28) | class BaseProvider { method constructor (line 88) | constructor(use_hashes, directives, nonce) { method add_script (line 180) | add_script(content) { method add_script_hashes (line 196) | add_script_hashes(hashes) { method add_style (line 208) | add_style(content) { method get_header (line 246) | get_header(is_meta = false) { class CspProvider (line 320) | class CspProvider extends BaseProvider { method get_meta (line 321) | get_meta() { class CspReportOnlyProvider (line 332) | class CspReportOnlyProvider extends BaseProvider { method constructor (line 338) | constructor(use_hashes, directives, nonce) { class Csp (line 356) | class Csp { method constructor (line 370) | constructor({ mode, directives, reportOnly }, { prerender }) { method script_needs_hash (line 376) | get script_needs_hash() { method script_needs_nonce (line 380) | get script_needs_nonce() { method style_needs_nonce (line 384) | get style_needs_nonce() { method add_script (line 389) | add_script(content) { method add_script_hashes (line 395) | add_script_hashes(hashes) { method add_style (line 401) | add_style(content) { FILE: packages/kit/src/runtime/server/page/data_serializer.js function server_data_serializer (line 19) | function server_data_serializer(event, event_state, options) { function server_data_serializer_json (line 134) | function server_data_serializer_json(event, event_state, options) { FILE: packages/kit/src/runtime/server/page/index.js constant MAX_DEPTH (line 24) | const MAX_DEPTH = 10; function render_page (line 37) | async function render_page( function load_error_components (line 396) | async function load_error_components(options, ssr, branch, page, manifes... FILE: packages/kit/src/runtime/server/page/load_data.js function load_server_data (line 21) | async function load_server_data({ event, event_state, state, node, paren... function load_data (line 207) | async function load_data({ function create_universal_fetch (line 270) | function create_universal_fetch(event, state, fetched, csr, resolve_opts) { function stream_to_string (line 492) | async function stream_to_string(stream) { FILE: packages/kit/src/runtime/server/page/load_data.spec.js function create_fetch (line 7) | function create_fetch(event) { FILE: packages/kit/src/runtime/server/page/render.js function render_response (line 48) | async function render_response({ class Head (line 727) | class Head { method constructor (line 745) | constructor(rendered, prerendering) { method build (line 750) | build() { method add_style (line 765) | add_style(style, attributes) { method add_stylesheet (line 775) | add_stylesheet(href, attributes) { method add_script_preload (line 780) | add_script_preload(href) { method add_link_tag (line 790) | add_link_tag(href, attributes) { method add_http_equiv (line 796) | add_http_equiv(tag) { FILE: packages/kit/src/runtime/server/page/respond_with_error.js function respond_with_error (line 25) | async function respond_with_error({ FILE: packages/kit/src/runtime/server/page/serialize_data.js function serialize_data (line 43) | function serialize_data(fetched, filter, prerendering = false) { FILE: packages/kit/src/runtime/server/page/server_routing.js function generate_route_object (line 13) | function generate_route_object(route, url, manifest) { function create_client_import (line 36) | function create_client_import(import_path, url) { function resolve_route (line 66) | async function resolve_route(resolved_path, url, manifest) { function create_server_routing_response (line 85) | function create_server_routing_response(route, params, url, manifest) { function create_css_import (line 111) | function create_css_import(route, url, manifest) { FILE: packages/kit/src/runtime/server/page/types.d.ts type Fetched (line 11) | interface Fetched { type Loaded (line 21) | type Loaded = { type CspMode (line 27) | type CspMode = 'hash' | 'nonce' | 'auto'; type CspConfig (line 29) | interface CspConfig { type CspOpts (line 35) | interface CspOpts { type Cookie (line 39) | interface Cookie { type ServerDataSerializer (line 45) | type ServerDataSerializer = { type ServerDataSerializerJson (line 51) | type ServerDataSerializerJson = { FILE: packages/kit/src/runtime/server/remote.js function handle_remote_call (line 18) | async function handle_remote_call(event, state, options, manifest, id) { function handle_remote_call_internal (line 40) | async function handle_remote_call_internal(event, state, options, manife... function handle_remote_form_post (line 236) | async function handle_remote_form_post(event, state, manifest, id) { function handle_remote_form_post_internal (line 258) | async function handle_remote_form_post_internal(event, state, manifest, ... function get_remote_id (line 324) | function get_remote_id(url) { function get_remote_action (line 334) | function get_remote_action(url) { FILE: packages/kit/src/runtime/server/respond.js function internal_respond (line 69) | async function internal_respond(request, options, manifest, state) { function load_page_nodes (line 730) | function load_page_nodes(page, manifest) { function propagate_context (line 746) | function propagate_context(fn) { FILE: packages/kit/src/runtime/server/utils.js function is_pojo (line 12) | function is_pojo(body) { function method_not_allowed (line 27) | function method_not_allowed(mod, method) { function allowed_methods (line 39) | function allowed_methods(mod) { function get_global_name (line 54) | function get_global_name(options) { function static_error_page (line 65) | function static_error_page(options, status, message) { function handle_fatal_error (line 85) | async function handle_fatal_error(event, state, options, error) { function handle_error_and_jsonify (line 112) | async function handle_error_and_jsonify(event, state, options, error) { function redirect_response (line 136) | function redirect_response(status, location) { function clarify_devalue_error (line 148) | function clarify_devalue_error(event, error) { function serialize_uses (line 167) | function serialize_uses(node) { function has_prerendered_path (line 194) | function has_prerendered_path(manifest, pathname) { function format_server_error (line 207) | function format_server_error(status, error, event) { function clean_up_stack_trace (line 238) | function clean_up_stack_trace(error) { function get_node_type (line 259) | function get_node_type(node_id) { FILE: packages/kit/src/runtime/server/validate-headers.js constant VALID_CACHE_CONTROL_DIRECTIVES (line 2) | const VALID_CACHE_CONTROL_DIRECTIVES = new Set([ constant CONTENT_TYPE_PATTERN (line 20) | const CONTENT_TYPE_PATTERN = constant HEADER_VALIDATORS (line 24) | const HEADER_VALIDATORS = { function validateHeaders (line 53) | function validateHeaders(headers) { FILE: packages/kit/src/runtime/shared-server.js function set_private_env (line 17) | function set_private_env(environment) { function set_public_env (line 22) | function set_public_env(environment) { function set_fix_stack_trace (line 27) | function set_fix_stack_trace(value) { FILE: packages/kit/src/runtime/shared.js function validate_depends (line 10) | function validate_depends(route_id, dep) { constant INVALIDATED_PARAM (line 19) | const INVALIDATED_PARAM = 'x-sveltekit-invalidated'; constant TRAILING_SLASH_PARAM (line 21) | const TRAILING_SLASH_PARAM = 'x-sveltekit-trailing-slash'; function validate_load_response (line 27) | function validate_load_response(data, location_description) { function stringify (line 48) | function stringify(data, transport) { function stringify_remote_arg (line 60) | function stringify_remote_arg(value, transport) { function parse_remote_arg (line 75) | function parse_remote_arg(string, transport) { function create_remote_key (line 92) | function create_remote_key(id, payload) { function unfriendly_hydratable (line 103) | function unfriendly_hydratable(key, fn) { FILE: packages/kit/src/runtime/telemetry/noop.js method startSpan (line 11) | startSpan() { method startActiveSpan (line 22) | startActiveSpan(_name, arg_1, arg_2, arg_3) { method spanContext (line 39) | spanContext() { method setAttribute (line 42) | setAttribute() { method setAttributes (line 45) | setAttributes() { method addEvent (line 48) | addEvent() { method setStatus (line 51) | setStatus() { method updateName (line 54) | updateName() { method end (line 57) | end() { method isRecording (line 60) | isRecording() { method recordException (line 63) | recordException() { method addLink (line 66) | addLink() { method addLinks (line 69) | addLinks() { FILE: packages/kit/src/runtime/telemetry/record_span.js function record_span (line 7) | async function record_span({ name, attributes, fn }) { FILE: packages/kit/src/runtime/utils.js function get_relative_path (line 11) | function get_relative_path(from, to) { function base64_encode (line 31) | function base64_encode(bytes) { function base64_decode (line 50) | function base64_decode(encoded) { FILE: packages/kit/src/types/ambient.d.ts type Error (line 27) | interface Error { type Locals (line 34) | interface Locals {} type PageData (line 41) | interface PageData {} type PageState (line 46) | interface PageState {} type Platform (line 51) | interface Platform {} type AppTypes (line 90) | interface AppTypes { type RouteId (line 105) | type RouteId = ReturnType; type RouteIdWithSearchOrHash (line 110) | type RouteIdWithSearchOrHash = RouteId | `${RouteId}?${string}` | `${Rou... type RouteParams (line 115) | type RouteParams = T extends keyof ReturnType = T extends keyof ReturnType; type PathnameWithSearchOrHash (line 134) | type PathnameWithSearchOrHash = type ResolvedPathname (line 142) | type ResolvedPathname = ReturnType; type Asset (line 147) | type Asset = ReturnType; FILE: packages/kit/src/types/internal.d.ts type ServerModule (line 37) | interface ServerModule { type ServerInternalModule (line 41) | interface ServerInternalModule { type Asset (line 54) | interface Asset { type AssetDependencies (line 60) | interface AssetDependencies { type BuildData (line 69) | interface BuildData { type CSRPageNode (line 112) | interface CSRPageNode { type CSRPageNodeLoader (line 120) | type CSRPageNodeLoader = () => Promise; type CSRRoute (line 126) | type CSRRoute = { type CSRRouteServer (line 137) | type CSRRouteServer = { type Deferred (line 145) | interface Deferred { type GetParams (line 150) | type GetParams = (match: RegExpExecArray) => Record; type ServerHooks (line 152) | interface ServerHooks { type ClientHooks (line 162) | interface ClientHooks { type Env (line 169) | interface Env { class InternalServer (line 174) | class InternalServer extends Server { type ManifestData (line 188) | interface ManifestData { type RemoteChunk (line 201) | interface RemoteChunk { type PageNode (line 206) | interface PageNode { type PrerenderDependency (line 222) | interface PrerenderDependency { type PrerenderOptions (line 227) | interface PrerenderOptions { type RecursiveRequired (line 240) | type RecursiveRequired = { type RequiredResolveOptions (line 249) | type RequiredResolveOptions = Required; type RouteParam (line 251) | interface RouteParam { type RouteData (line 264) | interface RouteData { type ServerRedirectNode (line 289) | type ServerRedirectNode = { type ServerNodesResponse (line 294) | type ServerNodesResponse = { type RemoteFunctionResponse (line 302) | type RemoteFunctionResponse = type ServerDataNode (line 320) | interface ServerDataNode { type ServerDataChunkNode (line 334) | interface ServerDataChunkNode { type ServerDataSkippedNode (line 345) | interface ServerDataSkippedNode { type ServerErrorNode (line 352) | interface ServerErrorNode { type ServerMetadataRoute (line 361) | interface ServerMetadataRoute { type ServerMetadata (line 374) | interface ServerMetadata { type SSRComponent (line 385) | interface SSRComponent { type SSRComponentLoader (line 405) | type SSRComponentLoader = () => Promise; type UniversalNode (line 407) | interface UniversalNode { type ServerNode (line 418) | interface ServerNode { type SSRNode (line 429) | interface SSRNode { type SSRNodeLoader (line 454) | type SSRNodeLoader = () => Promise; type SSROptions (line 456) | interface SSROptions { type PageNodeIndexes (line 485) | interface PageNodeIndexes { type PrerenderEntryGenerator (line 491) | type PrerenderEntryGenerator = () => MaybePromise = () => MaybePromise> & { type SSRRoute (line 502) | interface SSRRoute { type SSRClientRoute (line 511) | interface SSRClientRoute { type SSRState (line 520) | interface SSRState { type StrictBody (line 547) | type StrictBody = string | ArrayBufferView; type Uses (line 549) | interface Uses { type ValidatedConfig (line 558) | type ValidatedConfig = Config & { type ValidatedKitConfig (line 563) | type ValidatedKitConfig = Omit, 'adapter'> & { type BinaryFormMeta (line 567) | type BinaryFormMeta = { type BaseRemoteInternals (line 572) | interface BaseRemoteInternals { type RemoteQueryInternals (line 578) | interface RemoteQueryInternals extends BaseRemoteInternals { type RemoteQueryLiveInternals (line 581) | interface RemoteQueryLiveInternals extends BaseRemoteInternals { type RemoteQueryBatchInternals (line 590) | interface RemoteQueryBatchInternals extends BaseRemoteInternals { type RemoteCommandInternals (line 595) | interface RemoteCommandInternals extends BaseRemoteInternals { type RemoteFormInternals (line 599) | interface RemoteFormInternals extends BaseRemoteInternals { type RemotePrerenderInternals (line 604) | interface RemotePrerenderInternals extends BaseRemoteInternals { type RemoteInternals (line 611) | type RemoteInternals = type InternalRemoteFormIssue (line 619) | interface InternalRemoteFormIssue extends RemoteFormIssue { type RecordSpan (line 625) | type RecordSpan = (options: { type RequestState (line 635) | interface RequestState { type RequestStore (line 655) | interface RequestStore { FILE: packages/kit/src/types/private.d.ts type AdapterEntry (line 7) | interface AdapterEntry { type ActionSource (line 58) | type ActionSource = 'strict-dynamic' | 'report-sample'; type BaseSource (line 59) | type BaseSource = type CryptoSource (line 66) | type CryptoSource = `${'nonce' | 'sha256' | 'sha384' | 'sha512'}-${strin... type FrameSource (line 67) | type FrameSource = HostSource | SchemeSource | 'self' | 'none'; type HostNameScheme (line 68) | type HostNameScheme = `${string}.${string}` | 'localhost'; type HostSource (line 69) | type HostSource = `${HostProtocolSchemes}${HostNameScheme}${PortScheme}`; type HostProtocolSchemes (line 70) | type HostProtocolSchemes = `${string}://` | ''; type HttpDelineator (line 71) | type HttpDelineator = '/' | '?' | '#' | '\\'; type PortScheme (line 72) | type PortScheme = `:${number}` | '' | ':*'; type SchemeSource (line 73) | type SchemeSource = 'http:' | 'https:' | 'data:' | 'mediastream:' | 'blo... type Source (line 74) | type Source = HostSource | SchemeSource | CryptoSource | BaseSource; type Sources (line 75) | type Sources = Source[]; type CspDirectives (line 78) | interface CspDirectives { type HttpMethod (line 145) | type HttpMethod = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' |... type Logger (line 147) | interface Logger { type MaybePromise (line 156) | type MaybePromise = T | Promise; type Prerendered (line 158) | interface Prerendered { type PrerenderHttpErrorHandler (line 193) | interface PrerenderHttpErrorHandler { type PrerenderMissingIdHandler (line 203) | interface PrerenderMissingIdHandler { type PrerenderEntryGeneratorMismatchHandler (line 207) | interface PrerenderEntryGeneratorMismatchHandler { type PrerenderUnseenRoutesHandler (line 211) | interface PrerenderUnseenRoutesHandler { type PrerenderHttpErrorHandlerValue (line 215) | type PrerenderHttpErrorHandlerValue = 'fail' | 'warn' | 'ignore' | Prere... type PrerenderMissingIdHandlerValue (line 216) | type PrerenderMissingIdHandlerValue = 'fail' | 'warn' | 'ignore' | Prere... type PrerenderUnseenRoutesHandlerValue (line 217) | type PrerenderUnseenRoutesHandlerValue = type PrerenderEntryGeneratorMismatchHandlerValue (line 222) | type PrerenderEntryGeneratorMismatchHandlerValue = type PrerenderOption (line 228) | type PrerenderOption = boolean | 'auto'; type PrerenderMap (line 230) | type PrerenderMap = Map; type RequestOptions (line 232) | interface RequestOptions { type RouteSegment (line 237) | interface RouteSegment { type TrailingSlash (line 244) | type TrailingSlash = 'never' | 'always' | 'ignore'; type DeepPartial (line 246) | type DeepPartial = T extends Record | unknown[] type IsAny (line 254) | type IsAny = 0 extends 1 & T ? true : false; FILE: packages/kit/src/utils/array.js function compact (line 7) | function compact(arr) { FILE: packages/kit/src/utils/css.js constant SKIP_PARSING_REGEX (line 18) | const SKIP_PARSING_REGEX = /url\(/i; constant URL_FUNCTION_REGEX (line 21) | const URL_FUNCTION_REGEX = /url\(\s*.*?\)/gi; constant URL_PARAMETER_REGEX (line 24) | const URL_PARAMETER_REGEX = /url\(\s*(['"]?)(.*?)\1\s*\)/i; constant HASH_OR_QUERY_REGEX (line 27) | const HASH_OR_QUERY_REGEX = /[#?]/; constant VITE_ASSET_PREFIX (line 33) | const VITE_ASSET_PREFIX = './'; constant AST_OFFSET (line 35) | const AST_OFFSET = '