From 4ca4dab27e04aa7cdc04a4304b9c5550525e849d Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Tue, 12 May 2020 07:59:39 +0100 Subject: [PATCH] remove send --- site/content/faq/what-about-typescript-support.md | 2 +- site/src/routes/faq/index.json.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/site/content/faq/what-about-typescript-support.md b/site/content/faq/what-about-typescript-support.md index 39d1990575..0aca3ef3ce 100644 --- a/site/content/faq/what-about-typescript-support.md +++ b/site/content/faq/what-about-typescript-support.md @@ -2,4 +2,4 @@ question: What about Typescript support? --- -We have no TS support **yet** but it's very much planned - v3 was partly about laying the foundation for it. You can track progress in [#1639](https://github.com/sveltejs/svelte/issues/1639). \ No newline at end of file +You need to install a [community supported preprocessor](https://github.com/sveltejs/integrations#preprocessors) such as [svelte-preprocess](https://github.com/kaisermann/svelte-preprocess). Work is ongoing to improve [IDE support](https://github.com/sveltejs/language-tools) and build [additional CLI tooling](https://github.com/sveltejs/language-tools/issues/68) \ No newline at end of file diff --git a/site/src/routes/faq/index.json.js b/site/src/routes/faq/index.json.js index ec872b45b7..0a53d2fa83 100644 --- a/site/src/routes/faq/index.json.js +++ b/site/src/routes/faq/index.json.js @@ -1,4 +1,3 @@ -import send from '@polka/send'; import get_faqs from './_faqs.js'; let json;