Yeah to be honest my main concern was these SWCs. When I started testing
the emitter for DOM stuff like I showed the other day, I couldn't "believe"
in it because I was using the Randori stuff.

Now with this, the first step is actually real and under the project's
control, all of it.

1. I'm going to use packages, what should the package be for the DOM.swc
and JS.swc(was builtin.swc)?
2. I am using Rhino and QDox(hack for getting an easy parser for the
jsdocs), so I guess a download jar entry is going to have to be added to
the build script? I am not good at ant.
3. How is the source files going to be handled for the extern files?
Download them during build and then run the tool?
4. I think I am going to utilize that JavaScript metadata tag for these so
it's easy to resolve stuff during compile.

Mike

On Thu, Jun 4, 2015 at 12:45 PM, Alex Harui <aha...@adobe.com> wrote:

> This is great!  Now we can generate those SWCs.  I’ll go worry about
> something else now.
>
> Thanks,
> -Alex
>
> On 6/4/15, 9:25 AM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote:
>
> >BTW, if you are looking at the generated AS, there are some errors int he
> >arguments that I have already fixed. :) Like Number, Number, Number etc.
> >
> >Mike
> >
> >On Thu, Jun 4, 2015 at 12:23 PM, Michael Schmalle
> ><teotigraphix...@gmail.com
> >> wrote:
> >
> >>
> >>
> >> On Thu, Jun 4, 2015 at 12:19 PM, Alex Harui <aha...@adobe.com> wrote:
> >>
> >>> Awesome!
> >>>
> >>> So we can forget d.ts files and IDL files, right?  Plus at least
> >>> w3c_dom1.js is Apache Licensed.
> >>>
> >>
> >> The way I set up the parser/emitter is we can merge things using the
> >>same
> >> model but parsing different files. For instance;
> >>
> >> w3c_events.js
> >> w3c_dom1.js
> >> w3c_dom2.js
> >> w3c_dom3.js
> >>
> >> and more all go together so I am now creating the whole bunch at once.
> >>
> >> For now, yeah I see no reason for IDL, these externs are the IDL. And
> >> d.ts, yeah for now I don't have the time to even think about trying to
> >>get
> >> that format to convert.
> >>
> >>
> >>
> >>> I was actually going to spend some time today on the JS primitives swc
> >>> (Number, String, Array).  Have you seen any externs file for those?  I
> >>> doubt it exists.
> >>>
> >>>
> >> Josh responded to this.
> >>
> >>
> >>
> >>> -Alex
> >>>
> >>> On 6/4/15, 8:12 AM, "Michael Schmalle" <teotigraphix...@gmail.com>
> >>>wrote:
>
>

Reply via email to