swc

Crates.ioswc
lib.rsswc
version
sourcesrc
created_at2021-01-01 06:32:21.1062
updated_at2024-11-06 17:14:25.153766
descriptionSpeedy web compiler
homepage
repositoryhttps://github.com/swc-project/swc.git
max_upload_size
id330007
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
SWC Bot (swc-bot)

documentation

https://rustdoc.swc.rs/swc/

README

Testing

tests/exec

All files named exec.js or exec.ts will be executed, and the test system will ensure that original source code and transpiled source code print the same output to the console.

You can use ./scripts/check-issues.sh to automatically unignore fixed tests.

Commit count: 9859

cargo fmt