This issue is to add support for TS modules to the Dart JS Interface Interop Generator ```ts 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.