From 95101398e4efd2eab1712a118156c0c85c5d5e70 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:06:34 -0700 Subject: [PATCH] [docs] add a JSDoc for create_manifest_data (#7476) --- packages/kit/src/core/sync/create_manifest_data/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/kit/src/core/sync/create_manifest_data/index.js b/packages/kit/src/core/sync/create_manifest_data/index.js index 6ea5a6baddab..37b74741e1ff 100644 --- a/packages/kit/src/core/sync/create_manifest_data/index.js +++ b/packages/kit/src/core/sync/create_manifest_data/index.js @@ -7,6 +7,7 @@ import { parse_route_id } from '../../../utils/routing.js'; import { sort_routes } from './sort.js'; /** + * Generates the manifest data used for the client-side manifest and types generation. * @param {{ * config: import('types').ValidatedConfig; * fallback?: string;