You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/09/15 14:36:26 UTC

[GitHub] [royale-compiler] mrchnk commented on issue #95: Unneeded dependency on XML in every JS file

mrchnk commented on issue #95: Unneeded dependency on XML in every JS file
URL: https://github.com/apache/royale-compiler/issues/95#issuecomment-531570650
 
 
   I checked that using latest Jenkins release(2705). Nothing added to externs files now.
   
   ```js
   /**
    * Generated by Apache Royale Compiler from ExternalWithoutDependency.as
    * ExternalWithoutDependency
    *
    * @fileoverview
    * @externs
    *
    * @suppress {checkTypes|accessControls}
    */
   
   
   /**
    * @interface
    */
   ExternalWithoutDependency = function() {
   };
   ExternalWithoutDependency.prototype.doSomething = function() {
   };
   ```
   
   But that dependency still preserve in other classes

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services