Skip to content

Commit

Permalink
[docs] add a JSDoc for create_manifest_data (#7476)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 2, 2022
1 parent ff9a27b commit 9510139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kit/src/core/sync/create_manifest_data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9510139

Please sign in to comment.