Modules Question

Sam Tobin-Hochstadt samth at ccs.neu.edu
Tue Dec 28 22:20:55 PST 2010


On Tue, Dec 28, 2010 at 2:17 PM, Kevin Smith <khs4473 at gmail.com> wrote:
>  It seems like we'd need to rewrite the module declarations (i.e. module b =
> "b.js";) but to what?

Basically, it would rewrite it to:

module b {
 .. contents of "b.js" ...
}

-- 
sam th
samth at ccs.neu.edu


More information about the es-discuss mailing list