This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from eed5882 add -warn-public-vars option to emit warning on use of public
vars since they do not work well when minified and used from MXML. There is an
asdoc option @royalesuppresspublicvarwarning that can be used on a declaration
or entire class to suppress the warning
new 5ccaa66 in MXML, some public vars have been converted to
SyntheticBindings which are not themselves Bindable so check the node metatags
for binding
new 6163c0d first cut at api report
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../royale/compiler/config/Configuration.java | 22 ++++++
.../codegen/js/royale/JSRoyaleDocEmitter.java | 12 ++-
.../org/apache/royale/compiler/clients/MXMLC.java | 3 +-
.../compiler/internal/projects/RoyaleProject.java | 87 ++++++++++++++++++++++
.../compiler/internal/tree/as/IdentifierNode.java | 39 ++++++++++
5 files changed, 161 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].