This issue is to address adding support for globbed `as` imports for the Dart JS Interop Interface Generator. ```ts import * as U from "./u"; // code... ``` This would require working with qualified names, and doing recursive resolutions of these names
This issue is to address adding support for globbed
asimports for the Dart JS Interop Interface Generator.This would require working with qualified names, and doing recursive resolutions of these names