Skip to content

Commit

Permalink
no need to sort these
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 1, 2024
1 parent 80c7017 commit a014a79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/svelte.dev/scripts/sync-docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ for (const pkg of packages) {
migrate_meta_json(`${DOCS}/${pkg.name}`);

const modules = await pkg.process_modules(await read_types(`${pkg.local}/${pkg.pkg}/`, []), pkg);
modules.sort((a, b) => (a.name! < b.name! ? -1 : 1));

const files = glob(`${DOCS}/${pkg.name}/**/*.md`);

Expand Down

0 comments on commit a014a79

Please sign in to comment.