Skip to content

Interop Gen: Support Modules #424

Description

@nikeokoronkwo

This issue is to add support for TS modules to the Dart JS Interface Interop Generator

declare module skylib {
  // code...
}

declare module "console" {
  // code...
}

Modules are tricky because of how TS relates with them, which is not the same as how Dart would relate with them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions