This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] support goog.requireType.
ClosedPublic

Authored by mprobst on Jan 7 2019, 4:08 AM.

Details

Summary

It's a new primitive for importing symbols, and should be treated like
the (previously handled) goog.require and goog.forwardDeclare.

Diff Detail

Repository
rL LLVM

Event Timeline

mprobst created this revision.Jan 7 2019, 4:08 AM
krasimir accepted this revision.Jan 7 2019, 4:25 AM
This revision is now accepted and ready to land.Jan 7 2019, 4:25 AM
This revision was automatically updated to reflect the committed changes.