14 releases

0.5.4 Dec 8, 2023
0.5.3 Aug 29, 2023
0.5.2 Jun 21, 2023
0.5.1 Mar 23, 2023
0.1.1 Sep 9, 2020

#555 in Procedural macros

Download history 25408/week @ 2023-11-27 17384/week @ 2023-12-04 14829/week @ 2023-12-11 20060/week @ 2023-12-18 4054/week @ 2023-12-25 10093/week @ 2024-01-01 15554/week @ 2024-01-08 14761/week @ 2024-01-15 17687/week @ 2024-01-22 11499/week @ 2024-01-29 12985/week @ 2024-02-05 13169/week @ 2024-02-12 7949/week @ 2024-02-19 16167/week @ 2024-02-26 10473/week @ 2024-03-04 7379/week @ 2024-03-11

42,462 downloads per month
Used in 98 crates (13 directly)

Apache-2.0

37KB
862 lines

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

~300–740KB
~18K SLoC