mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
309a9de0fd
common: - upgrade rustc-ap crates to 297 - swc_common does not reexport sourcemap anymore - update rustfmt to 0.99.6 simplifier: - make some tests success when source code is equavalent - implement fixer to fix ast broken by simplifier - implement bit shift operators - fix str.length - ignore some tests compat: - fix `**=` - fix es3::prop_lits
6 lines
124 B
TOML
6 lines
124 B
TOML
required_version = "0.99.6"
|
|
use_field_init_shorthand = true
|
|
merge_imports = true
|
|
wrap_comments = true
|
|
format_strings = true
|