Docs.rs
swc_ecma_codegen-0.28.0
swc_ecma_codegen 0.28.0
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
bitflags ^1
normal
num-bigint ^0.2
normal
sourcemap ^6
normal
swc_atoms ^0.2
normal
swc_common ^0.7
normal
swc_ecma_ast ^0.25.0
normal
swc_ecma_codegen_macros ^0.5
normal
swc_ecma_parser ^0.30
dev
testing ^0.7
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
All crates
1
2
3
4
#[
derive
(
Debug
,
Default
,
Clone
,
Copy
)]
pub
struct
Config
{
pub
minify
:
bool
, }