Update sites/svelte.dev/scripts/type-gen/compile-types.js

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
pull/8452/head
Puru Vijay 3 years ago committed by GitHub
parent 7a9dbea49f
commit 710aa504c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,8 +7,6 @@ import { VERSION } from 'svelte/compiler';
import { Project, SyntaxKind } from 'ts-morph'; import { Project, SyntaxKind } from 'ts-morph';
import ts from 'typescript'; import ts from 'typescript';
// get_bundled_types();
export async function get_bundled_types() { export async function get_bundled_types() {
const dtsSources = fs.readdirSync(new URL('./dts-sources', import.meta.url)); const dtsSources = fs.readdirSync(new URL('./dts-sources', import.meta.url));

Loading…
Cancel
Save