Fork me on GitHub
#polylith
<
2021-03-08
>
allandaviesza18:03:40

If you define a fully qualified keyword within a component, how do you reference it from another component?

tengstrand20:03:23

As long as it’s defined in the interface (or sub interface) it will be accessible from other components.

pavlosmelissinos20:03:18

Have you tried to require the namespace that defines the keyword and then use the keyword in the second namespace using its full name? edit: my point is it shouldn't matter that they're different components