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 2020/01/27 10:46:40 UTC

[GitHub] [royale-compiler] Harbs opened a new issue #113: [Bindable]private vars cause GCC warning

Harbs opened a new issue #113: [Bindable]private vars cause GCC warning
URL: https://github.com/apache/royale-compiler/issues/113
 
 
   `[Bindable]private var foo:String` produces the following comment:
   
   ````
   /** @export
     * @private
     * @type {string} */
   ````
   The `@private` tag causes the following warning: `WARNING - Parse error. extra visibility tag`
   
   I don't think the `@export` tag is necessary considering this is inside an `Object.defineProperties()` (something else which should be considered). Either way, I think `@export` and `@private` are mutually exclusive.

----------------------------------------------------------------
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

[GitHub] [royale-compiler] Harbs commented on issue #113: [Bindable]private vars cause GCC warning

Posted by GitBox <gi...@apache.org>.
Harbs commented on issue #113: [Bindable]private vars cause GCC warning
URL: https://github.com/apache/royale-compiler/issues/113#issuecomment-578691720
 
 
   FWIW, I think the same goes for `protected`.

----------------------------------------------------------------
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