0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00

fix: preprocess snippet

This commit is contained in:
Puru Vijay 2023-05-25 16:37:34 +05:30
parent ad949c5490
commit 46f71b3ba3

View File

@ -242,7 +242,7 @@ declare global {
export {}; export {};
// @filename: main.ts // @filename: main.ts
// @errors: 2322 2345 // @errors: 2322 2345 2339
/// <reference types="@types/node" /> /// <reference types="@types/node" />
// ---cut--- // ---cut---
import { preprocess } from 'svelte/compiler'; import { preprocess } from 'svelte/compiler';