From 46f71b3ba37628766a03adb9363bf5096f8a323e Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Thu, 25 May 2023 16:37:34 +0530 Subject: [PATCH] fix: preprocess snippet --- .../content/docs/04-compiler-and-api/01-svelte-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md b/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md index f976fd75cb..b590321fab 100644 --- a/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md +++ b/documentation/content/docs/04-compiler-and-api/01-svelte-compiler.md @@ -242,7 +242,7 @@ declare global { export {}; // @filename: main.ts -// @errors: 2322 2345 +// @errors: 2322 2345 2339 /// // ---cut--- import { preprocess } from 'svelte/compiler';