Hydroper commented on issue #100: Literal string to identify package public namespace URL: https://github.com/apache/royale-compiler/issues/100#issuecomment-579290040 Currently, aliasing package with namespace definition is requiring a wildcard import. This could be improved by the following steps: 1. Let _p_ be any package whose full name equals the literal string. 2. If _p_ is `null`: a. Verify the namespace definition as an explicit URI namespace. b. Return. 3. Behave as if a directive `import p.*` were inserted before the namespace definition. 4. Define `internal::[namespaceName]` as the `public` namespace of _p_.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
