Skip to content

Commit 9510139

Browse files
authored
[docs] add a JSDoc for create_manifest_data (#7476)
1 parent ff9a27b commit 9510139

File tree

1 file changed

+1
-0
lines changed
  • packages/kit/src/core/sync/create_manifest_data

1 file changed

+1
-0
lines changed

packages/kit/src/core/sync/create_manifest_data/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { parse_route_id } from '../../../utils/routing.js';
77
import { sort_routes } from './sort.js';
88

99
/**
10+
* Generates the manifest data used for the client-side manifest and types generation.
1011
* @param {{
1112
* config: import('types').ValidatedConfig;
1213
* fallback?: string;

0 commit comments

Comments
 (0)