Apache Royale Compiler
- a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 30 hours ago develop
- fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 30 hours ago
- b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 30 hours ago
- 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 31 hours ago
- d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 6 days ago
- 3f764ab JSConfiguration: js-vector-emulation-literal-function to allow calling a function to create a Vector literal instead of the constructor by Josh Tynjala · 7 days ago
- c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 7 days ago
- 9fdb92a JSConfiguration: js-vector-emulation-element-types option to control whether js-vector-emulation-class receives the element types as a constructor argument or not by Josh Tynjala · 7 days ago
- 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 8 days ago
- 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 9 days ago
- 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 9 days ago
- ee996cd ASTokenFormatter, ASLinter: normalize file path and provide ASFileScope to fix assertion errors by Josh Tynjala · 9 days ago
- 6994db7 ExpressionNodeBase: fix assertion error for getDependencyType() with IFunctionTypeExpressionNode by Josh Tynjala · 9 days ago
- 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
- 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 · 13 days ago
- ed97a92 Enable [Embed] for TTF/OTF fonts when targeting SWF by Josh Tynjala · 2 weeks ago
- ef3c6e7 FontEmbeddingNotSupported: fix typo by Josh Tynjala · 2 weeks ago
- 8965059 CSSTree: fix uncaught exceptions when parsing hexadecimal color values and number values by adding problems when invalid by Josh Tynjala · 3 months ago
- 8d78181 MethodBodySemanticChecker: when checking strict function types, if expected parameter is optional, actual parameter must be optional too by Josh Tynjala · 3 months ago
- c2484a6 MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the containing scope for a type created with fx:Component by Josh Tynjala · 3 months ago