Before:
x as{x: number}
After:
x as {x: number}
Differential D23761
clang-format: [JS] supports casts to types starting with punctuation ("{[("). mprobst on Aug 21 2016, 11:21 AM. Authored by
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. |