Remove internal uses of "namespace barrel" modules, untangle repo #51443
Open
Description
opened on Nov 8, 2022
In #51387, I introduced the concept of the "namespace barrel" modules, located at **/_namespaces/*.ts
.
While this does help us transition to modules, internally, this is a gross hack and makes it hard for us to start splitting the codebase up, export just the parser, etc.
We should be trying to remove internal uses of these files and use direct imports, leaving these files for our public API surface only.
Activity