On 10/31/16, 5:52 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Hi, > >I am currently digging through the compiler trying to understand it a >little better. >I noticed a lot of places that need some cleaning up. And I noticed a lot >of obviously dead code. I do have some questions and I will continue to >ask them while I encounter them. >Currently I have these: > >- What’s Marmotinni? Marmotinni is the JS equivalent to Mustella. I'm not clear how much the Marmotinni code paths in the compiler are still used, but Marmotinni used Selenium which we definitely still use for running the checkintests. We may also someday leverage Selenium for FlexUnit as well. > >- What’s the Vanilla SDK? > >- Would it be ok to remove the VF2JS stuff? (It feels like I >have to do every bit of refactoring twice) These are various attempts at alternative output for FlexJS. They are not being used currently, AIUI. -Alex