summaryrefslogtreecommitdiffstats
path: root/extensions/components/README
blob: 4f0474d893a89e9deefc0d42cf7d0065f5b49afd (plain)
1
2
3
4
5
6
7
8
9
10
11
This directory holds components reused in multiple embedders which themselves
have extensions dependencies. Components such as these do not belong in the root
src/components, because src/extensions already depends on src/components. A
component in src/components can not have an extensions dependency.

Code in an extensions/component should be placed in a namespace corresponding to
the name of the component (ignoring extensions); e.g. for a component living in
extensions/components/foo, code in that component should be in the foo::
namespace.

See src/components/README for additional notes.