Support "export type T = {...};", in addition to just "type T = {...};".
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7053 Build 7053: arc lint + arc unit
Paths
| Differential D33980
clang-format: [JS] recognize exported type definitions. ClosedPublic Authored by mprobst on Jun 7 2017, 3:30 AM.
Details Summary Support "export type T = {...};", in addition to just "type T = {...};".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 7 2017, 5:52 AM Closed by commit rL304904: clang-format: [JS] recognize exported type definitions. (authored by mprobst). · Explain WhyJun 7 2017, 5:54 AM This revision was automatically updated to reflect the committed changes. mprobst marked an inline comment as done.
Revision Contents
Diff 101685 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJS.cpp
|
Change comment to "or export type X ="?