Re: [FlexJS]Promises

2016-11-17 Thread Alex Harui
I just looked at: flex-typedefs/target/generated-sources/externc/classes/Promise.as flex-typedefs/target/generated-sources/externc/interfaces/IThenable.as It looks like Promise does implement Ithenable. I don't think we are currently using es6. -Alex On 11/16/16, 3:04 PM, "Harbs" wrote: >I

Re: [FlexJS]Promises

2016-11-17 Thread Harbs
> It looks like Promise does implement Ithenable. Yes. I know. I did not word that very well. I’m not sure what I meant. I was probably talking about the AS3 implementation. I’m currently thinking that Promise should implement IPromise which inherits from IThenable and ICatchable. Is there a wa

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-17 Thread piotrz
Thank you Chris :) Just tried and everything is working perfectly :) - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56551.html Sent from the Apache Flex Development mailin

Re: [FlexJS]Promises

2016-11-17 Thread Alex Harui
On 11/17/16, 11:21 AM, "Harbs" wrote: >> It looks like Promise does implement Ithenable. >Yes. I know. > >I did not word that very well. I’m not sure what I meant. I was probably >talking about the AS3 implementation. I’m currently thinking that Promise >should implement IPromise which inherits

Re: [FlexJS]Promises

2016-11-17 Thread Josh Tynjala
The compiler outputs ES5 syntax. You don't need to use ES6 syntax to use ES6 APIs, though. - Josh On Thu, Nov 17, 2016 at 1:46 PM, Alex Harui wrote: > > > On 11/17/16, 11:21 AM, "Harbs" wrote: > > >> It looks like Promise does implement Ithenable. > >Yes. I know. > > > >I did not word that ver

Re: [FlexJS]Promises

2016-11-17 Thread Harbs
On Nov 17, 2016, at 11:46 PM, Alex Harui wrote: > > > On 11/17/16, 11:21 AM, "Harbs" wrote: > >>> It looks like Promise does implement Ithenable. >> Yes. I know. >> >> I did not word that very well. I’m not sure what I meant. I was probably >> talking about the AS3 implementation. I’m curre

Re: [FlexJS]Promises

2016-11-17 Thread Alex Harui
On 11/17/16, 2:42 PM, "Harbs" wrote: > >On Nov 17, 2016, at 11:46 PM, Alex Harui wrote: > >> >> >> On 11/17/16, 11:21 AM, "Harbs" wrote: >> It looks like Promise does implement Ithenable. >>> Yes. I know. >>> >>> I did not word that very well. I’m not sure what I meant. I was >>>prob

[FlexJS, MDL] Help with MDL

2016-11-17 Thread piotrz
Hi Carlos, I have finally setup my environment and I'm able to run your mdl example. I would like to get deeper into MDL project. I have couple of questions: 1) As I understand code each component is consistent with "Logic" + "CSS - appearance" - Am I understand correctly? 2) When I'm looking int