I'm running the asdoc target in flex-asjs and it has rejected a couple of things in Core/main/flex/Promise.as such as:
[asdoc]
/Users/pent/dev/flex-asjs/frameworks/projects/Core/src/main/flex/Promise.as(270):
col: 19 Error: Syntax error: expecting identifier before catch.
[asdoc]
[asdoc] public function catch(onRejected:Function = null):IThenable
Since "catch" is a keyword I'm surprised this compiles at all. Should
Promise.as be excluded from ASDoc for now?
—peter
