Skip to content

Interop Gen: Support Globbed Export, Default Exports and Exporting Namespace Import Objects #439

@nikeokoronkwo

Description

@nikeokoronkwo

This issue is for adding support for the following export features:

  • Globbed exports (i.e. export * from "file.ts")
  • Default exports (i.e. export default a or export = a (a more commonJS alternative)
  • Exporting Namespace Import Objects: i.e.
    import * as a from "a.ts"
    
    export { a }

These export methods would require namespace handling, and so are paired together in this issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions