This is an automated email from the ASF dual-hosted git repository.

hiedra pushed a change to branch issues/#238
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


    from d347bf7fa compiler: CSS support so that an identifier can be the value 
of an attribute-selector.
     add d248f54b9 CSS.g/CSSTree.g: a dashed identifier is not allowed 
everywhere an identifier is
     add ae1069c18 JSCSSCompilationSession: fix double quotes not getting 
escaped for certain selectors (references #238)
     add 2f14d6d5e compiler: strict-flex-css compiler option
     new 33a2d4bde compiler: CSS support so that an identifier can be the value 
of an attribute-selector.
     new 8807085a5 Merge branch 'issues/#238' of 
https://github.com/apache/royale-compiler into issues/#238

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                                   |  1 +
 .../royale/compiler/config/Configuration.java      | 24 ++++++++++++++++++++++
 .../royale/compiler/projects/ICompilerProject.java |  5 +++++
 .../royale/compiler/clients/JSConfiguration.java   |  1 +
 .../driver/js/royale/JSCSSCompilationSession.java  |  2 +-
 .../org/apache/royale/compiler/internal/css/CSS.g  |  6 +++++-
 .../apache/royale/compiler/internal/css/CSSTree.g  |  1 +
 .../royale/compiler/internal/css/CSSDocument.java  | 15 ++++++++++++++
 .../internal/parsing/as/ConfigProcessor.java       |  6 ++++++
 .../compiler/internal/projects/ASCProject.java     |  6 ++++++
 .../compiler/internal/projects/RoyaleProject.java  | 15 ++++++++++++++
 .../projects/RoyaleProjectConfigurator.java        |  1 +
 .../compiler/internal/tree/mxml/MXMLStyleNode.java | 14 ++++++++++++-
 .../internal/units/StyleModuleCompilationUnit.java |  9 +++++++-
 14 files changed, 102 insertions(+), 4 deletions(-)

Reply via email to