remove send

pull/4823/head
Antony Jones 5 years ago
parent b7bd7b71cf
commit 4ca4dab27e

@ -2,4 +2,4 @@
question: What about Typescript support? 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). 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)

@ -1,4 +1,3 @@
import send from '@polka/send';
import get_faqs from './_faqs.js'; import get_faqs from './_faqs.js';
let json; let json;

Loading…
Cancel
Save