mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
e949c40517
- Parser and lexer for lastest ecma spec https://tc39.github.io/ecma262 - Lexer is currently very inefficient - Use https://github.com/tc39/test262-parser-tests/ for testing. - Implement proc-macro based ast folder and assert_eq_ignore_span! based on it. - Some utilities for proc macro at /macros/common
6 lines
157 B
TOML
6 lines
157 B
TOML
reorder_imports = true
|
|
reorder_imports_in_group = true
|
|
reorder_imported_names = true
|
|
wrap_comments = true
|
|
write_mode = "replace"
|
|
same_line_attributes = false |