Skip to content

Interop Gen: Support Modules #424

@nikeokoronkwo

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions