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

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…

CPunisher (@c_punisher) 's Twitter Profile Photo

🀣 Remove two `todo!()`s in swc and get 1~2% performance improvement of the minifier. github.com/swc-project/sw…

β–² 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.