swc/Cargo.toml
Donny/강동윤 790a262c07
refactor(es/estree): Rename: babel => estree (#2846)
swc_babel_ast:
 - Rename as `swc_estree_ast`.

swc_babel_compat:
 - Rename as `swc_estree_compat`.

swc_babel_visit:
 - Rename as `swc_estree_visit`.
2021-11-24 05:34:41 +09:00

34 lines
617 B
TOML

[workspace]
members = [
"crates/jsdoc",
"crates/node",
"crates/swc_css",
"crates/swc_ecmascript",
"crates/swc_ecma_plugin_ast",
"crates/swc_estree_compat",
"crates/swc_plugin",
"crates/swc_plugin_runner",
"crates/swc_plugin_testing",
"crates/swc_stylis",
"crates/swc_timer",
"crates/wasm",
]
[profile.release]
codegen-units = 1
lto = "fat"
# debug = true
# opt-level = 'z'
[profile.bench]
codegen-units = 1
debug = true
# Without this, printing diff consumes more than a minute.
[profile.dev.package.pretty_assertions]
opt-level = 3
[profile.test.package.pretty_assertions]
opt-level = 3