You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2020/10/26 17:12:56 UTC

[royale-compiler] branch develop updated: MXMLRoyaleEmitter: doesn't need export metadata on MXML id getters/setters because that's handled dynamically in release builds now

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new f9aa254  MXMLRoyaleEmitter: doesn't need export metadata on MXML id getters/setters because that's handled dynamically in release builds now
f9aa254 is described below

commit f9aa254ea7b2188570f2054512c42db2bc97201c
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Mon Oct 26 10:12:50 2020 -0700

    MXMLRoyaleEmitter: doesn't need export metadata on MXML id getters/setters because that's handled dynamically in release builds now
---
 .../royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
index 02b2f40..12fdc87 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
@@ -2122,7 +2122,6 @@ public class MXMLRoyaleEmitter extends MXMLEmitter implements
             if (instanceId != null)
             {
                 indentPush();
-    	        writeNewline("/** @export */");
                 writeNewline(instanceId + ": {");
                 writeNewline("/** @this {" + formattedCName + "} */");
                 indentPush();