We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92040d commit ce44f65Copy full SHA for ce44f65
tasks/ast_tools/src/generators/formatter/format.rs
@@ -45,7 +45,7 @@ const AST_NODE_NEEDS_PARENTHESES: &[&str] = &[
45
"TSIntersectionType",
46
"TSConstructorType",
47
"TSTypeQuery",
48
- "TSFunctionType"
+ "TSFunctionType",
49
];
50
51
const NEEDS_IMPLEMENTING_FMT_WITH_OPTIONS: phf::Map<&'static str, &'static str> = phf::phf_map! {
0 commit comments