Apache Royale Compiler

Clone this repo:
  1. 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 6 days ago develop
  2. 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 6 days ago
  3. 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 7 days ago
  4. 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 7 days ago
  5. 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 7 days ago
  6. 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 7 days ago
  7. a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 13 days ago
  8. fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 13 days ago
  9. b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 13 days ago
  10. 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 13 days ago
  11. d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 3 weeks ago
  12. 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
  13. c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 3 weeks ago
  14. 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
  15. 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 3 weeks ago
  16. 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 3 weeks ago
  17. 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 3 weeks ago
  18. ee996cd ASTokenFormatter, ASLinter: normalize file path and provide ASFileScope to fix assertion errors by Josh Tynjala · 3 weeks ago
  19. 6994db7 ExpressionNodeBase: fix assertion error for getDependencyType() with IFunctionTypeExpressionNode by Josh Tynjala · 3 weeks ago
  20. 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 · 4 months ago