Closed jsumners-nr closed 11 months ago
This change adds support for modules that export entities through the export * from 'module' ESM syntax. This resolves issue #31.
export * from 'module'
Putting this in draft because there is another case that needs to be handled.
Okay, I can't promise this is going to work for everything, but it at least clear the reproduction case provided in #31.
This change adds support for modules that export entities through the
export * from 'module'
ESM syntax. This resolves issue #31.