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:
parent
ad949c5490
commit
46f71b3ba3
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user