import

The imported symbol: This usually refers to a NamespaceDeclaration / its NameScope or a Declaration within this namespace. This will always refer to the original name of the imported symbol, even though an alias is used.

  • If no alias is used, the name of this declaration is also set to the same name as the imported symbol.

  • If an alias is used, the name of this declaration is set to the value of alias.