polylith

https://polylith.gitbook.io/ and https://github.com/polyfy/polylith
2021-03-08T18:14:40.001Z

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

pavlosmelissinos 2021-03-08T20:00:18.002200Z

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

tengstrand 2021-03-08T20:21:23.002500Z

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