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