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 a23f63066 JSConfiguration: add getter for js-output
a23f63066 is described below

commit a23f63066baf3564222484cf72ca1bead1d6ea90
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Mar 23 09:38:32 2023 -0700

    JSConfiguration: add getter for js-output
---
 .../main/java/org/apache/royale/compiler/clients/JSConfiguration.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/clients/JSConfiguration.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/clients/JSConfiguration.java
index 9778830fe..3dbf88b49 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/clients/JSConfiguration.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/clients/JSConfiguration.java
@@ -355,6 +355,10 @@ public class JSConfiguration extends Configuration
        return super.getOutput();
     }
 
+    public String getJsOutput() {
+        return jsoutput;
+    }
+
     @Config
     @Arguments("filename")
     public void setJsOutput(ConfigurationValue val, String output) throws 
ConfigurationException

Reply via email to