This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] do not merge imports and exports.
ClosedPublic

Authored by mprobst on Apr 19 2021, 4:33 AM.

Details

Summary

Previously, clang-format would erroneously merge import and export
statements. These need to be kept separate, as the semantics differ.

Diff Detail

Event Timeline

mprobst requested review of this revision.Apr 19 2021, 4:33 AM
mprobst created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2021, 4:33 AM
krasimir accepted this revision.Apr 20 2021, 3:49 AM
This revision is now accepted and ready to land.Apr 20 2021, 3:49 AM
This revision was automatically updated to reflect the committed changes.