From 710aa504c289bb81b7b2282ce8fb48e24e4f8a31 Mon Sep 17 00:00:00 2001 From: Puru Vijay <47742487+PuruVJ@users.noreply.github.com> Date: Tue, 9 May 2023 21:55:31 +0530 Subject: [PATCH] Update sites/svelte.dev/scripts/type-gen/compile-types.js Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> --- sites/svelte.dev/scripts/type-gen/compile-types.js | 2 -- 1 file changed, 2 deletions(-) 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));