As I worked through this weekend utilizing the rainy days and kids
finishing up for finals, I realized what my first step should be with the
whole DOM thing.

That is.. Helping figure out how to take the burden off Alex and Peter on
the js double work they have been doing.

So I am looking at Core and see the js/src and Application.js and then
Application.as. I realize that all you want to do is be able to code in as
but you still need to work the logic out for .js in as.

This is my first task I guess in my tests. I will start writing the .as of
the core files, porting your work to actionscript and testing the output
using the current JSFlexJSEmitter.

I will consider this POC a success when I have the whole Core project
js/src source cross compiled and can swap it with your existing source.

So I will use the Randori built in SWC and HTML SWC for now just to get
going and see where there are trouble spots.

I think once this gets going, it will have already proven what Josh needs
to know for transpiling vanilla and I will also along the way add configs
for things that don't need to be rendered for vanilla DOM projects.

Mike

Reply via email to