Skip to content

Commit

Permalink
docs(setup): remove mention of STC project because stc is offically a…
Browse files Browse the repository at this point in the history
…bandoned

dudykr/stc#1101
  • Loading branch information
ryoppippi committed Jun 8, 2024
1 parent add2def commit 62c3364
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Alert>


Expand Down

0 comments on commit 62c3364

Please sign in to comment.