We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c7017 commit a014a79Copy full SHA for a014a79
apps/svelte.dev/scripts/sync-docs/index.ts
@@ -145,7 +145,6 @@ for (const pkg of packages) {
145
migrate_meta_json(`${DOCS}/${pkg.name}`);
146
147
const modules = await pkg.process_modules(await read_types(`${pkg.local}/${pkg.pkg}/`, []), pkg);
148
- modules.sort((a, b) => (a.name! < b.name! ? -1 : 1));
149
150
const files = glob(`${DOCS}/${pkg.name}/**/*.md`);
151
0 commit comments