swc/Cargo.toml
Donny/강동윤 ff0b55b778 feat(es/diff): Initialize a diff tool for ecmascript (#3101)
swc_ecma_diff:
 - Initialize the project.
2021-12-23 22:01:56 +09:00

38 lines
718 B
TOML

[workspace]
members = [
"crates/jsdoc",
"crates/node",
"crates/swc_cli",
"crates/swc_css",
"crates/swc_ecmascript",
"crates/swc_ecma_diff",
"crates/swc_ecma_lints",
"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/swc_webpack_ast",
"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