|
ActionScript |
JavaScript + Closure annotation |
Notes |
||
|---|---|---|---|---|---|
...rest |
...rest |
|
Add a line 'resolving' the 'rest' in the function block |
||
const |
const |
|
|
||
extends |
extends |
|
|
||
get/set |
get/set |
|
or maybe, if we want to push IE < 9 support, something like: |
||
implements |
implements |
|
|
||
interface |
interface |
|
|
||
namespace |
namespace |
? |
It seems that if namespaces are allowed they would be some special kind of additional naming convention added to a field or method name. |
||
package |
package |
|
|