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 6ef095b JSRoyaleEmitter: don't emit the namespace for namespace
access expressions because the identifier emitter will handle that
new 583f4e2 formatter: fix indentation of methods in interfaces
new 89893ab formatter: better formatting for object literal inside a
ternary statement
new d2358fd formatter: detect when + and - are used as unary operators
instead of binary
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:
.../org/apache/royale/formatter/FORMATTER.java | 50 +++++++---
...rithmeticOperators.java => TestIdentifier.java} | 102 +++++++++++++--------
.../royale/formatter/TestInterfaceDeclaration.java | 52 +++++++++++
.../{TestXML.java => TestNumberLiteral.java} | 22 ++---
.../royale/formatter/TestTernaryStatement.java | 18 ++++
5 files changed, 181 insertions(+), 63 deletions(-)
copy
formatter/src/test/java/org/apache/royale/formatter/{TestArithmeticOperators.java
=> TestIdentifier.java} (74%)
copy formatter/src/test/java/org/apache/royale/formatter/{TestXML.java =>
TestNumberLiteral.java} (85%)