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
> 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
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
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
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
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
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
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