Sign in
apache
/
royale-compiler
Apache Royale Compiler
Mirrored from
https://github.com/apache/royale-compiler.git
Clone this repo:
Branches
develop
IDEA-FLEX_JS_COMPILER
JsToAs
ReleaseModules
add-collect-import-pass
cordova
dual
falcon-antlr4
featue/flexjs-ant-tasks
feature-autobuild/cleanup
More...
Tags
apache-royale-0.9.12
org.apache.royale.compiler-0.9.12-rc2
org.apache.royale.compiler-0.9.12-rc1
apache-royale-0.9.11
org.apache.royale.compiler-0.9.11-rc1
apache-royale-0.9.10
org.apache.royale.compiler-0.9.10-rc4
org.apache.royale.compiler-0.9.10-rc3
org.apache.royale.compiler-0.9.10-rc2
apache-royale-0.9.9
More...
7405d89
Function type expressions: optionally specify a required function signature for variables that can store functions, and check that signature at compile-time
by Josh Tynjala
· 3 months ago
develop
9afc9f9
FontEmbeddingNotSupported: restore this class, even though it is not used in the compiler anymore, because it is referenced by the as3mxml language server
by Josh Tynjala
· 2 days ago
ed97a92
Enable [Embed] for TTF/OTF fonts when targeting SWF
by Josh Tynjala
· 4 days ago
ef3c6e7
FontEmbeddingNotSupported: fix typo
by Josh Tynjala
· 4 days ago
8965059
CSSTree: fix uncaught exceptions when parsing hexadecimal color values and number values by adding problems when invalid
by Josh Tynjala
· 9 weeks ago
8d78181
MethodBodySemanticChecker: when checking strict function types, if expected parameter is optional, actual parameter must be optional too
by Josh Tynjala
· 2 months ago
c2484a6
MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the containing scope for a type created with fx:Component
by Josh Tynjala
· 2 months ago
b8a63a8
MXMLScopeBuilder: don't use a magic string for comparison, use a constant that already exists
by Josh Tynjala
· 2 months ago
ba1a138
MXMLScopeBuilder: report a problem if the className value of fx:Component is not a valid AS3 identifier
by Josh Tynjala
· 2 months ago
86fa033
MethodBodySemanticChecker: performance optimization to return earlier from checkFunctionTypeMeta when expectedFunctionTypeMeta is null to avoid unnecessary resolve of right expression
by Josh Tynjala
· 3 months ago
f0bf881
MethodBodySemanticChecker: added missing strict function types check for values of return statements
by Josh Tynjala
· 3 months ago
a3870b3
compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven
by Josh Tynjala
· 3 months ago
37f2079
guava 33.5.0-jre and failureaccess 1.0.3
by Josh Tynjala
· 3 months ago
20e7683
compiler-jx: some more tests for CSS attributes
by Josh Tynjala
· 3 months ago
a8426f4
compiler: didn't mean to commit this, it was to test a specific feature faster
by Josh Tynjala
· 3 months ago
1422cba
CSS: support more CSS pseudo-classes with arguments
by Josh Tynjala
· 3 months ago
6f571ca
CSS: move function name validation into CSSTree so that those function names may be used as identifiers
by Josh Tynjala
· 3 months ago
f2de1ac
CSS: fix 'not' not being allowed as an identifier by moving the check for it into CSSTree with a new problem class for unknown pseudo-classes in selectors
by Josh Tynjala
· 3 months ago
f9af40f
CSS: make parsing of attribute selectors stricter
by Josh Tynjala
· 3 months ago
c544fdc
JSCSSCompilationSession: added many more HTML elements from the specification
by Josh Tynjala
· 3 months ago
More »