<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>SWC on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/swc/</link>
        <description>Recent content in SWC on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 16 Jun 2026 20:22:42 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/swc/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>swc</title>
        <link>https://producthunt.programnotes.cn/en/p/swc/</link>
        <pubDate>Tue, 16 Jun 2026 20:22:42 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/swc/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1597763397091-6010cf10fdeb?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3ODE2MTI0NzF8&amp;ixlib=rb-4.1.0" alt="Featured image of post swc" /&gt;&lt;h1 id=&#34;swc-projectswc&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/swc-project/swc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;swc-project/swc&lt;/a&gt;
&lt;/h1&gt;&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://swc.rs/&#34;&gt;
    &lt;img alt=&#34;swc&#34; src=&#34;https://raw.githubusercontent.com/swc-project/logo/master/swc.png&#34; width=&#34;546&#34;&gt;
  &lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  Make the web (development) faster.
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://www.npmjs.com/package/@swc/core&#34;&gt;&lt;img alt=&#34;downloads (@swc/core)&#34; src=&#34;https://img.shields.io/npm/dm/@swc/core?label=downloads%20%28%40swc%2Fcore%29&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://www.npmjs.com/package/@swc/counter?activeTab=dependents&#34;&gt;&lt;img alt=&#34;downloads (3rd party)&#34; src=&#34;https://img.shields.io/npm/dm/@swc/counter?label=downloads%20%283rd%20party%29&#34;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://crates.io/crates/swc_ecma_parser&#34;&gt;&lt;img alt=&#34;undefined&#34; src=&#34;https://img.shields.io/crates/d/swc_ecma_parser.svg?label=crates.io%20downloads&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://github.com/swc-project/swc/releases/latest&#34;&gt;&lt;img alt=&#34;GitHub release (latest SemVer)&#34; src=&#34;https://img.shields.io/github/v/release/swc-project/swc&#34;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img alt=&#34;GitHub code size in bytes&#34; src=&#34;https://img.shields.io/github/languages/code-size/swc-project/swc&#34;&gt;
  &lt;a href=&#34;https://github.com/swc-project/swc/blob/main/package.json#L22&#34;&gt;&lt;img alt=&#34;node-current (scoped)&#34; src=&#34;https://img.shields.io/node/v/@swc/core&#34;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://discord.com/invite/GnHbXTdZz6&#34;&gt;&lt;img alt=&#34;Discord&#34; src=&#34;https://img.shields.io/discord/889779439272075314&#34;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;SWC (stands for &lt;code&gt;Speedy Web Compiler&lt;/code&gt;) is a super-fast TypeScript / JavaScript compiler written in Rust. It&amp;rsquo;s a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see &lt;a class=&#34;link&#34; href=&#34;https://rustdoc.swc.rs/swc/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;rustdoc&lt;/a&gt; and for most users, your entry point for using the library will be &lt;a class=&#34;link&#34; href=&#34;https://rustdoc.swc.rs/swc_ecma_parser/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;parser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, SWC tries to ensure that&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you select the latest version of each crates, it will work&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;for rust users.&lt;/p&gt;
&lt;p&gt;MSRV of crates is currently &lt;code&gt;1.73&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To update all SWC crates you use, you can run &lt;code&gt;curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -s&lt;/code&gt;. This script will update all dependencies to the latest version and run &lt;code&gt;cargo build&lt;/code&gt; to ensure that everything works.
Note that you need&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;jq&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cargo upgrade&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;command to run the script.&lt;/p&gt;
&lt;p&gt;Supported Node Versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Node v10+ for usage&lt;/li&gt;
&lt;li&gt;Node v20+ for development&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;If you are using SWC from JavaScript, please refer to &lt;a class=&#34;link&#34; href=&#34;https://swc.rs/docs/installation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;docs on the website&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;documentation&#34;&gt;Documentation
&lt;/h1&gt;&lt;p&gt;Check out the documentation &lt;a class=&#34;link&#34; href=&#34;https://swc.rs/docs/installation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;in the website&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;features&#34;&gt;Features
&lt;/h1&gt;&lt;p&gt;Please see &lt;a class=&#34;link&#34; href=&#34;https://swc.rs/docs/migrating-from-babel&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;comparison with babel&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;performance&#34;&gt;Performance
&lt;/h1&gt;&lt;p&gt;Please see &lt;a class=&#34;link&#34; href=&#34;https://swc.rs/docs/benchmark-transform&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;benchmark results&lt;/a&gt; on the website.&lt;/p&gt;
&lt;h1 id=&#34;supporting-development&#34;&gt;Supporting development
&lt;/h1&gt;&lt;h2 align=&#34;center&#34;&gt;Supporting swc&lt;/h2&gt;
&lt;h2 id=&#34;star-history&#34;&gt;Star History
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.star-history.com/#swc-project/swc&amp;amp;Timeline&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://api.star-history.com/svg?repos=swc-project/swc&amp;amp;type=Timeline&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Star History Chart&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;powered-by&#34;&gt;Powered by
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://jb.gg/OpenSourceSupport&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;JetBrains logo.&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;sponsors&#34;&gt;Sponsors
&lt;/h2&gt;&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://opencollective.com/swc&#34;&gt;
    &lt;img src=&#34;https://raw.githubusercontent.com/swc-project/swc-sponsor-images/main/sponsors.svg&#34; alt=&#34;Sponsors&#34;&gt;
  &lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;SWC is a community-driven project, and is maintained by a group of &lt;a class=&#34;link&#34; href=&#34;https://swc.rs/docs/team&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;volunteers&lt;/a&gt;. If you&amp;rsquo;d like to help support the future of the project, please consider:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Giving developer time on the project. (Message us on &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/GnHbXTdZz6&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt; (preferred) or &lt;a class=&#34;link&#34; href=&#34;https://github.com/swc-project/swc/discussions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github discussions&lt;/a&gt; for guidance!)&lt;/li&gt;
&lt;li&gt;Giving funds by becoming a sponsor (see &lt;a class=&#34;link&#34; href=&#34;https://opencollective.com/swc%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://opencollective.com/swc)&lt;/a&gt;!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;CONTRIBUTING.md&lt;/a&gt;. You may also find the architecture
documentation useful (&lt;a class=&#34;link&#34; href=&#34;ARCHITECTURE.md&#34; &gt;ARCHITECTURE.md&lt;/a&gt;).&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;SWC is primarily distributed under the terms of the Apache License (Version 2.0).&lt;/p&gt;
&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;LICENSE&lt;/a&gt; for details.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
