From 6285d7cce0ff08e99687de27f5f645ee8daa1ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 26 Oct 2022 03:11:41 +0900 Subject: [PATCH] swc: Initial integration (#8847) Hi. I'm the creator of the swc project. It stands for speedy web compiler. https://swc.rs SWC is used by some famous open-source projects like next.js, Parcel (v2), and Deno. Lots of web developers use SWC indirectly via those open-source projects, and lots of web developers use `@swc/core` directly. These users include ByteDance, Tencent, Shopify, Discord, Slack, and vscode --- projects/swc/project.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/swc/project.yaml diff --git a/projects/swc/project.yaml b/projects/swc/project.yaml new file mode 100644 index 000000000..a7c642be9 --- /dev/null +++ b/projects/swc/project.yaml @@ -0,0 +1,9 @@ +homepage: https://swc.rs +language: rust +primary_contact: "kdy1997.dev@gmail.com" +auto_ccs: + - kdy1997.dev@gmail.com +sanitizers: + - address + - undefined +main_repo: https://github.com/swc-project/swc