diff --git a/sites/svelte.dev/scripts/type-gen/compile-types.js b/sites/svelte.dev/scripts/type-gen/compile-types.js index 9e2db89af7..14a1a3c66f 100644 --- a/sites/svelte.dev/scripts/type-gen/compile-types.js +++ b/sites/svelte.dev/scripts/type-gen/compile-types.js @@ -7,8 +7,6 @@ import { VERSION } from 'svelte/compiler'; import { Project, SyntaxKind } from 'ts-morph'; import ts from 'typescript'; -// get_bundled_types(); - export async function get_bundled_types() { const dtsSources = fs.readdirSync(new URL('./dts-sources', import.meta.url));