Apache Royale Compiler

Clone this repo:
  1. 3def6a8 royaleUnitDescriptor.template: hide AIR window by default by Josh Tynjala · 24 hours ago develop
  2. 71a1962 royaleUnitDescriptor.template: consistent indentation by Josh Tynjala · 24 hours ago
  3. a6a7f83 royaleunit-ant-tasks: prefer AIR_HOME over ROYALE_HOME, if available, to find adl and adt executables by Josh Tynjala · 25 hours ago
  4. 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 7 days ago
  5. 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 7 days ago
  6. 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 8 days ago
  7. 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 8 days ago
  8. 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 8 days ago
  9. 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 8 days ago
  10. a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 2 weeks ago
  11. fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 2 weeks ago
  12. b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 2 weeks ago
  13. 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 2 weeks ago
  14. d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 3 weeks ago
  15. 3f764ab JSConfiguration: js-vector-emulation-literal-function to allow calling a function to create a Vector literal instead of the constructor by Josh Tynjala · 3 weeks ago
  16. c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 3 weeks ago
  17. 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 · 3 weeks ago
  18. 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 3 weeks ago
  19. 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 3 weeks ago
  20. 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 3 weeks ago