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 09340cb handle primitive types in fx:Declarations. The primitive
types expect a different instantiation lifecycle. XML and XMLList have a
constructor parameter, for example.
new 86bfe0a fix bracket access of XML/XMLList
new 86e3719 fix matching selectors that have different namespace prefixes
that map to same uri
new eb6ea11 handle cases where we skip generating the defineProps
structure
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:
.../codegen/js/jx/DynamicAccessEmitter.java | 34 +++++++++++++++++++++-
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 8 +++--
.../codegen/js/royale/TestRoyaleGlobalClasses.java | 30 ++++++++++++++++++-
.../apache/royale/compiler/css/ICSSSelector.java | 11 +++++++
.../royale/compiler/internal/css/CSSSelector.java | 11 +++++++
.../css/codegen/CSSCompilationSession.java | 2 +-
6 files changed, 91 insertions(+), 5 deletions(-)