Before:
x as{x: number}After:
x as {x: number} Differential D23761
clang-format: [JS] supports casts to types starting with punctuation ("{[("). Authored by mprobst on Aug 21 2016, 11:21 AM.
Details Before: x as{x: number}After: x as {x: number}
Diff Detail
Event Timeline
Comment Actions Please add a "before" and "after" to the patch description before submitting. Otherwise looks good. | ||||||