랭킹으로 돌아가기

swc-project/swc

Rustswc.rs

Rust-based platform for the Web

ecmascriptcompilerrustjavascriptparserbabelswcecmascript-parsertypescripttypescript-compilertypescript-parser
스타 성장
스타
34.1k
포크
1.5k
주간 성장
이슈
354
10k20k30k
2017년 4월2020년 5월2023년 6월2026년 7월
아티팩트crates.iocargo add swc
README

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 1.73.

To update all SWC crates you use, you can run curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -s. This script will update all dependencies to the latest version and run cargo build to ensure that everything works. Note that you need

  • jq
  • cargo upgrade

command to run the script.

Supported Node Versions:

  • Node v10+ for usage
  • Node v20+ for development

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 development

Supporting swc

Star History

Star History Chart

Powered by

JetBrains logo.

Sponsors

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.

관련 저장소
standard/standard

🌟 JavaScript Style Guide, with linter & automatic code fixer

JavaScriptnpmMIT Licenseeslintjavascript
standardjs.com
29.4k2.3k
eslint/eslint

Find and fix problems in your JavaScript code.

JavaScriptnpmMIT Licenseeslintjavascript
eslint.org
27.4k5.1k
tc39/proposals

Tracking ECMAScript Proposals

proposalecmascript
tc39.github.io/process-document/
19.2k748
tc39/ecma262

Status, process, and documents for ECMA-262

HTMLOtherecmascriptjavascript
tc39.es/ecma262/
15.7k1.4k
jsx-eslint/eslint-plugin-react

React-specific linting rules for ESLint

JavaScriptnpmMIT Licensejavascripteslint
9.3k2.7k
mouredev/hello-javascript

Curso para aprender el lenguaje de programación JavaScript desde cero y para principiantes. +120 lecciones, 14 horas en vídeo y 220 ejercicios.

JavaScriptnpmApache License 2.0javascriptjs
mouredev.link/javascript
8.1k2k
boa-dev/boa

Boa is an embeddable Javascript engine written in Rust.

Rustcrates.ioMIT Licenserustjavascript-engine
7.4k642
jquery/esprima

ECMAScript parsing infrastructure for multipurpose analysis

TypeScriptnpmBSD 2-Clause "Simplified" Licenseesprimaecmascript
esprima.org
7.1k773
es-shims/es5-shim

ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines

JavaScriptnpmMIT Licenseshimpolyfill
7.1k881
YauhenKavalchuk/interview-questions

Популярные HTML / CSS / JavaScript / ECMAScript / TypeScript / React / Vue / Angular / Node вопросы на интервью и ответы на них (https://tinyurl.com/wxysrpsy)

htmlcss
youtube.com/c/YauhenKavalchuk/
4.5k593
kdchang/reactjs101

從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 React.js 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。

JavaScriptnpmOtherreactimmutablejs
gitbook.com/book/kdchang/react101/details
4.3k1.2k
quickjs-zh/QuickJS

QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。

COtherquickjscompiler
3.5k312