SWC (@swc_rs) 's Twitter Profile
SWC

@swc_rs

SWC is a platform for the web, based on rust.

ID: 1395924404610093060

linkhttps://swc.rs calendar_today22-05-2021 02:09:03

159 Tweet

2,2K Followers

8 Following

hardfist (@hardfist_1) 's Twitter Profile Photo

The most exciting part for me about the partnership is both teams work together to improve the shared foundations, we've seen huge improvement of SWC for the past months since both teams work together!

italojs (@italojs_) 's Twitter Profile Photo

🚀 Big updates in Meteor.js 3.3-beta! 🔧 SWC transpiler = faster builds (#13657) ⚙️ Modern arch by default (#13665) 🧠 CPU profiling support (#13650) 📊 meteor profile improved (#13694) 🪝 Better useFind & useSubscribe 📬 replaceEmailAsync in Accounts (#13677) [1/2]

Nacho Codoñer 👨🏻‍💻🧾☄️🚀 (@nachocodoner) 's Twitter Profile Photo

Been experimenting for a long time on speeding up Meteor’s build process. Joining the Meteor.js team means that work now goes directly into the core. Meteor 3.3-beta.1 revamps the bundler components and uses SWC as the transpiler. forums.meteor.com/t/weekly-updat…

Neverland (@jait_chen) 's Twitter Profile Photo

Konstantin React We are working with the React team and SWC team to support React Compiler based on the SWC wrapper for Rspack ecosystem, see github.com/web-infra-dev/…

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

My idea regarding the React Compiler support for SWC is mainly about creating a reusable, stable, parallel wrapper using APIs of NAPI-RS and reusing it from swc / Next.js / Rspack

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

I'll start the next distribution of the donations for SWC on 6/1. Distribution plan: github.com/swc-project/sw… Any suggestions would be appreciated!

Rspack (@rspack_dev) 's Twitter Profile Photo

Our team member just contributed a PR to SWC with 3-8% parser perf gains 🚀 SWC parser is now 30% faster than a few months ago 📈

Our team member just contributed a PR to SWC with 3-8% parser perf gains 🚀

SWC parser is now 30% faster than a few months ago 📈
Nacho Codoñer 👨🏻‍💻🧾☄️🚀 (@nachocodoner) 's Twitter Profile Photo

Our Meteor modernization phase has reached its first major milestone in 3.3 🚀. We introduced SWC to improve developer experience and build times ⚡️ Next step: integrate a modern bundler with Meteor to boost speed and unlock new bundler features 🔧 tinyurl.com/5n7zw6fu

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

Just FYI, as a maintainer of SWC , I'm 100% fine with using Lightning CSS instead of swc_css because I always prefer a good end-product. I'm not interested in vendorizing everything. That's why @swc/html npm package has lightningcss mode.

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

If the maintenance of your SWC Wasm plugin primarily involves updating the swc_core, you can consider moving it to the official plugin repository. I'll update swc_core and publish it under the swc-contrib npm namespace. Feel free to leave comment! github.com/swc-project/pl…

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

I think I found the way to make SWC Wasm plugin backward compatible to some amount. It’s not 100%, but it will make it compatible for most AST modifications. I’ll try and report back.

Rspack (@rspack_dev) 's Twitter Profile Photo

🚀 SWC parser just got 12-14% faster in the past 2 weeks! Our team contributed 30+ PRs and we're just getting started 💪

🚀 SWC parser just got 12-14% faster in the past 2 weeks! Our team contributed 30+ PRs and we're just getting started 💪
▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

I'm working to improve the compression rate of the SWC minifier! Current status: Total (gzipped) swc: 12.61MB terser: 12.66MB Size ratio: 99.56% swc produced smaller or equal output for 2128 files out of 2212 files, 96.20% Details at github.com/swc-project/sw…

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

I'll align the AST definition of SWC with that of TypeScript-ESLint. It's for interoperability with other tools, including Babel, which also aligned their AST with it. Tracking issue: github.com/swc-project/sw…

SWC (@swc_rs) 's Twitter Profile Photo

If you are using SWC for your app, please consider donating via github.com/sponsors/swc-p… or opencollective.com/swc ! If you are not making money out of it, please give us a star on Github. github.com/swc-project/swc

If you are using <a href="/swc_rs/">SWC</a> for your app, please consider donating via github.com/sponsors/swc-p…  or opencollective.com/swc !

If you are not making money out of it, please give us a star on Github. github.com/swc-project/swc
Rob Palmer (@robpalmer2) 's Twitter Profile Photo

ECMAScript excitement 😉 Congrats to 阿卡琳 & Donny (강동윤) on shipping parsing support for TC39 Stage 3 `import defer` in SWC 🎉 import defer * as ns from "mod" This feature improves performance via lazy evaluation of (eagerly fetched) modules 👍 github.com/swc-project/sw…

▲ Donny (강동윤) (@kdy1dev) 's Twitter Profile Photo

My personal life has been busy lately and I haven't been able to spend much time on SWC, which makes me even more grateful to the core team and contributors.