This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from 41932d785 MXMLRoyaleEmitter: when outputting UIComponentDescriptor,
set _document befor calling setDocumentDescriptor()
new 308d8867b JSDynamicAccessOverride, JSForInOverride, and
JSForEachOverride metadata: optionally emit custom method calls when specific
syntax is encountered
new b1370d2e1 IJSMetaAttributeConstants: move from some magic strings to
constants for existing JS metadata
new bbeed1399 Fix up some more metadata checks to use constants
The 3 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:
RELEASE_NOTES.md | 1 +
.../royale/compiler/clients/COMPJSCNative.java | 13 +-
.../royale/compiler/clients/COMPJSCRoyale.java | 13 +-
.../constants/IJSMetaAttributeConstants.java | 61 ++++
.../codegen/js/jx/BinaryOperatorEmitter.java | 91 +++++-
.../internal/codegen/js/jx/ClassEmitter.java | 41 +++
.../codegen/js/jx/DynamicAccessEmitter.java | 21 ++
.../internal/codegen/js/jx/ForEachEmitter.java | 337 +++++++++++++++++++++
.../internal/codegen/js/jx/ForLoopEmitter.java | 183 ++++++++++-
.../internal/codegen/js/jx/LiteralEmitter.java | 3 +-
.../codegen/js/jx/UnaryOperatorEmitter.java | 35 ++-
.../js/royale/JSRoyaleASDocDITAEmitter.java | 3 +-
.../codegen/mxml/royale/MXMLRoyalePublisher.java | 18 +-
.../internal/parsing/as/RoyaleASDocDelegate.java | 5 +-
.../internal/projects/RoyaleJSProject.java | 5 +-
.../royale/compiler/utils/DefinitionUtils.java | 6 +-
.../constants/IMetaAttributeConstants.java | 3 +
.../problems/MissingMetaTagAttributeProblem.java | 14 +-
.../main/java/org/apache/royale/utils/JSXUtil.java | 3 +-
19 files changed, 808 insertions(+), 48 deletions(-)
create mode 100644
compiler-jx/src/main/java/org/apache/royale/compiler/constants/IJSMetaAttributeConstants.java
copy
compiler-jx/src/main/java/org/apache/royale/compiler/problems/JSIncludeMetaTagUnknownAttributeProblem.java
=>
compiler/src/main/java/org/apache/royale/compiler/problems/MissingMetaTagAttributeProblem.java
(76%)