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 a90b17068 MXMLPropertySpecifierNode: fix crash when IStyleDefinition
was incorrectly cast to IVariableDefinition when handling default property for
type Object
new 11c1e8b43 compiler: support CSS custom properties with -- prefix and
var() function in JS targets (closes #184)
new 2d0a1d851 CSSTree.g: supports a mode where CSS syntax that would be
unrecognized by the Flex SDK compiler reports a problem
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:
RELEASE_NOTES.md | 5 +-
.../driver/js/royale/JSCSSCompilationSession.java | 5 +
.../org/apache/royale/compiler/internal/css/CSS.g | 4 +-
.../apache/royale/compiler/internal/css/CSSTree.g | 153 +++++++++++++++++++--
.../royale/compiler/internal/css/CSSProperty.java | 9 +-
...roblem.java => CSSStrictFlexSyntaxProblem.java} | 11 +-
6 files changed, 167 insertions(+), 20 deletions(-)
copy
compiler/src/main/java/org/apache/royale/compiler/problems/{CSSNamespaceEmptyURIProblem.java
=> CSSStrictFlexSyntaxProblem.java} (72%)