Skip to content

Commit

Permalink
Merge pull request #1084 from ryoppippi/feature/stc-abandoned
Browse files Browse the repository at this point in the history
docs(setup): remove mention of STC project because stc is offically abandoned
  • Loading branch information
samchon authored Jun 8, 2024
2 parents 140fcdf + 9ea223c commit 918b633
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 918b633

Please sign in to comment.