From cb30ba2ad4df7cd04af49f3e7ff41e2be9649dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 16 Jun 2022 13:54:19 +0900 Subject: [PATCH] docs(*): Add more badges (#4982) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cedc257c18d..d8e5ecead17 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,19 @@ undefined + GitHub release (latest SemVer)

+

+ GitHub code size in bytes CI Status + node-current (scoped) +

+ +

+ Discord

SWC (stands for `Speedy Web Compiler`) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see [rustdoc](https://rustdoc.swc.rs/swc/) and for most users, your entry point for using the library will be [parser](https://rustdoc.swc.rs/swc_ecma_parser/).