From 62c336494b35d6b3d6d3d7a9c494d261ca1d3496 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:18:05 +0100 Subject: [PATCH] docs(setup): remove mention of STC project because stc is offically abandoned https://github.com/dudykr/stc/issues/1101 --- website/pages/docs/setup.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/pages/docs/setup.mdx b/website/pages/docs/setup.mdx index 28cf1e1a58..82dfa340dc 100644 --- a/website/pages/docs/setup.mdx +++ b/website/pages/docs/setup.mdx @@ -364,8 +364,6 @@ export const check = (input: any): input is IMember => { Non-standard TypeScript compilers are removing every type informations, and skipping type checkings for rapid compilation. By the way, without those type informations, `typia` can't do anything. This is the reason why `typia` doesn't support non-standard TypeScript compilers. -By the way, [SWC](https://swc.rs) is preparing a new project [STC](https://github.com/dudykr/stc) keeping type informations. Therefore, `typia` will support it. -