249 releases (97 breaking)

new 0.98.7 Mar 19, 2024
0.98.4 Feb 22, 2024
0.96.15 Dec 12, 2023
0.96.10 Nov 15, 2023
0.12.0 Jul 31, 2020

#30 in Web programming

Download history 66698/week @ 2023-11-27 57419/week @ 2023-12-04 57179/week @ 2023-12-11 59813/week @ 2023-12-18 39280/week @ 2023-12-25 44714/week @ 2024-01-01 53289/week @ 2024-01-08 53081/week @ 2024-01-15 60613/week @ 2024-01-22 63933/week @ 2024-01-29 67660/week @ 2024-02-05 65193/week @ 2024-02-12 60754/week @ 2024-02-19 69822/week @ 2024-02-26 65776/week @ 2024-03-04 31040/week @ 2024-03-11

233,307 downloads per month
Used in 162 crates (73 directly)

Apache-2.0

645KB
16K SLoC

swc

Make the web (development) faster.

downloads (@swc/core) downloads (3rd party)

undefined GitHub release (latest SemVer)

GitHub code size in bytes 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 and for most users, your entry point for using the library will be parser.

Also, SWC tries to ensure that

If you select the latest version of each crates, it will work

for rust users.

MSRV of crates is currently nightly, but we will support stable rustc again in the future.


If you are using SWC from JavaScript, please refer to docs on the website.

Documentation

Check out the documentation in the website.

Features

Please see comparison with babel.

Performance

Please see benchmark results on the website.

Supporting swc

Sponsors

SWC is a community-driven project, and is maintained by a group of volunteers. If you'd like to help support the future of the project, please consider:

Contributing

See CONTRIBUTING.md. You may also find the architecture documentation useful (ARCHITECTURE.md).

License

SWC is primarily distributed under the terms of the Apache License (Version 2.0).

See LICENSE for details.

Dependencies

~3.5–5MB
~121K SLoC