Guess external module's alias name if export as namespace foo
pattern is found
#402
Labels
enhancement
New feature or request
export as namespace foo
pattern is found
#402
When an external module was encountered, whose global alias name isn't provided in the spec file but its type declaration contains
export as namespace foo
statement, we can automatically use that namespace as a global alias name. UMD libraries will benefit from this.The text was updated successfully, but these errors were encountered: